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:
parent
14f8b4cb54
commit
2ab63cb36f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue