apparently gnome has hidden gnome-settings-daemon in libexec, so put that in the autostart.sh
This commit is contained in:
parent
2e96d75364
commit
a161f4e812
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue