This one started to bug me after something updated in 10.04.

I have it on autolaunch and every time it asks me for a "password for a
new keyring".

It crashes when i hit ESC with this TBs in console:

w...@natali:~$ gajim
Traceback (most recent call last):
  File "gajim.py", line 3698, in <module>
    interface = Interface()
  File "gajim.py", line 3516, in __init__
    gajim.connections[account] = common.connection.Connection(account)
  File "/usr/share/gajim/src/common/connection.py", line 143, in __init__
    self.password = passwords.get_password(name)
  File "/usr/share/gajim/src/common/passwords.py", line 217, in get_password
    return get_storage().get_password(account_name)
  File "/usr/share/gajim/src/common/passwords.py", line 197, in get_storage
    storage = GnomePasswordStorage()
  File "/usr/share/gajim/src/common/passwords.py", line 68, in __init__
    gnomekeyring.create_sync(self.keyring, None)
gnomekeyring.CancelledError
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
  File "/usr/lib/python2.6/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "gajim.py", line 392, in on_exit
    gajim.interface.roster.prepare_quit()
AttributeError: Interface instance has no attribute 'roster'
Error in sys.exitfunc:
Traceback (most recent call last):
  File "/usr/lib/python2.6/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "gajim.py", line 392, in on_exit
    gajim.interface.roster.prepare_quit()
AttributeError: Interface instance has no attribute 'roster'
w...@natali:~$ 

If i enter a password or proceed with "unsafe storage" it launches, but
next time it is asking that again.

I've launched seahorse and there's tons of empty "login_NN" keyrings.

Looks like it is time to actually upgrade to 0.13.x as requested in
https://bugs.launchpad.net/ubuntu/+source/gajim/+bug/506049 as there's a
line about fixed gnomekeyring bugs (* Fix some gnomekeyring glitches).

-- 
cannot unlock default keyring through gajim
https://bugs.launchpad.net/bugs/341173
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to