]> git.pld-linux.org Git - packages/gnupg2.git/commitdiff
- seahorse-agent is X11 too
authorPatryk Zawadzki <patrys@room-303.com>
Sat, 4 Aug 2007 18:53:41 +0000 (18:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnupg-agent.sh -> 1.7

gnupg-agent.sh

index 0d27bdfb5e8874e788711451825054ce7bf2f0f6..03c152878581d6177f6f8464b7c3536eee407e1b 100644 (file)
@@ -9,6 +9,7 @@ fi
 X11=no
 if [ -r "${HOME}/.gnupg/gpg-agent.conf" ]; then
     grep -qE "^[[:blank:]]*pinentry-program[[:blank:]]*.*pinentry-(qt|gtk)" "${HOME}/.gnupg/gpg-agent.conf" && X11=yes
+    grep -qE "^[[:blank:]]*pinentry-program[[:blank:]]*.*seahorse-agent" "${HOME}/.gnupg/gpg-agent.conf" && X11=yes
 fi
 
 if grep -q "^[[:blank:]]*use-agent" ${CFG} 2>/dev/null; then
This page took 0.028104 seconds and 4 git commands to generate.