Package: chbg Version: 1.5-9 Severity: normal The program supports an -xscreensaver mode, which seems to work fine, but no preview is available. The only reason for the preview failing seems to be that xscreensaver uses -window-id to draw to the preview window but chbg spells this without the hyphen. A ham-fisted fix is a wrapper script as follows:
>>>in my_slideshow.sh #!/bin/bash #Process the args coming from xscreensaver-demo args=( $( \ for a in $@ ; do if [ "$a" = '-window-id' ]; then echo '-windowid' ; else echo $a ; fi ; done \ ) ) #echo "[EMAIL PROTECTED]" exec chbg -xscreensaver "[EMAIL PROTECTED]" I think chbg should be tweaked to recognise -window-id as a synonym for -windowid. Cheers, TIM -- System Information: Debian Release: 4.0 APT prefers testing APT policy: (990, 'testing'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-4-686 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Versions of packages chbg depends on: ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries ii libgdk-pixbuf2 0.22.0-11 The GdkPixBuf image library, gtk+ ii libglib1.2 1.2.10-17 The GLib library of C routines ii libgtk1.2 1.2.10-18 The GIMP Toolkit set of widgets fo ii libpng12-0 1.2.15~beta5-1 PNG library - runtime ii libx11-6 2:1.0.3-6 X11 client-side library ii zlib1g 1:1.2.3-13 compression library - runtime chbg recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

