add xce-mcs-manager to the autostart.sh - run it if gsd is not found
authorDana Jansens <danakj@orodu.net>
Wed, 27 Feb 2008 02:17:26 +0000 (21:17 -0500)
committerDana Jansens <danakj@orodu.net>
Wed, 27 Feb 2008 02:17:26 +0000 (21:17 -0500)
data/autostart.sh

index 5306326..2334504 100644 (file)
@@ -22,10 +22,13 @@ 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
 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 &
   /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
 fi
 
 # Preload stuff for KDE apps