Menu

Crash error when launching in KDE

Help
MrsAngelD
2010-10-18
2013-04-25
  • MrsAngelD

    MrsAngelD - 2010-10-18

    I get the following error when attempting to launch googsystray in KDE.

    Traceback (most recent call last):
      File "/usr/bin/googsystray", line 33, in <module>
        googsystray.GMain.main()
      File "/usr/lib/pymodules/python2.6/googsystray/GMain.py", line 1147, in main
        _GMain.start()
      File "/usr/lib/pymodules/python2.6/googsystray/GMain.py", line 976, in start
        self.GoogleLogin(a)
      File "/usr/lib/pymodules/python2.6/googsystray/GMain.py", line 766, in GoogleLogin
        (adata["username"], adata["password"]) = GKeyring.get_creds(adata["name"])
      File "/usr/lib/pymodules/python2.6/googsystray/GKeyring.py", line 209, in get_creds
        _keyring = detect_keyring()
      File "/usr/lib/pymodules/python2.6/googsystray/GKeyring.py", line 171, in detect_keyring
        return GKeyringKDE()
      File "/usr/lib/pymodules/python2.6/googsystray/GKeyring.py", line 92, in __init__
        self.handle = self.open("kdewallet", self.id, self.appid)
      File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 68, in __call__
        return self._proxy_method(*args, **keywords)
      File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__
        **keywords)
      File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in call_blocking
        message, timeout)
    DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    Traceback (most recent call last):
      File "/usr/bin/googsystray", line 33, in <module>
        googsystray.GMain.main()
      File "/usr/lib/pymodules/python2.6/googsystray/GMain.py", line 1147, in main
        _GMain.start()
      File "/usr/lib/pymodules/python2.6/googsystray/GMain.py", line 976, in start
        self.GoogleLogin(a)
      File "/usr/lib/pymodules/python2.6/googsystray/GMain.py", line 766, in GoogleLogin
        (adata["username"], adata["password"]) = GKeyring.get_creds(adata["name"])
      File "/usr/lib/pymodules/python2.6/googsystray/GKeyring.py", line 209, in get_creds
        _keyring = detect_keyring()
      File "/usr/lib/pymodules/python2.6/googsystray/GKeyring.py", line 171, in detect_keyring
        return GKeyringKDE()
      File "/usr/lib/pymodules/python2.6/googsystray/GKeyring.py", line 92, in __init__
        self.handle = self.open("kdewallet", self.id, self.appid)
      File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 68, in __call__
        return self._proxy_method(*args, **keywords)
      File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__
        **keywords)
      File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in call_blocking
        message, timeout)
    DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    
     
  • MrsAngelD

    MrsAngelD - 2010-10-18

    I guess I should mention I'm using Kubuntu 10.10 and googsystray 1.2.4

     
  • Jim Duchek

    Jim Duchek - 2010-10-21

    Did this just happen once or does it happen every time?  I didn't test all that much with the kwalletd support.

     
  • MrsAngelD

    MrsAngelD - 2010-10-21

    It's every time

     

Log in to post a comment.