2001-08-10 Richard Hestilow <hestilow@ximian.com> * Makefile.am (pixmaps_DATA): Remove screen.png, which was commented out anyway. * preferences.c (screensaver_clone): Added. (copy_screensavers): Added. (preferences_clone): Copy screensaver list. (screensaver_destroy): Destroy new fields. * prefs-widget.c (prefs_widget_set_screensavers): Translate strings and utf8ize ahead of time. (prefs_widget_destroy): Free translated strings. (model_value_at): Return pre-translated string. (about_cb): Call gettext on desc, name, and title. * screensaver-prefs-dialog.c (screensaver_prefs_dialog_new): Call gettext on label and desc. * capplets/screensavers/Makefile.am: Fixes for make distcheck. * capplets/screensavers/magic.pl.in: Fix description parsing bug, and fakepreview lost bug.
11 lines
No EOL
875 B
XML
11 lines
No EOL
875 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<screensaver name="vidwhacker" _label="VidWhacker">
|
|
|
|
<fullcommand arg="-root"/>
|
|
|
|
<fakepreview>vidwhacker.png</fakepreview>
|
|
|
|
<_description>This is actually just a shell script that grabs a frame of video from the system's video input, and then uses some PBM filters (chosen at random) to manipulate and recombine the video frame in various ways (edge detection, subtracting the image from a rotated version of itself, etc.) Then it displays that image for a few seconds, and does it again. This works really well if you just feed broadcast television into it.
|
|
|
|
Currently, the three lines of the script that actually grab the source picture are SGI specific, but it should be trivial to adapt it to work on other systems that can grab video (please send me the changes if you do this...)</_description>
|
|
</screensaver> |