kde-plasma/plasma-workspace: improve startup script documentation
authorMichael Palimaka <kensington@gentoo.org>
Sun, 19 Feb 2017 09:48:17 +0000 (20:48 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Sun, 19 Feb 2017 09:48:34 +0000 (20:48 +1100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

kde-plasma/plasma-workspace/files/10-agent-startup.sh

index e2c50188365f479673e89f0a19558b50b080d8ab..fc5ba70539d960444ec9384cdc9e8e0be7da111f 100644 (file)
 # must be selected either with eselect pinentry or adding an entry to
 # $HOME/.gnupg/gpg-agent.conf such as "pinentry-program /usr/bin/pinentry-qt4".
 #
+# If using gnupg-2.1 or later with gpg-agent for ssh instead of ssh-agent,
+# $HOME/.gnupg/gpg-agent.conf must be edited to include "enable-ssh-support".
+# See bug #547544 for details of why.
+#
 # pinentry-curses or pinentry-tty will not work because the agent started here
 # is in a different tty than where it is used, so the agent does not know where
 # to request the passphrase and fails.