Now that we've got gnome-session running, there's no reason not to any
more. And it also does the right thing with the keyring system.
start-clients-local () { :; }
start-clients-local () { :; }
+scsv=$(pick_program screensaver gnome-screensaver xscreensaver)
+case $scsv in
+ xscreensaver)
+ scsvopts="-no-splash"
+ ;;
+ *)
+ scsvopts=""
+ ;;
+esac
+
start-clients () {
## Mail notification.
run bginit mail-notification
start-clients () {
## Mail notification.
run bginit mail-notification
case $vnc in
no)
run init xscreensaver-command -exit
case $vnc in
no)
run init xscreensaver-command -exit
- run bginit xscreensaver -no-splash
+ run bginit $scsv $scsvopts