GNOME Bugzilla – Bug 484154
seahorse-daemon should be autostarted on login when key sharing is enabled
Last modified: 2008-12-11 20:20:24 UTC
Please describe the problem: Key sharing does not appear to be functional at the moment. seahorse does not appear to have any listening TCP sockets (according to netstat), nor has it registered with avahi (according to avahi-discover). Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information: Forwarded from <http://bugs.debian.org/438652>
Could you see if adding seahorse-daemon to your session start up programs fixes this issue for you?
Running seahorse-daemon manually is fine--but it needs to be launched when key sharing is enabled, and also launched when the user logs in.
2008-12-11 Adam Schreiber <sadam@clemson.edu> * configure.in: * daemon/Makefile.am: * daemon/seahorse-daemon.desktop.in.in: * po/POTFILES.in: Autostart seahorse-daemon. Patch from F. Steinel. Fixes bugs #555735, #484154