> I recently switched to razor-qt desktop and lightdm (for a faster > startup), but I can't get gnome-keyring-daemon to run. > > I've tried https://wiki.archlinux.org/index.php/GNOME_Keyring#Use_Without_GNOME > , but ~/.xinitrc doesn't seem to be executed at all. Plus, I don't > want to add anything into ~/.bashrc, because I think $SSH_AUTH_SOCK > and some relevant variables should just be set in the session. > > Is there any better idea? AFAIK you can run gnome-keyring-daemon from a PAM setting. If not, this small patch for /etc/lightdm/xsession will run your ~/.xsession properly as any *dm should: https://gist.github.com/gdamjan/4043181 -- damjan