Nightly cldx настройка печати (решено)

В двух последних nightly сборках 20220308 и 20220310 не запускается настройка печати из меню приложений.
localhost/631 отрабатывает все отрабатывает нормально.

Это “гентушный” баг.

Сам архив с хелперами имеется, достаточно его распаковать (в указанном выше баге как раз об этом и говорится, т.е. получается, что допущена ошибка в e-build):

# ls -l /usr/lib/python3.9/site-packages | grep -i cupshelpers
drwxr-xr-x  3 root root    4096 янв 11 14:27 cupshelpers
-rw-r--r--  1 root root   33696 мар  8 16:53 cupshelpers-1.0-py3.9.egg

Т.е. без директории с хелперами так:

 $ system-config-printer

(system-config-printer.py:1470): dbind-WARNING **: 23:56:11.044: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Traceback (most recent call last):
  File "/usr/share/system-config-printer/system-config-printer.py", line 76, in <module>
    import cupshelpers
ModuleNotFoundError: No module named 'cupshelpers'

После распаковки уже так:

1 Like