summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-02-19 20:48:17 +1100
committerMichael Palimaka <kensington@gentoo.org>2017-02-19 20:48:34 +1100
commit792bb72ac59827f85ee7ef0ba1c2b544990a66f8 (patch)
tree3d3af66338b60f604b07e3b289075996d0d055f4 /kde-plasma
parentnet-dns/updatedd: add ~arm, bug #605722 (diff)
downloadgentoo-792bb72ac59827f85ee7ef0ba1c2b544990a66f8.tar.gz
gentoo-792bb72ac59827f85ee7ef0ba1c2b544990a66f8.tar.bz2
gentoo-792bb72ac59827f85ee7ef0ba1c2b544990a66f8.zip
kde-plasma/plasma-workspace: improve startup script documentation
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/plasma-workspace/files/10-agent-startup.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/kde-plasma/plasma-workspace/files/10-agent-startup.sh b/kde-plasma/plasma-workspace/files/10-agent-startup.sh
index e2c50188365f..fc5ba70539d9 100644
--- a/kde-plasma/plasma-workspace/files/10-agent-startup.sh
+++ b/kde-plasma/plasma-workspace/files/10-agent-startup.sh
@@ -14,6 +14,10 @@
# 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.