From daa2e0ab7191d28e09b312322ee29eecaaae13fb Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 24 Feb 2010 13:27:30 -0500 Subject: libexecdir is provided by automake, and gnome-settings-daemon is not always in /usr/libexecdir, use the dir from automake --- data/autostart/autostart.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 data/autostart/autostart.in (limited to 'data/autostart/autostart.in') diff --git a/data/autostart/autostart.in b/data/autostart/autostart.in new file mode 100644 index 00000000..1c261a0f --- /dev/null +++ b/data/autostart/autostart.in @@ -0,0 +1,17 @@ +# +# These things are run when an Openbox X Session is started. +# You may place a similar script in $HOME/.config/openbox/autostart +# to run user-specific things. +# + +# If you want to use GNOME config tools... +# +#if test -x @libexecdir@/gnome-settings-daemon >/dev/null; then +# @libexecdir@/gnome-settings-daemon & +#elif which gnome-settings-daemon >/dev/null; then +# gnome-settings-daemon & +#fi + +# If you want to use XFCE config tools... +# +#xfce-mcs-manager & -- cgit v1.2.3