Please read this before reporting a bug:
https://wiki.archlinux.org/index.php/Reporting_Bug_Guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/index.php/Reporting_Bug_Guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#52723 - system-config-printer requires python2-gnomekeyring
Attached to Project:
Arch Linux
Opened by Aaron Griffin (phrakture) - Thursday, 26 January 2017, 21:17 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 26 January 2017, 23:51 GMT
Opened by Aaron Griffin (phrakture) - Thursday, 26 January 2017, 21:17 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 26 January 2017, 23:51 GMT
|
DetailsWithout python2-gnomekeyring the app doesn't start, despite it being optional
$ 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 57, in <module> gi.require_version('GnomeKeyring', '1.0') File "/usr/lib/python3.6/site-packages/gi/__init__.py", line 118, in require_version raise ValueError('Namespace %s not available' % namespace) ValueError: Namespace GnomeKeyring not available |
This task depends upon
Closed by Doug Newgard (Scimmia)
Thursday, 26 January 2017, 23:51 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#52607
Thursday, 26 January 2017, 23:51 GMT
Reason for closing: Duplicate
Additional comments about closing:

It looks like libgnome-keyring became a hard dependency. python2-gnomekeyring is not needed, because system-config-printer uses libgnome-keyring via PyGObject.