[Bug 1242412] Re: '/org/freedesktop/secrets/aliases/default' object does not exist
Martin Kaffanke
martin.kaffanke at gmx.at
Sun Nov 24 13:14:11 UTC 2013
When or how can I have the fix on my ubuntu ? Maybe there is a ppa
supporting it?
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/1242412
Title:
'/org/freedesktop/secrets/aliases/default' object does not exist
Status in “python-keyring” package in Ubuntu:
In Progress
Bug description:
This was done with Kubuntu 13.10 Live CD. But it's the same with
installed Kubuntu 13.10
kubuntu at kubuntu:~$ sudo apt-get install python-keyring python-secretstorage
...
kubuntu at kubuntu:~$ dpkg -l | grep -e "python-keyring\|python-secretstorage"
ii python-keyring 1.6-1 all store and access your passwords safely
ii python-secretstorage 1.0.0-1 all Python module for storing secrets - Python 2.x version
kubuntu at kubuntu:~$ python
Python 2.7.5+ (default, Sep 19 2013, 13:48:49)
[GCC 4.8.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import keyring
ERROR:dbus.proxies:Introspect error on :1.28:/org/freedesktop/secrets/aliases/default: dbus.exceptions.DBusException: org.freedesktop.Secret.Error.NoSuchObject: The '/org/freedesktop/secrets/aliases/default' object does not exist
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/dist-packages/keyring/__init__.py", line 9, in <module>
from core import (set_keyring, get_keyring, set_password, get_password,
File "/usr/lib/python2.7/dist-packages/keyring/core.py", line 166, in <module>
init_backend()
File "/usr/lib/python2.7/dist-packages/keyring/core.py", line 65, in init_backend
keyrings.sort(key = lambda x: -x.supported())
File "/usr/lib/python2.7/dist-packages/keyring/core.py", line 65, in <lambda>
keyrings.sort(key = lambda x: -x.supported())
File "/usr/lib/python2.7/dist-packages/keyring/backends/SecretService.py", line 23, in supported
secretstorage.Collection(bus)
File "/usr/lib/python2.7/dist-packages/secretstorage/collection.py", line 43, in __init__
self.collection_props_iface.Get(COLLECTION_IFACE, 'Label')
File "/usr/lib/python2.7/dist-packages/secretstorage/util.py", line 27, in function_out
raise ItemNotFoundException(e.get_dbus_message())
secretstorage.exceptions.ItemNotFoundException: The '/org/freedesktop/secrets/aliases/default' object does not exist
>>>
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-keyring/+bug/1242412/+subscriptions
More information about the foundations-bugs
mailing list