diff options
Diffstat (limited to 'x11/gdm/files')
-rw-r--r-- | x11/gdm/files/patch-config_Xsession.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/gdm/files/patch-config_Xsession.in b/x11/gdm/files/patch-config_Xsession.in new file mode 100644 index 000000000000..b97529b0700c --- /dev/null +++ b/x11/gdm/files/patch-config_Xsession.in @@ -0,0 +1,17 @@ +--- config/Xsession.in.orig 2008-06-08 09:54:23.000000000 -0400 ++++ config/Xsession.in 2008-06-08 09:56:36.000000000 -0400 +@@ -231,6 +231,14 @@ + fi + fi + ++# add seahorse-agent if found ++seahorseagent="`gdmwhich seahorse-agent`" ++if [ -n "$seahorseagent" ] && [ -x "$seahorseagent" ] && [ -z "$GPG_AGENT_INFO" ] ; then ++ command="$seahorseagent --execute $command" ++elif [ -z "$seahorseagent" ] ; then ++ echo "$0: seahorse-agent not found!" ++fi ++ + # add ssh-agent if found + sshagent="`gdmwhich ssh-agent`" + if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then |