]> Dogcows Code - chaz/openbox/blobdiff - data/autostart.sh.in
make the xdg-autostart script get installed to PREFIX/lib/openbox, and make the autos...
[chaz/openbox] / data / autostart.sh.in
similarity index 92%
rename from data/autostart.sh
rename to data/autostart.sh.in
index 233450491d69c35c542743883d8218d1842bd8b6..62a30e1c5e8ccbbb412e785cf11d57d5226137f3 100644 (file)
@@ -39,6 +39,6 @@ fi
 # Run XDG autostart things.  By default don't run anything desktop-specific
 # See xdg-autostart --help more info
 DESKTOP_ENV=""
-if which xdg-autostart >/dev/null; then
-  xdg-autostart $DESKTOP_ENV
+if which @secretbindir@/xdg-autostart >/dev/null; then
+  @secretbindir@/xdg-autostart $DESKTOP_ENV
 fi
This page took 0.024087 seconds and 4 git commands to generate.