all repos — openbox @ a161f4e812b2cc0428eef560feb0b71fc8068ffb

openbox fork - make it a bit more like ryudo

apparently gnome has hidden gnome-settings-daemon in libexec, so put that in the autostart.sh
Dana Jansens danakj@orodu.net
commit

a161f4e812b2cc0428eef560feb0b71fc8068ffb

parent

2e96d75364aeaa28e8bc5b7780e055a2e3360956

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

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

@@ -22,7 +22,9 @@ 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 gnome-settings-daemon >/dev/null; then +if which /usr/libexec/gnome-settings-daemon >/dev/null; then + /usr/libexec/gnome-settings-daemon & +elif which gnome-settings-daemon >/dev/null; then gnome-settings-daemon & fi