Public bug reported:

This was done with Kubuntu 13.10 Live CD. But it's the same with
installed Kubuntu 13.10

kubuntu@kubuntu:~$ sudo apt-get install python-keyring python-secretstorage
...
kubuntu@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@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
>>>

** Affects: python-secretstorage (Ubuntu)
     Importance: Undecided
         Status: Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1242412

Title:
  '/org/freedesktop/secrets/aliases/default' object does not exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-secretstorage/+bug/1242412/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to