From: Dana Jansens Date: Thu, 28 Jan 2010 01:01:24 +0000 (-0500) Subject: make xdg-autostart use the OPENBOX environment by default, so you can say OnlyShowIn... X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=2ab63cb36f01de0edca91921e6608f67dd31c6f3 make xdg-autostart use the OPENBOX environment by default, so you can say OnlyShowIn=OPENBOX in a .desktop and it will work as expected --- diff --git a/data/autostart.sh.in b/data/autostart.sh.in index 62a30e1c..eb55558a 100644 --- a/data/autostart.sh.in +++ b/data/autostart.sh.in @@ -38,7 +38,7 @@ fi # Run XDG autostart things. By default don't run anything desktop-specific # See xdg-autostart --help more info -DESKTOP_ENV="" +DESKTOP_ENV="OPENBOX" if which @secretbindir@/xdg-autostart >/dev/null; then @secretbindir@/xdg-autostart $DESKTOP_ENV fi