On 05/28/2015 06:56 AM, M. Fioretti wrote:
don't seem to do anything under Fedora. What is the fedora way to
do make Openbox start ssh-agent every time, then? the old .startx
of yore, or what?

I'm not familiar with openbox, so I can't comment on the "environment" setup to which you linked. I think the standard solution on Fedora would be to install the xorg-x11-xinit-session package, which will add an "xsession" option to GDM, and then create an executable file in your home dir named .xsession:

#!/bin/sh
ssh-agent openbox

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to