Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 508662

Summary: app-backup/backintime-1.0.24-r1 USE="kde -gnome" - backintime-kde4: AttributeError: 'module' object has no attribute 'GnomeKeyring'
Product: Gentoo Linux Reporter: DrSlony <bugs>
Component: Current packagesAssignee: Michael Weber (RETIRED) <xmw>
Status: RESOLVED TEST-REQUEST    
Severity: normal CC: bugs
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 496830    

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.