Skip to content

Instantly share code, notes, and snippets.

@allardhoeve
Created February 18, 2014 10:10
Show Gist options
  • Save allardhoeve/9068016 to your computer and use it in GitHub Desktop.
Save allardhoeve/9068016 to your computer and use it in GitHub Desktop.
Enabling Gnome keyring on XFCE4
sudo perl -pi -e 's/^use-ssh-agent/#use-ssh-agent/g;' /etc/X11/Xsession.options
echo 'if [ -n "$GNOME_KEYRING_PID" ]; then eval `gnome-keyring-daemon --start`; export SSH_AUTH_SOCK; fi' > ~/.xprofile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment