Your message dated Mon, 13 Apr 2009 21:04:03 +0100
with message-id <[email protected]>
and subject line chbg has been removed from Debian, closing #417587
has caused the Debian Bug report #417587,
regarding chbg: -windowid argument is incompatible with xscreensaver
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
417587: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417587
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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 "${ar...@]}"
exec chbg -xscreensaver "${ar...@]}"
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
--- End Message ---
--- Begin Message ---
Version: 2.0-1+rm
The chbg package has been removed from Debian so we are closing
the bugs that were still opened against it.
For more information about this package's removal, read
http://bugs.debian.org/523720 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
Kind regards,
--
Marco Rodrigues
--- End Message ---