I think I've rigged it to not actually start anything on all my machines
now. Very annoying.
run bginit $wm $wmopts
win=nil
for i in $(seq 10); do
run bginit $wm $wmopts
win=nil
for i in $(seq 10); do
if eesh version >/dev/null 2>&1; then
win=t
break
fi
if eesh version >/dev/null 2>&1; then
win=t
break
fi
## Mail notification.
run bginit mail-notification
## Mail notification.
run bginit mail-notification
+ ## Gnome session. With great reluctance. At least it doesn't actually do
+ ## anything.
+ run bginit gnome-session
+
## Policykit authentication agent.
agent=/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
if [ -x $agent ]; then run bginit $agent; fi
## Policykit authentication agent.
agent=/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
if [ -x $agent ]; then run bginit $agent; fi
## Panel.
case $vnc in no) run bginit gnome-panel ;; esac
## Panel.
case $vnc in no) run bginit gnome-panel ;; esac
- ## System tray.
- ## run bginit stalonetray
-
## Local clients.
start-clients-local
}
## Local clients.
start-clients-local
}