https://bugzilla.novell.com/show_bug.cgi?id=805855 https://bugzilla.novell.com/show_bug.cgi?id=805855#c1 Nico Kruber <nico.kruber@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nico.kruber@gmail.com --- Comment #1 from Nico Kruber <nico.kruber@gmail.com> 2013-02-26 10:37:15 UTC --- after further investigations, I'd guess it is a timing issue. The proposed workaround does not seem to work for me anymore if I change the exception handler to the following I only get the password from KWallet if I un-comment the "print 'test'" directly after the password assignment. ---------- try: # Read from keyring lib if available user = cp.get(url, 'user', raw=True) password = keyring.get_password(host, user) #print 'test' except Exception as instance: print 'failed with ' + str(instance) # Fallback to file based auth. #pass ---------- Now I have reverted the conf.py to its original state (0.139.0-93.1 from openSUSE:Tools) and applied the fix from https://bugzilla.novell.com/show_bug.cgi?id=801027 and it seems to always take KWallet now. Anyway, using the osc command starts the "gnome-keyring-daemon" which is probably the fault of the keyring library... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.