PDA

View Full Version : [ubuntu] Auto-start app openbox won't work



pantone186
November 30th, 2009, 01:00 AM
Hello all,

I'm unable to auto-start an app (sjog) in a ubuntu 9.04 installation using openbox wm.

I have tried in autorstart.sh:

sjog &

exec sjog &

(sleep 2-10 && sjog) &

also tried chown and chmod on the app too, but without success.

Any help would be appreciated

Locutus_of_Borg
November 30th, 2009, 01:35 AM
(sleep 2 && sjog)&

in .config/openbox/autostart.sh

chmod +x .config/openbox/autostart.sh

ensure you are using /usr/bin/openbox-session and not simply /usr/bin/openbox to start your session from the login manager