Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 508662 - app-backup/backintime-1.0.24-r1 USE="kde -gnome" - backintime-kde4: AttributeError: 'module' object has no attribute 'GnomeKeyring'
Summary: app-backup/backintime-1.0.24-r1 USE="kde -gnome" - backintime-kde4: Attribute...
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 496830
  Show dependency tree
 
Reported: 2014-04-25 06:19 UTC by DrSlony
Modified: 2014-08-16 01:40 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DrSlony 2014-04-25 06:19:23 UTC
USE="kde -gnome" emerge =app-backup/backintime-1.0.24-r1
Try starting it:
backintime-kde4
Traceback (most recent call last):
  File "/usr/share/backintime/kde4/app.py", line 1188, in <module>
    cfg = backintime.start_app( 'backintime-kde4' )
  File "/usr/share/backintime/common/backintime.py", line 122, in start_app
    cfg = config.Config()
  File "/usr/share/backintime/common/config.py", line 225, in __init__
    self.pw = password.Password(self)
  File "/usr/share/backintime/common/password.py", line 332, in __init__
    self.pw_cache = Password_Cache(self.config)
  File "/usr/share/backintime/common/password.py", line 257, in __init__
    keyring.set_keyring(keyring.backend.GnomeKeyring())
AttributeError: 'module' object has no attribute 'GnomeKeyring'

I have dev-python/keyring emerged but not dev-python/gnome-keyring-python. I don't want the latter as I use KDE. If GnomeKeyring really is required, should be added as a dependency.
Comment 1 Michael Weber (RETIRED) gentoo-dev 2014-08-16 01:40:22 UTC
I think this got fixed around 1.0.28 (according to changelog), and I could not reproduce this with 1.0.36 on a kde w/o dev-python/gnome-keyring-python.

Please re-open and/or comment if this is still an issue.