Your message dated Tue, 08 Sep 2015 19:21:22 +0000
with message-id <[email protected]>
and subject line Bug#798084: fixed in xdg-utils 1.1.0~rc3+git20150907-1
has caused the Debian Bug report #798084,
regarding xdg-utils: xdg-screensaver uses dcop again for KDE 5!
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.)


-- 
798084: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798084
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xdg-utils
Version: 1.1.0~rc1+git20111210-7.4
Severity: normal
Tags: patch

Dear Maintainer,

Since I upgraded to KDE 5 xdg-screensaver is trying to use dcop instead of the 
newer
dbus-send commands. The culprit is pretty obvious:

      if [ x"$KDE_SESSION_VERSION" = x"4" ]; then
          screensaver_freedesktop "$1"
      else
          screensaver_kde "$1"
      fi

It would make much more sense to only use screensaver_kde for KDE 3 or lower so 
this
does not happen again in the future (or to consider dcop to be so hopelessly 
outdated
that keeping the corresponding code is pointless).

So I'm attaching a patch to fix this.


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.1.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

xdg-utils depends on no packages.

Versions of packages xdg-utils recommends:
ii  libfile-mimeinfo-perl  0.27-1
ii  libnet-dbus-perl       1.1.0-3
ii  libx11-protocol-perl   0.56-7
ii  x11-utils              7.7+3
ii  x11-xserver-utils      7.7+4

Versions of packages xdg-utils suggests:
ii  gvfs-bin  1.24.2-1

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/bin/xdg-screensaver (from xdg-utils package)
--- /usr/bin/xdg-screensaver.orig	2015-09-05 12:55:38.297133921 +0200
+++ /usr/bin/xdg-screensaver	2015-09-05 12:58:35.672418788 +0200
@@ -527,11 +527,10 @@
 
   case "$DE" in
     kde)
-      if [ x"$KDE_SESSION_VERSION" = x"4" ]; then
-          screensaver_freedesktop "$1"
-      else
-          screensaver_kde "$1"
-      fi
+      case "$KDE_SESSION_VERSION" in
+       1|2|3) screensaver_kde "$1" ;;
+       *)     screensaver_freedesktop "$1" ;;
+      esac
       ;;
 
     gnome_screensaver)

--- End Message ---
--- Begin Message ---
Source: xdg-utils
Source-Version: 1.1.0~rc3+git20150907-1

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.

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: SHA256

Format: 1.8
Date: Tue, 08 Sep 2015 20:57:26 +0200
Source: xdg-utils
Binary: xdg-utils
Architecture: source all
Version: 1.1.0~rc3+git20150907-1
Distribution: unstable
Urgency: medium
Maintainer: Per Olofsson <[email protected]>
Changed-By: Per Olofsson <[email protected]>
Description:
 xdg-utils  - desktop integration utilities from freedesktop.org
Closes: 678886 685078 691182 754219 770333 773085 773753 776419 777722 792138 
798084
Changes:
 xdg-utils (1.1.0~rc3+git20150907-1) unstable; urgency=medium
 .
   * New upstream release. Closes: #773753, #754219.
     - Drop patch xdg-open-escape-sed.diff, applied upstream.
     - Drop patch xdg-open-spaces.diff, obsolete.
     - Drop patch command-injection.patch, obsolete.
     - Drop patch xdg-open-safe.diff, applied upstream.
     - Drop patch CVE-2015-1877.patch, obsolete.
     - Parses multiple sections in desktop files correctly. Closes: #776419.
     - URI scheme handlers should work now, even in generic mode.
       Closes: #678886.
     - mailto: URIs should work in MATE now. Closes: #770333.
     - xdg-screensaver should detect KDE5 correctly now.
       Closes: #798084, #792138.
   * Acknowledge NMUs. Closes: #685078, #691182, #773085, #777722.
   * Remove scripts/html/index.html when cleaning.
   * Bump debian/compat to 9.
   * Bump Standards-Version to 3.9.6 (no changes).
   * Add new location to debian/watch and add mangle rules for rc's.
Checksums-Sha1:
 089f04490cee5f35f39c7dc43c9bf2f08061dc59 2002 
xdg-utils_1.1.0~rc3+git20150907-1.dsc
 536df50e967e29aaaefc21f26388ebcfe3815032 263040 
xdg-utils_1.1.0~rc3+git20150907.orig.tar.xz
 591db1acf2902b9d3faaf12584ce702cc8cac936 9708 
xdg-utils_1.1.0~rc3+git20150907-1.debian.tar.xz
 c34a504d5a9d86c4d200de102282d632e8b382a9 67992 
xdg-utils_1.1.0~rc3+git20150907-1_all.deb
Checksums-Sha256:
 7e617d7abc17e7f71d54cb90e4a2c87c84acf14587c33848a92e45fd7388230b 2002 
xdg-utils_1.1.0~rc3+git20150907-1.dsc
 4faf4822001fd6914a6900a7aa502936d07dd67bfa5aa41c9ed2518b9fbf288c 263040 
xdg-utils_1.1.0~rc3+git20150907.orig.tar.xz
 97a6a0b2f6e86870379b058a86be2b2d53ee9f370234c06324e4f6724ee7566a 9708 
xdg-utils_1.1.0~rc3+git20150907-1.debian.tar.xz
 6aa0a1ac04761cfae036b9c7023626c4f7412b35787b2ad4553e3d5dc0df740f 67992 
xdg-utils_1.1.0~rc3+git20150907-1_all.deb
Files:
 abf0d91d89cdc8d248956237d8a73749 2002 utils optional 
xdg-utils_1.1.0~rc3+git20150907-1.dsc
 1508a4e989808dbf4535fa483bf00074 263040 utils optional 
xdg-utils_1.1.0~rc3+git20150907.orig.tar.xz
 6fda12ddd964153b0a735779208d0324 9708 utils optional 
xdg-utils_1.1.0~rc3+git20150907-1.debian.tar.xz
 a24ea02995cf759d7c256bfb4ce3e6ee 67992 utils optional 
xdg-utils_1.1.0~rc3+git20150907-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJV7zC8AAoJEMQ1cPgMwpXmJjAQAKEM6FIbDYiuCixq7m5wg8z4
Tdzs3DfUY5RavBnilwAYzR2y0tO/0fNYPpNBgg/47/JqE8hLjxrAAYzBZSuPLdNh
AspC8f5YkGnL1NWVnpnW5J226Zl5y2D7y+b4oBsWTstQMGbmkdqhdqrWLhUKs2Vb
OkxZQs7jww0pJj0WlyvprmLJr1jkQ10hy2NWa3ynTMarhzT4YEuCoWapVk5ADr1h
EpmJOKoyXVWtXXbBZ68ZXRjv3iAxd9qjceZvEDauQ68CBtkl9r+BbEbjOpPgYV86
XFZNy5kAVabFMsp05RT1hu5n2q5PuWTAO1haVUnvP554s8fkBPIX/S3W5GkfMOUW
qYA3nrOUiueiJPCSOx4Ft4Z0qVzByUVDd+E5hyh9F9B/JZiBh0T5RYTxnfn5bu2S
I/HUZuBZI5f+wyPSD/DC1aVsV6PL6qnV1EBwB4iqhnLqQEw9lVaCUY1oer+d1DfJ
5x/62v6vT+xoXBttSWWy0AZhFQKEZp/HCk4EUaJ9FMZwDOBuDVyxPzETKA26rKJ9
BGAsijh3lBEpvdNWXqAJcz+GL0Zf0nWSrF2hRFNivo+fZNbiCpzjcegjQr4WUs6E
1KRhP/xVvhyJiFqh27vtCwUXaJrSIKERUldV1MueaS5tGcZUhQcxtWXj5sCA3cUO
O9FtmMWHC+pXOWbplDhi
=ZbbN
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to