X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=driver%2Fxscreensaver.kss;h=5c397f65dccc33f9a463d895c8e6fe167f1b7d59;hp=1b22f0b30709292b5f18cae4d94298232f485d6a;hb=ebc241816cc8e3eec7270a594bb1a607df32bcd6;hpb=de041722414a2e31c1c04caa10aaec9d6952e9b4 diff --git a/driver/xscreensaver.kss b/driver/xscreensaver.kss index 1b22f0b3..5c397f65 100755 --- a/driver/xscreensaver.kss +++ b/driver/xscreensaver.kss @@ -33,14 +33,14 @@ while [ -n "$1" ]; do ;; -preview) - # This simply runs xroger in the preview window. For this to be "real", + # This simply runs xflame in the preview window. For this to be "real", # it needs to run xscreensaver with a -window-id parameter for each hack. # There are two ways to do this: # 1) Hack xscreensaver to allow global parameters. # 2) Hack xscreensaver to accept alternate setup files, and create one on # the fly here. shift - /usr/X11R6/lib/xscreensaver/xroger -delay 1 -window-id $1 & # Start new preview + /usr/X11R6/lib/xscreensaver/xflame -delay 1 -window-id $1 & # Start new preview echo "$!" > $HOME/.kss-preview$1.pid.`hostname` # Write PID wait $! # Wait for it to get killed exit