Your message dated Mon, 25 Oct 2010 09:02:44 +0000
with message-id <[email protected]>
and subject line Bug#511248: fixed in xdg-utils 1.0.2+cvs20100307-3
has caused the Debian Bug report #511248,
regarding xdg-screensaver does not support basic Xorg screensaver ???
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.)


-- 
511248: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511248
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xdg-utils
Version: 1.0.2-6.1
Severity: serious
Justification: breaks other packages

  Hello,

  xine-ui was recently migrated from using a dirty hack into using
xdg-screensaver to disable the screen saver (see
#374644). Unfortunately, ever since,the screen saver simply does not
switch off.

  I'm not using any fancy screen saver (not Gnome, KDE, xscreen-saver
or whatever); I'm only relying on Xorg to do its job, and was never
disappointed so far. However, xdg-screensaver does not work with plain
X screensaver...

  Steps to reproduce:

  First, make sure you have no fancy screensavers installed. Then:

20:21 vinc...@tanyaivinco ~ xwininfo | grep xwininfo         
xwininfo: Please select the window about which you
xwininfo: Window id: 0x380000f "xterm"
20:21 vinc...@tanyaivinco ~ xset s 3                         
20:21 vinc...@tanyaivinco ~ xdg-screensaver suspend 0x380000f    

  Then, wait three seconds, and see the screen go blank...

  BTW, the xdg-screensaver command returns a non-zero status (status
4), but does not show any error message.

  I'm tagging this bug as severity serious as it breaks xine-ui. Feel
free to downgrade if you think I'm excessive.

  I'm try to implement a fix for that, I'll hopefully post a patch
soon enough.

  Cheers,

        Vincent Fourmond

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

xdg-utils depends on no packages.

Versions of packages xdg-utils recommends:
ii  elinks [www-browser]   0.12~pre2.dfsg0-1 advanced text-mode WWW browser
ii  file                   4.26-2            Determines file type using "magic"
ii  iceweasel [www-browser 3.0.5-1           lightweight web browser based on M
ii  mime-support           3.44-1            MIME files 'mime.types' & 'mailcap
ii  shared-mime-info       0.30-2            FreeDesktop.org shared MIME databa
ii  x11-utils              7.3+2+nmu1        X11 utilities
ii  x11-xserver-utils      7.3+5             X server utilities

Versions of packages xdg-utils suggests:
ii  desktop-file-utils            0.15-1     Utilities for .desktop files
pn  exo-utils                     <none>     (no description available)
pn  kdelibs4c2a                   <none>     (no description available)
pn  konqueror                     <none>     (no description available)
ii  libgnome2-0                   2.20.1.1-2 The GNOME 2 library - runtime file
pn  libgnomevfs2-bin              <none>     (no description available)
ii  libgtk2.0-bin                 2.12.11-4  The programs for the GTK+ graphica

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: xdg-utils
Source-Version: 1.0.2+cvs20100307-3

We believe that the bug you reported is fixed in the latest version of
xdg-utils, which is due to be installed in the Debian FTP archive:

xdg-utils_1.0.2+cvs20100307-3.debian.tar.gz
  to main/x/xdg-utils/xdg-utils_1.0.2+cvs20100307-3.debian.tar.gz
xdg-utils_1.0.2+cvs20100307-3.dsc
  to main/x/xdg-utils/xdg-utils_1.0.2+cvs20100307-3.dsc
xdg-utils_1.0.2+cvs20100307-3_all.deb
  to main/x/xdg-utils/xdg-utils_1.0.2+cvs20100307-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Per Olofsson <[email protected]> (supplier of updated xdg-utils package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 25 Oct 2010 10:42:32 +0200
Source: xdg-utils
Binary: xdg-utils
Architecture: source all
Version: 1.0.2+cvs20100307-3
Distribution: unstable
Urgency: low
Maintainer: Per Olofsson <[email protected]>
Changed-By: Per Olofsson <[email protected]>
Description: 
 xdg-utils  - desktop integration utilities from freedesktop.org
Closes: 511248 574131 592682
Changes: 
 xdg-utils (1.0.2+cvs20100307-3) unstable; urgency=low
 .
   * debian/patches/xserver-blanking.diff: Support X server blanking in
     xdg-screensaver. Thanks to Ben Hutchings. Closes: #511248.
   * debian/patches/xdg-email-envvar.diff: Add $MAILER support to
     xdg-email. Thanks to Jonathan Nieder and Jan Braun for input.
     Info about this added to NEWS.Debian.
     Closes: #574131.
   * debian/patches/xdg-email-mutt-detect.diff: Fallback to mutt if
     ~/.muttrc exists. Thanks to Jan Braun.
   * Replace sensible-browser.diff with x-www-browser.diff. Instead of
     using sensible-browser, try x-www-browser as the first choice when
     $BROWSER is unset (and using generic method). This will approximate
     sensible-browser's behaviour.
   * Bump Standard-Version to 3.9.1. No changes.
   * debian/patches/xdg-open-spaces.diff: Support paths with spaces in
     open_generic_xdg_mime(). Thanks to Fabien Bochu. Closes: #592682.
Checksums-Sha1: 
 c93b7b4bccb7a593d4eb22475f3b151b29afbed0 1282 xdg-utils_1.0.2+cvs20100307-3.dsc
 9ac40afc27fefdcfe7bf461f05c9a619a29eb716 7708 
xdg-utils_1.0.2+cvs20100307-3.debian.tar.gz
 3089b5bfa5ea5324e70db47fb41a8bdad24c3335 67256 
xdg-utils_1.0.2+cvs20100307-3_all.deb
Checksums-Sha256: 
 f9e450d0729641a8cebdfac3e8e49406d6410395fbf4baeb99c436a72877f4f3 1282 
xdg-utils_1.0.2+cvs20100307-3.dsc
 91f045bb6c5bd231d5d20095295291c3588b217819817fff46f21f29f542fbf2 7708 
xdg-utils_1.0.2+cvs20100307-3.debian.tar.gz
 0aa53d1ddcb5c92dc974cb4093eebd87dc0c820c8b49538fd0e9ab6015d9e8e7 67256 
xdg-utils_1.0.2+cvs20100307-3_all.deb
Files: 
 2233d4a14b5258bd813bd3c723ff4b3a 1282 utils optional 
xdg-utils_1.0.2+cvs20100307-3.dsc
 d317511b7594cb4b923c7917e212646b 7708 utils optional 
xdg-utils_1.0.2+cvs20100307-3.debian.tar.gz
 2f71f6bb1ec9fe18e0412d55f9286e5f 67256 utils optional 
xdg-utils_1.0.2+cvs20100307-3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkzFREIACgkQeDAsS42/7C8YQACeM5bRsyD1pcSXQ3xT9VUW+WfB
/Q0An1mLLkGY8pfMe3YfcjAN51jcef7O
=TqUB
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to