I’m trying to pull up the system-config-printer dialog to configure my printer but it seems there’s an error:
$ system-config-printer
Traceback (most recent call last):
File "/usr/share/system-config-printer/system-config-printer.py", line 84, in <module>
import jobviewer
File "/usr/share/system-config-printer/jobviewer.py", line 29, in <module>
gi.require_version('Notify', '0.7')
File "/usr/lib/python3.10/site-packages/gi/__init__.py", line 129, in require_version
raise ValueError('Namespace %s not available for version %s' %
ValueError: Namespace Notify not available for version 0.7
a little search online shows missing libnotify library but it is installed here:
1 extra/libnotify 0.8.0-1 (58.4 KiB 321.3 KiB) (Installed)
Library for sending desktop notifications
any idea what is causing this error? Could it be that libnotify was upgraded to version 0.8 but system-config-printer was expecting v0.7?