Your message dated Sat, 26 Jan 2019 20:45:10 +0000
with message-id <[email protected]>
and subject line Bug#920308: fixed in compiz 2:0.8.16.1-5
has caused the Debian Bug report #920308,
regarding compiz-core: compiz-decorator test is inverted, thus can't supply a
config
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.)
--
920308: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920308
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: compiz-core
Version: 2:0.8.16.1-4
Severity: normal
Tags: patch
Dear Maintainer,
The script /usr/bin/compiz-decorator has two clearly erroneous tests
near the beginning. XDG_CONFIG_DIRS and XDG_CONFIG_HOME are both checked
for emptiness, and if they are *not* empty, they are assigned values.
Included is a patch to fix this; please apply.
-- System Information:
Debian Release: buster/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.20.4 (SMP w/20 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages compiz-core depends on:
ii libc6 2.28-5
ii libgl1 1.1.0-1
ii libice6 2:1.0.9-2
ii libsm6 2:1.2.2-1+b3
ii libstartup-notification0 0.12-6
ii libx11-6 2:1.6.7-1
ii libxcomposite1 1:0.4.4-2
ii libxcursor1 1:1.1.15-2
ii libxdamage1 1:1.1.4-3
ii libxext6 2:1.3.3-1+b2
ii libxfixes3 1:5.0.3-1
ii libxi6 2:1.7.9-1
ii libxinerama1 2:1.1.4-1
ii libxml2 2.9.4+dfsg1-7+b3
ii libxrandr2 2:1.5.1-1
ii mesa-utils 8.4.0-1+b1
Versions of packages compiz-core recommends:
ii compiz-plugins 2:0.8.16.1-4
ii compiz-plugins-main 2:0.8.16-2+b1
Versions of packages compiz-core suggests:
ii nvidia-driver 410.93-1
-- no debconf information
diff -ur compiz-0.8.16.1.orig/plugins/compiz-decorator
compiz-0.8.16.1/plugins/compiz-decorator
--- compiz-0.8.16.1.orig/plugins/compiz-decorator 2019-01-23
17:45:23.311674363 -0500
+++ compiz-0.8.16.1/plugins/compiz-decorator 2019-01-23 17:45:38.831472785
-0500
@@ -27,10 +27,10 @@
}
# Create env variables if empty.
-if [ ! -z "$XDG_CONFIG_DIRS" ]; then
+if [ -z "$XDG_CONFIG_DIRS" ]; then
XDG_CONFIG_DIRS="/etc/xdg"
fi
-if [ ! -z "$XDG_CONFIG_HOME" ]; then
+if [ -z "$XDG_CONFIG_HOME" ]; then
XDG_CONFIG_HOME="$HOME/.config"
fi
--- End Message ---
--- Begin Message ---
Source: compiz
Source-Version: 2:0.8.16.1-5
We believe that the bug you reported is fixed in the latest version of
compiz, 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.
Samuel Thibault <[email protected]> (supplier of updated compiz 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: SHA512
Format: 1.8
Date: Sat, 26 Jan 2019 21:01:22 +0100
Source: compiz
Binary: compiz compiz-core compiz-core-dbgsym compiz-dev compiz-gnome
compiz-gnome-dbgsym compiz-mate compiz-mate-dbgsym compiz-plugins
compiz-plugins-dbgsym compiz-plugins-default libdecoration0
libdecoration0-dbgsym libdecoration0-dev
Architecture: source
Version: 2:0.8.16.1-5
Distribution: unstable
Urgency: medium
Maintainer: Hypra Team <[email protected]>
Changed-By: Samuel Thibault <[email protected]>
Description:
compiz - OpenGL window and compositing manager
compiz-core - OpenGL window and compositing manager
compiz-dev - OpenGL window and compositing manager - development files
compiz-gnome - OpenGL window and compositing manager - Gtk window decorator
compiz-mate - OpenGL window and compositing manager - MATE window decorator
compiz-plugins - OpenGL window and compositing manager - plugins
compiz-plugins-default - transitional dummy package
libdecoration0 - Compiz window decoration library
libdecoration0-dev - Compiz window decoration library - development files
Closes: 920308
Changes:
compiz (2:0.8.16.1-5) unstable; urgency=medium
.
[ Samuel Thibault ]
* patches/move: Use mouse wheel to scroll off-screen windows.
.
[ nick black ]
* patches/compiz-decorator-test.patch: Fix compiz-decorator test
(Closes: Bug#920308)
Checksums-Sha1:
f131061569f265ce08854deaf1175fdc05e99c31 3093 compiz_0.8.16.1-5.dsc
a9f650ef154270b614c9f7f700143423b0c32d84 20824 compiz_0.8.16.1-5.debian.tar.xz
Checksums-Sha256:
cf4f9f3c39b49a31a6d6bd15a29ebea5599aa922d88226ab4b6d252c6c280824 3093
compiz_0.8.16.1-5.dsc
17452a83f7dc910f7d82438a313f4496b093ea5c63288c4e2e0d4299d82ed239 20824
compiz_0.8.16.1-5.debian.tar.xz
Files:
3109b2c2e78fb968a8472fe432f7dbda 3093 x11 optional compiz_0.8.16.1-5.dsc
028a4f2c6f3496d50b8eb9f37813a3e9 20824 x11 optional
compiz_0.8.16.1-5.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEM/p7ZGGVAfjOnI+X4/ZanpVg20wFAlxMvpAACgkQ4/ZanpVg
20yPCQ/+MxBFZ3IgXdt9AHqkw1uucjtoJ1FflD9F+vGcNz+OSsjSshD8BSZLJzOm
Czb/k6yREdlE0TUs4sS9Y+vZtzxydhOfCqf9bnOQIRJNUvXUCdAFdFD7sFuI/uA5
/Jh4Jgei4n3U6yVrMuQBYAkQldc77F8LTpbHvFDE5TgId09CxG3w2ZGNKmuugazR
+PGpkI2xiO7sLvCrRUil98tEbo4JAp1IgHmV0bQnXyN0Z3JNbONrlB+LFYzD+lKd
RSLkt7CWNJ/VKcGqvXdT9i7YFcoqMko0aWPHH8rDp4g4tGK4+x7i/qU8umla0IwG
OKmYPQelkt/QhXZ8L5WF09YJn8k9ipqEjTCzv2/XcGeWLUqlKNL8Ja3VcgiIkpbI
WzSZ/Fu7p5EVtcGMPvOOaqSaSHHIfaLRROlMcmZY7Tt9GlgCaaZwD3ohYvfFMzZN
ZOZa/i7Zin0EU06O5Ro/rVSj4wdgLlfG2sp39CdsX5fhD8SOq4/6oBS4CG7CJ4f8
62e+zRkBZwCsTCuz0+xPDBQzrmvqIAsst2v9ZoEoVy9ZtrtGCwPGiQBbXi/hGlW3
tXJ15MgY0eRpEobw2zj02YjCkXFd1suh6rzO8BZXzUqiDWbEBVaA/n4x6REJHK32
qcOGJVsLS0NTvc7ld4np1xURPpRiRlac+FMQdHQ2Rt4kYZGXKuE=
=Ixie
-----END PGP SIGNATURE-----
--- End Message ---