make xdg-autostart use the OPENBOX environment by default, so you can say OnlyShowIn=OPENBOX in a .desktop and it will work as expected

This commit is contained in:
Dana Jansens 2010-01-27 20:01:24 -05:00
parent 14f8b4cb54
commit 2ab63cb36f

View file

@ -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