Your message dated Wed, 19 Aug 2015 21:21:43 +0000
with message-id <e1zsann-0007hf...@franck.debian.org>
and subject line Bug#796032: fixed in kwindowsystem 5.13.0-2
has caused the Debian Bug report #796032,
regarding kwindowsystem: Strange behavior of lxqt-runner and lxqt-panel, may be
related to #795884
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 ow...@bugs.debian.org
immediately.)
--
796032: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=796032
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: kwindowsystem
Version: 5.13.0
Severity: grave
Tags: patch
Justification: renders package unusable
Dear Maintainer,
after upgrading to latest kwindowsystem lxqt-panel and lxqt-runner behave
strange, the attached patch fixed this. Please note that amd64 will
work without further changes, i386 will FTBFS because of symbol changes. I'm
not familar with the kde symbols system so i leave it up to you.
Greetz Alf
-- System Information:
Debian Release: stretch/sid
APT prefers buildd-unstable
APT policy: (1100, 'buildd-unstable'), (990, 'unstable'), (500,
'experimental'), (500, 'testing'), (500, 'stable'), (1, 'buildd-experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 4.0.5-5-ck-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff --git a/debian/control b/debian/control
index 98489fe..7798aae 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,8 @@ Section: libdevel
Architecture: any
Depends: libkf5windowsystem5 (= ${binary:Version}),
qtbase5-dev (>= 5.4),
- ${misc:Depends}
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: development files for kwindowsystem
The class KWindowSystem provides information about the state of the
window manager and allows asking the window manager to change them
@@ -41,7 +42,7 @@ Multi-Arch: same
Depends: libkf5windowsystem-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
-Description: Convenience access to certain properties and features of the window manager.
+Description: Convenience access to certain properties and features of the window manager
The class KWindowSystem provides information about the state of the
window manager and allows asking the window manager to change them
using a more high-level interface than the NETWinInfo/NETRootInfo
@@ -50,10 +51,10 @@ Description: Convenience access to certain properties and features of the window
Package: libkf5windowsystem-data
Architecture: all
Multi-Arch: foreign
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}
Breaks: libkf5windowsystem5-data
Replaces: libkf5windowsystem5-data
-Description: Convenience access to certain properties and features of the window manager.
+Description: Convenience access to certain properties and features of the window manager
The class KWindowSystem provides information about the state of the
window manager and allows asking the window manager to change them
using a more high-level interface than the NETWinInfo/NETRootInfo
diff --git a/debian/copyright b/debian/copyright
index 3075d04..ac70875 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -29,10 +29,10 @@ Files: autotests/kwindowinfox11test.cpp
src/kwindoweffects_p.h
src/kwindowinfo.cpp
src/kwindowinfo_p.h
- src/kwindowinfo_p_x11.h
+ src/platforms/xcb/kwindowinfo_p_x11.h
src/kwindowsystem.cpp
src/kwindowsystem_p.h
- src/kwindowsystem_p_x11.h
+ src/platforms/xcb/kwindowsystem_p_x11.h
Copyright: 2014, Aaron Seigo <ase...@kde.org>
2013-2014, Martin Gräßlin <mgraess...@kde.org>
License: LGPL-2.1+3+KDEeV
@@ -85,21 +85,21 @@ License: LGPL-2+3+KDEeV
likewise, the complete text of the GNU Lesser General License version 3 can
be found in "/usr/share/common-licenses/LGPL-3".
-Files: src/fixx11h.h
- src/kselectionowner.cpp
- src/kselectionowner.h
- src/kselectionwatcher.cpp
- src/kselectionwatcher.h
+Files: src/platforms/xcb/fixx11h.h
+ src/platforms/xcb/kselectionowner.cpp
+ src/platforms/xcb/kselectionowner.h
+ src/platforms/xcb/kselectionwatcher.cpp
+ src/platforms/xcb/kselectionwatcher.h
src/kstartupinfo.cpp
src/kstartupinfo.h
- src/kxerrorhandler.cpp
- src/kxerrorhandler_p.h
- src/kxmessages.cpp
- src/kxmessages.h
- src/netwm.cpp
- src/netwm.h
+ src/platforms/xcb/kxerrorhandler.cpp
+ src/platforms/xcb/kxerrorhandler_p.h
+ src/platforms/xcb/kxmessages.cpp
+ src/platforms/xcb/kxmessages.h
+ src/platforms/xcb/netwm.cpp
+ src/platforms/xcb/netwm.h
src/netwm_def.h
- src/netwm_p.h
+ src/platforms/xcb/netwm_p.h
Copyright: 2012, David Faure <fa...@kde.org>
2001-2003, Lubos Lunak <l.lu...@kde.org>
2000, Troll Tech AS
diff --git a/debian/libkf5windowsystem-dev.install b/debian/libkf5windowsystem-dev.install
index 899375f..fbe053e 100644
--- a/debian/libkf5windowsystem-dev.install
+++ b/debian/libkf5windowsystem-dev.install
@@ -3,3 +3,6 @@ usr/include/KF5/kwindowsystem_version.h
usr/lib/*/cmake/KF5WindowSystem/
usr/lib/*/libKF5WindowSystem.so
usr/lib/*/qt5/mkspecs/modules/qt_KWindowSystem.pri
+
+usr/lib/*/qt5/plugins/kf5/org.kde.kwindowsystem.platforms/KF5WindowSystemWaylandPlugin.so
+usr/lib/*/qt5/plugins/kf5/org.kde.kwindowsystem.platforms/KF5WindowSystemX11Plugin.so
--- End Message ---
--- Begin Message ---
Source: kwindowsystem
Source-Version: 5.13.0-2
We believe that the bug you reported is fixed in the latest version of
kwindowsystem, 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 796...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Maximiliano Curia <m...@debian.org> (supplier of updated kwindowsystem 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 19 Aug 2015 22:10:38 +0200
Source: kwindowsystem
Binary: libkf5windowsystem-dev libkf5windowsystem5 libkf5windowsystem-data
libkf5windowsystem5-dbg
Architecture: source all amd64
Version: 5.13.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Maximiliano Curia <m...@debian.org>
Description:
libkf5windowsystem-data - Convenience access to certain properties and
features of the wind
libkf5windowsystem-dev - development files for kwindowsystem
libkf5windowsystem5 - Convenience access to certain properties and features of
the wind
libkf5windowsystem5-dbg - debug symbols for kwindowsystem
Closes: 796032
Changes:
kwindowsystem (5.13.0-2) unstable; urgency=medium
.
* Install missing plugins. (Closes: #796032)
Checksums-Sha1:
13d519dbad528925aea52dd5f6615a521f1e4493 2538 kwindowsystem_5.13.0-2.dsc
057e28325d074b7610379989bc586f4a10858882 9788
kwindowsystem_5.13.0-2.debian.tar.xz
0bbb0f4d0364ff94b08d98c593be714786046084 10576
libkf5windowsystem-data_5.13.0-2_all.deb
802324e4ad1155c1e61c6ea255ae5b4eb1931df8 41816
libkf5windowsystem-dev_5.13.0-2_amd64.deb
9a10b8f45b8552eb61f57c13e3e2d24b8d7252d9 2451266
libkf5windowsystem5-dbg_5.13.0-2_amd64.deb
fc4a0c6af08bd7e0ffc71402cbd26ad17850bfe3 120978
libkf5windowsystem5_5.13.0-2_amd64.deb
Checksums-Sha256:
5b33399528fc8157934caa708f58e2894a623f7bb935098a33ee90f1fc972ba1 2538
kwindowsystem_5.13.0-2.dsc
371b254d01490e79ebb1b7a3455f6819dac709a089808f77eda6f60ddadb60ac 9788
kwindowsystem_5.13.0-2.debian.tar.xz
f7afaad5503df40400b74887a966f2fa878942e2173fbd3da3d7631a25c2a27c 10576
libkf5windowsystem-data_5.13.0-2_all.deb
62075ca07b9d220024c15645e7840b27d676a1e4280910802f242569e8943b2e 41816
libkf5windowsystem-dev_5.13.0-2_amd64.deb
20bb66905c13c36a859feba7330539ca03db2a74195a9810308d7077bf3dc0fe 2451266
libkf5windowsystem5-dbg_5.13.0-2_amd64.deb
e1ccbfde9be99a7733209d55347b6ff1c656dbb147ada3a6559f63de4c4b6c77 120978
libkf5windowsystem5_5.13.0-2_amd64.deb
Files:
8f51a8acfb0fc0a819acf94d11d825d9 2538 libs optional kwindowsystem_5.13.0-2.dsc
961540c86993229a5784a9f3a8b9cfd8 9788 libs optional
kwindowsystem_5.13.0-2.debian.tar.xz
584fc2b76ce3af30d0ee4f495a33281c 10576 libs optional
libkf5windowsystem-data_5.13.0-2_all.deb
b0331d953e0c5f086cf0206916f47362 41816 libdevel optional
libkf5windowsystem-dev_5.13.0-2_amd64.deb
e9fce75883c3543bf33cd021892f6871 2451266 debug extra
libkf5windowsystem5-dbg_5.13.0-2_amd64.deb
83bf4b437d6a1d17b8fcce840e74f16e 120978 libs optional
libkf5windowsystem5_5.13.0-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJV1OVEAAoJEMcZdpmymyMqEFwQAL7a7n/wrwM9rZR9EcvW0090
lLCU48U421v6GJWu6lzy7PpP3Xqs1eCFdCJ3CL9MN7w5Kmu9ScKBpqJGU0UARx8+
E3ljEbkdvqU5twTroydFDDTMxAmqf5udYCWlcIgYTjcIe/hoT2C45/VWyOjeoI4M
id7/5XzhW4DrBRE4e1fx3O0URhynOW50VkS3gfGoaVFxOcSH5aSbrWNxryrpamCO
KV5I5Ayr3skAVixQXEzdW0LUrtBELiJx9dYDOn3mYEROqOBJzDZ4NWhpiAYNl58W
SkUN+O87MG+p6p9NfRrntJS5eChF0Fx7rPmfoSvjmL/TNutA3X9AtOdeGs3D2gZ+
Xe/LKVamrisV6FBbj1hG2t6U21183/Wb0kmKxah1bXCTXAP82CPzG6104Mh78MRn
gJ/hJM0yubDDRVjdcA3spHbTFBJiBxevf/jFkecP6D8/YzhXen6HBfcilbjLmesA
m7Ni6H6pHPh0eb59AMmXiSmFt5heL6qklEoeQaq/gDrFwSnsnkZRYqWTjQW4C0fv
EmTrruQtyIfrf+X9KX8o6XsS50NoC3LsubfsUyFFDmKR1FOtU4JR1GrIeouh1p27
T34VKJJynmN7v+tsKZLVPcxZuhYG4H5dSmUEgUKDF0O5rRvaNczBGQOX1bzSKL1+
nePkg1q4Q2WlfR8JnfW2
=6PnX
-----END PGP SIGNATURE-----
--- End Message ---