fix global autostart installation, and the pointer to it so it is run
This commit is contained in:
parent
007f0917b8
commit
6624d06dd1
2 changed files with 3 additions and 3 deletions
|
@ -47,8 +47,7 @@ nodist_rc_SCRIPTS = \
|
||||||
data/autostart/autostart
|
data/autostart/autostart
|
||||||
|
|
||||||
dist_libexec_SCRIPTS = \
|
dist_libexec_SCRIPTS = \
|
||||||
data/autostart/openbox-xdg-autostart \
|
data/autostart/openbox-xdg-autostart
|
||||||
data/autostart/openbox-autostart
|
|
||||||
|
|
||||||
nodist_libexec_SCRIPTS = \
|
nodist_libexec_SCRIPTS = \
|
||||||
data/autostart/openbox-autostart
|
data/autostart/openbox-autostart
|
||||||
|
@ -468,6 +467,7 @@ dist_rc_DATA = \
|
||||||
edit = $(SED) \
|
edit = $(SED) \
|
||||||
-e 's!@version\@!$(VERSION)!' \
|
-e 's!@version\@!$(VERSION)!' \
|
||||||
-e 's!@configdir\@!$(configdir)!' \
|
-e 's!@configdir\@!$(configdir)!' \
|
||||||
|
-e 's!@rcdir\@!$(rcdir)!' \
|
||||||
-e 's!@libexecdir\@!$(libexecdir)!' \
|
-e 's!@libexecdir\@!$(libexecdir)!' \
|
||||||
-e 's!@bindir\@!$(bindir)!'
|
-e 's!@bindir\@!$(bindir)!'
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ elif which xsetroot >/dev/null; then
|
||||||
fi
|
fi
|
||||||
test -z $BG || $BG -solid "#303030"
|
test -z $BG || $BG -solid "#303030"
|
||||||
|
|
||||||
GLOBALAUTOSTART="@configdir@/autostart"
|
GLOBALAUTOSTART="@rcdir@/autostart"
|
||||||
AUTOSTART="${XDG_CONFIG_HOME:-"$HOME/.config"}/openbox/autostart"
|
AUTOSTART="${XDG_CONFIG_HOME:-"$HOME/.config"}/openbox/autostart"
|
||||||
|
|
||||||
# Run the global openbox autostart script
|
# Run the global openbox autostart script
|
||||||
|
|
Loading…
Reference in a new issue