all repos — openbox @ 120bab667f22b211f90ce105eba123a8b5e3f7f1

openbox fork - make it a bit more like ryudo

add xce-mcs-manager to the autostart.sh - run it if gsd is not found
Dana Jansens danakj@orodu.net
commit

120bab667f22b211f90ce105eba123a8b5e3f7f1

parent

1ef0d8eb53fcae52afbae74310fbef0cac729951

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M data/autostart.shdata/autostart.sh

@@ -22,10 +22,13 @@ eval `dbus-launch --sh-syntax --exit-with-session`

fi # Make GTK apps look and behave how they were set up in the gnome config tools -if which /usr/libexec/gnome-settings-daemon >/dev/null; then +if test -x /usr/libexec/gnome-settings-daemon >/dev/null; then /usr/libexec/gnome-settings-daemon & elif which gnome-settings-daemon >/dev/null; then gnome-settings-daemon & +# Make GTK apps look and behave how they were set up in the XFCE config tools +elif which xfce-mcs-manager >/dev/null; then + xfce-mcs-manager n & fi # Preload stuff for KDE apps