From: Dana Jansens Date: Mon, 11 Feb 2008 18:30:40 +0000 (-0500) Subject: apparently gnome has hidden gnome-settings-daemon in libexec, so put that in the... X-Git-Tag: mikabox-3.4.7~30^2~19 X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=commitdiff_plain;h=a161f4e812b2cc0428eef560feb0b71fc8068ffb apparently gnome has hidden gnome-settings-daemon in libexec, so put that in the autostart.sh --- diff --git a/data/autostart.sh b/data/autostart.sh index 83e8431..5306326 100644 --- a/data/autostart.sh +++ b/data/autostart.sh @@ -22,7 +22,9 @@ if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then 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