Your message dated Mon, 06 Feb 2012 21:20:27 +0000
with message-id <[email protected]>
and subject line Bug#658916: fixed in xfce4-power-manager 1.0.10-5
has caused the Debian Bug report #658916,
regarding xfce4-power-manager fails to start (receives X window system error
"BadName")
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.)
--
658916: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658916
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Subject: xfce4-power-manager fails to start (receives X window system error
"BadName")
Package: xfce4-power-manager, xfce4-power-manager-data,
xfce4-power-manager-plugins
Version: 1.0.10-4
Severity: important
this was a well known
bughttps://bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/821170
I've attached a patch downloaded from ubuntu source package. after applying
this patch to xfce4-power-manager=1.0.10-4 from debian wheezy all works perfect.
Please add this patch to the official repository.
Subject: Trap X errors when initializing brightness management
Origin: other, https://bugzilla.xfce.org/attachment.cgi?id=3911
Bug: https://bugzilla.xfce.org/show_bug.cgi?id=7999
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/xfce4-power-manager/+bug/821170
---
common/xfpm-brightness.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
--- a/common/xfpm-brightness.c
+++ b/common/xfpm-brightness.c
@@ -65,10 +65,13 @@
{
XRRPropertyInfo *info;
gboolean ret = TRUE;
+ gint rc;
+ gdk_error_trap_push ();
info = XRRQueryOutputProperty (GDK_DISPLAY (), output, brightness->priv->backlight);
+ rc = gdk_error_trap_pop ();
- if (info == NULL)
+ if (info == NULL || rc != Success)
{
g_warning ("could not get output property");
return FALSE;
--- End Message ---
--- Begin Message ---
Source: xfce4-power-manager
Source-Version: 1.0.10-5
We believe that the bug you reported is fixed in the latest version of
xfce4-power-manager, which is due to be installed in the Debian FTP archive:
xfce4-power-manager-data_1.0.10-5_all.deb
to main/x/xfce4-power-manager/xfce4-power-manager-data_1.0.10-5_all.deb
xfce4-power-manager-plugins_1.0.10-5_amd64.deb
to main/x/xfce4-power-manager/xfce4-power-manager-plugins_1.0.10-5_amd64.deb
xfce4-power-manager_1.0.10-5.debian.tar.gz
to main/x/xfce4-power-manager/xfce4-power-manager_1.0.10-5.debian.tar.gz
xfce4-power-manager_1.0.10-5.dsc
to main/x/xfce4-power-manager/xfce4-power-manager_1.0.10-5.dsc
xfce4-power-manager_1.0.10-5_amd64.deb
to main/x/xfce4-power-manager/xfce4-power-manager_1.0.10-5_amd64.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.
Lionel Le Folgoc <[email protected]> (supplier of updated xfce4-power-manager
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: Mon, 06 Feb 2012 21:38:26 +0100
Source: xfce4-power-manager
Binary: xfce4-power-manager xfce4-power-manager-data xfce4-power-manager-plugins
Architecture: source amd64 all
Version: 1.0.10-5
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers <[email protected]>
Changed-By: Lionel Le Folgoc <[email protected]>
Description:
xfce4-power-manager - power manager for Xfce desktop
xfce4-power-manager-data - power manager for Xfce desktop, arch-indep files
xfce4-power-manager-plugins - power manager plugins for Xfce panel
Closes: 658916
Changes:
xfce4-power-manager (1.0.10-5) unstable; urgency=low
.
[ Lionel Le Folgoc ]
* debian/patches:
- 03_trap-x-errors.patch: added, fix crash when all outputs don't support
the backlight property. Closes: #658916
- 04_clear-idles-for-removed-batteries.patch: added, fix crash when xfpm
tries to refresh the status icon of a removed battery.
- 05_fix-brightness-key-modifiers.patch: added, let the brightness keys
work even when numlock is on.
* debian/rules:
- use debhelper 9 hardening support.
* debian/compat bumped to 9.
* debian/control:
- drop hardening-includes build-dep.
- update debhelper build-dep to 9 for hardening support.
- add dpkg-dev 1.16.1 build-dep for hardening support.
.
[ Yves-Alexis Perez ]
* debian/watch updated, xfpm has moved to xfce section.
Checksums-Sha1:
401be94a8855e93ae240c7af53066865620c98a0 2517 xfce4-power-manager_1.0.10-5.dsc
4f60a71201314531c30960b016ea2bfc5e2fde40 6427
xfce4-power-manager_1.0.10-5.debian.tar.gz
286e93d635ea2f2730aff5e4074318094fe613b7 120864
xfce4-power-manager_1.0.10-5_amd64.deb
5bb930512b8554dda6dbaa7294eee96e67657a2e 744524
xfce4-power-manager-data_1.0.10-5_all.deb
8ef1c509877248c9465a6cbf0bded2703156be1e 31538
xfce4-power-manager-plugins_1.0.10-5_amd64.deb
Checksums-Sha256:
31c69253c2408367b26b771491c5b8ad1233164f4447478d6117e4d49c4bb5c5 2517
xfce4-power-manager_1.0.10-5.dsc
c9470cfc9cb62e539b676bf81e354d6a0ca3e790ae24397681a1c2d4398ca958 6427
xfce4-power-manager_1.0.10-5.debian.tar.gz
67a291eb49f4e849f92b02faaf2494e8423d0f470bb48523e310cf54ec746d98 120864
xfce4-power-manager_1.0.10-5_amd64.deb
d108f920761b7e60ecd9e94a86fe56981f0e93f2c066a6a5154807c19cf55d2f 744524
xfce4-power-manager-data_1.0.10-5_all.deb
c4a3df0117cce8a162aa132b0f812b5bf0909a5d7ac9d30858250ca4b20da967 31538
xfce4-power-manager-plugins_1.0.10-5_amd64.deb
Files:
729672f146da3c974a81dcbe03fbca16 2517 xfce optional
xfce4-power-manager_1.0.10-5.dsc
1d87dc6dc364a39e5742d8e7806f7cf4 6427 xfce optional
xfce4-power-manager_1.0.10-5.debian.tar.gz
212693d4a720f924d5fec50f782472d8 120864 xfce optional
xfce4-power-manager_1.0.10-5_amd64.deb
93b08fdfd8eeaa5764203b85031e40ce 744524 xfce optional
xfce4-power-manager-data_1.0.10-5_all.deb
bf8abeba61129d887039985f8704066b 31538 xfce optional
xfce4-power-manager-plugins_1.0.10-5_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCgAGBQJPMDvkAAoJEDBVD3hx7wuouswP/R4m5fc9D8T8oB2ZIfu9/BAv
0A8J66og/ONfPIaD38r5GANsWDYZw7vHJ+64ph6hlFRT/KKwHY/JbXAXT9k5Tuzf
j29oP1OYnaGzEtA+OZLKn37MKCx25W1oh7FPPCsAuGJEUw111XReXgK7ByE+bTsj
uCPDPE/M6W6WWk0d55snn9QJt1l+GtbxH3bSSAogRAGBtaIR/YcXwclXf2PUycpm
PTTTMawh0WCkOkur5VE3HyadXKGgpsYryXMxIxWBWTI8/OtgHVtZtxcRXvWX7BKp
9gZJK3g8riRruEvw45e9r0xt8Q92V4bikJAkdBLPMgp3+yP0jDxd8bpcCBdfi+EQ
osVBh0vpGgXTs0xsuvTUh8mIWa74PotVLOcq14e5Io5XGaChbtmblDbAbAHGQYri
Bho/Acf6oCbMjXu7IoNU+aGgdt2706xLJXAnHRJFV8/7ggH6zZw2cfrlpC/hOJCO
jKSRHUKtw/CIavMeoIR57XtzK0WPLqBVWK/aYvXTHl70Ei6VGajJHEKNkU126j+r
lXEYS7PEnf3r/ReQGh5TKYBurxCsHAEUiZ2MenlBwyjR9ktydvSfyOErvcanLWbp
gl8ik6cPHJxjZ0zs+2Y6RZbLwV43PGOj0LxfCmgBsjUamxPqxEO95h3A+z4GtBsb
N6LHrV89TznUwKtPVXrd
=LsMx
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-xfce-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-xfce-devel