Menu

#88 Crash when trying to add a new account

open
nobody
None
5
2011-04-17
2011-04-17
Anonymous
No

Steps to reproduce:

1. Launch the app for the first time.
2. Go to the configuration page, and click "Add" in order to add a new mail account.

Problem:

App will crash with the following error:

"
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/googsystray/GMain.py", line 533, in add_account
self.edit_account(widget, tv)
File "/usr/lib/python2.7/site-packages/googsystray/GMain.py", line 565, in edit_account
(username, password) = GKeyring.get_creds(a[0], True)
File "/usr/lib/python2.7/site-packages/googsystray/GKeyring.py", line 207, in get_creds
set_creds(service, username, password, backup)
File "/usr/lib/python2.7/site-packages/googsystray/GKeyring.py", line 231, in set_creds
_keyring.set_creds(service, config, username, password)
File "/usr/lib/python2.7/site-packages/googsystray/GKeyring.py", line 58, in set_creds
gkey.item_create_sync(self._keyring, gkey.ITEM_NETWORK_PASSWORD, "googsystray", attrs, password, True)
IOError
"

Please note that this bug might be related to bug ID: 3137001. However I tried the suggested fix and it doesn't work.
I am running Arch 2.38, under gnome 2.32.1 and use a password for my session.

Discussion

  • Anonymous

    Anonymous - 2011-04-18

    2.6.38-ARCH #1 SMP PREEMPT Wed Mar 30 08:47:36 CEST 2011 x86_64 Intel(R) Core(TM)2 Duo CPU U9400 @ 1.40GHz GenuineIntel GNU/Linux

     
  • Link

    Link - 2011-06-06

    Also had this problem under arch, except my code doesn't have that last line about the password (since I was never able to store the password).

    This only happened after I installed the keyring daemon.

     

Log in to post a comment.