It's a wishlist/feature request and should be sent upstream ideally on
https://gitlab.gnome.org/GNOME/libsecret/issues
** Changed in: libsecret (Ubuntu)
Importance: High => Wishlist
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
h
** Tags added: bionic
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1420914
Title:
secret-tool does not run on headless system
To manage notifications about this bug go to:
https://bugs.launchpad.n
Still present in 18.04.
Even after starting dbus I cannot get it to run.
$ secret-tool store --label="mylabel" attr1 val1
Password:
** Message: 22:54:42.562: Remote error from secret service:
org.freedesktop.DBus.Error.UnknownMethod: No such interface
'org.freedesktop.Secret.Collection' on obj
** Tags removed: utopic vivid
** Tags added: xenial
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1420914
Title:
secret-tool does not run on headless system
To manage notifications about this bug g
Actual for xenial too
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1420914
Title:
secret-tool does not run on headless system
To manage notifications about this bug go to:
https://bugs.launchpad.n
It is trivial to fix this by adding the following to ~/.bashrc:
if test -z "$DBUS_SESSION_BUS_ADDRESS" ; then
eval `dbus-launch --sh-syntax`
fi
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1420914
Still a problem in ubuntu14.04.3. Command line tools should not depend
on X11.
secret-tool store
--label="blahblah/org.freedesktop.NetworkManager.vpnc/vpn" setting-name
vpn setting-key "Xauth password"
(secret-tool:6159): GLib-GObject-CRITICAL **: g_object_unref: assertion
'G_IS_OBJECT (object)
** Changed in: libsecret (Ubuntu)
Importance: Undecided => High
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1420914
Title:
secret-tool does not run on headless system
To manage notifications a
Thanks for taking your time to report this issue and help making Ubuntu
better.
I got the same error message when attemting to run secret-tool on a
headless system. I also tried with a newer version, but the issue is
still present in libsecret-tools 0.18-1ubuntu2 on Ubuntu Vivid.
I tested with th