Bug 765726

Summary: Notification area expanding on resume (with xfce power manager, nm-applet, parcellite running)
Product: [Fedora] Fedora Reporter: Thomas Arnold <g0tt>
Component: xfce4-power-managerAssignee: Christoph Wickert <christoph.wickert>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 15CC: bazanluis20, christoph.wickert, d657645, freddy, maxamillion, ubuntu
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: xfce4-power-manager-1.0.10-2.fc15 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-17 23:37:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Thomas Arnold 2011-12-09 09:01:33 UTC
Description of problem:  
Each time I resume my EeePC 901 the notification area in lxpanel becomes bigger by adding an invisible icon on each side.

Version-Release number of selected component (if applicable):


How reproducible:
Suspend/resume

Steps to Reproduce:
1. Run LXDE with parcellite, xfce power manager and network manager
2. Suspend
3. Resume


Actual results:
Wider notification area

Expected results:
The same notification area as before

Additional info:
https://bugs.launchpad.net/ubuntu/+source/lxpanel/+bug/846878

Comment 1 Christoph Wickert 2011-12-11 18:31:14 UTC
Thanks for reporting this bug. I cannot reproduce, therefor I need more input from you.

When you right-click on an empty spot in the notification area, do you see a menu or just nothing happens?

Can you try lxpanel from updates-testing?

Comment 2 Thomas Arnold 2011-12-11 20:52:32 UTC
Thanks for responding.
I just see the void of space and nothing happens.
I will try to enable updates-testing and report back.
Greetings from Münster ;-)

Comment 3 Thomas Arnold 2011-12-12 20:19:04 UTC
Did the yum update lxpanel with update-testing enabled and the problem persists.

Comment 4 Freddy Willemsen 2011-12-16 15:39:26 UTC
I think I have found a workaround for the time being. Put the script below in /etc/pm/sleep.d dir (for example in 01powermanager). Put your own username in the right spot, maybe change your display number if applicable.

#!/bin/bash

case $1 in
    thaw|resume)
        su - <Your username> -c "export DISPLAY=:0 && /usr/bin/xfce4-power-manager --restart"
        exit 0
        ;;
    *)  exit $NA
        ;;
esac

Comment 5 Thomas Arnold 2012-01-10 07:30:14 UTC
The workaround kinda sometimes works, but a real fix it certainly isn't. The notification area is still expanding. Anybody still working on this?

Comment 7 Christoph Wickert 2012-02-26 10:17:27 UTC
Argh, I had the necessary patch already in the F16 package for quite a while but I did not update F15. This explains why only a F15 user complains.

Thanks for Michael to the pointer in the LP bug report!

Comment 9 Fedora Update System 2012-02-26 10:19:10 UTC
xfce4-power-manager-1.0.10-3.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/xfce4-power-manager-1.0.10-3.fc15

Comment 10 Fedora Update System 2012-02-27 00:47:43 UTC
Package xfce4-power-manager-1.0.10-3.fc15:
* should fix your issue,
* was pushed to the Fedora 15 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing xfce4-power-manager-1.0.10-3.fc15'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-2475/xfce4-power-manager-1.0.10-3.fc15
then log in and leave karma (feedback).

Comment 11 Michael Basse 2012-02-27 06:01:50 UTC
Unluckily Henry Gebhardt was discovering a use-case where the empty spaces still appear.

If you remove/add the battery the empty spaces are there again.

I can reproduce it with the latest patched version of xfce4-power-manager on lubuntu 12.04


Because i dont have Fedora, can someone of you test this use-case?

Comment 12 Christoph Wickert 2012-03-01 11:08:44 UTC
As far as I can tell this is fixed in the Fedora package, but compared to stock 1.0.10 it contains a number of patches from git. For a complete list see 
http://pkgs.fedoraproject.org/gitweb/?p=xfce4-power-manager.git;a=tree;hb=7d8b84e5

Comment 13 Fedora Update System 2012-03-05 16:10:52 UTC
xfce4-power-manager-1.0.10-2.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/xfce4-power-manager-1.0.10-2.fc15

Comment 14 Fedora Update System 2012-03-06 19:22:02 UTC
Package xfce4-power-manager-1.0.10-2.fc15:
* should fix your issue,
* was pushed to the Fedora 15 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing xfce4-power-manager-1.0.10-2.fc15'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-2987/xfce4-power-manager-1.0.10-2.fc15
then log in and leave karma (feedback).

Comment 15 Thomas Arnold 2012-03-07 06:39:10 UTC
Btw I have the same problem in F16.

Comment 16 Fedora Update System 2012-03-17 23:37:36 UTC
xfce4-power-manager-1.0.10-2.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 17 Frederik 2012-03-21 18:09:58 UTC
I am experiencing the same problem in Fedora 16. Is there a fix available there as well? I cannot see an update available in the repositories.