Created
February 18, 2014 10:10
-
-
Save allardhoeve/9068016 to your computer and use it in GitHub Desktop.
Enabling Gnome keyring on XFCE4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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