Hi,
> Andrew Gallagher <[email protected]> hat am 27. Januar 2016 um 15:20 > geschrieben: > > > On 26/01/16 23:52, NIIBE Yutaka wrote: > > > > It had been difficult to configure GNOME keyring (to stop the feature > > of gpg-agent) properly. Here is some info: > > > > http://www.gniibe.org/memo/notebook/gnome3-gpg-settings.html > > I fixed it by disabling gnome-keyring at system level. The following > works under Jessie: > > echo "X-GNOME-Autostart-enabled=false" >> > /etc/xdg/autostart/gnome-keyring-ssh.desktop > echo "X-GNOME-Autostart-enabled=false" >> > /etc/xdg/autostart/gnome-keyring-gpg.desktop > > NB this will affect all users. > I used (for a debian system, system-wide basis) the following command which I found in the wiki. $ sudo dpkg-divert --local --rename --divert /etc/xdg/autostart/gnome-keyring-gpg.desktop-disable --add /etc/xdg/autostart/gnome-keyring-gpg.desktop If you later decide to reenable it, then you can use: $ sudo dpkg-divert --rename --remove /etc/xdg/autostart/gnome-keyring-gpg.desktop http://wiki.gnupg.org/GnomeKeyring Cheers, Stebe _______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
