You are not logged in.

#1 2010-09-09 19:25:29

hurleyef
Member
Registered: 2010-06-22
Posts: 72

Gnome power manager systray icon won't full hide

What the subject says.  It just disables the icon, leaving an empty space in my notification area.  I searched the archforums/google, but couldn't find anything about it.  I'm using gnome with compiz/emerald and tint2.  I get the same issue with gnome-panel and awn.

Thanks in advance for any help.

Offline

#2 2010-09-09 19:31:56

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Gnome power manager systray icon won't full hide

picture please.

you can't unlock the applet and move it to the right?


Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2010-09-09 19:44:24

hurleyef
Member
Registered: 2010-06-22
Posts: 72

Re: Gnome power manager systray icon won't full hide

Using tint2:
systray.jpg
I can click on the empty space and open the power management utility.
systray2.jpg

Offline

#4 2010-09-11 20:50:11

hurleyef
Member
Registered: 2010-06-22
Posts: 72

Re: Gnome power manager systray icon won't full hide

Okay, it's a bug with tint2.  Awn did it sometimes too, but not consistently enough for me to get too annoyed.  I solved it by using the following script to start the gnome-power-manager:

#!/bin/sh
#gets rid of the empty space left in the tint2 systray by gnome power
#manager
gnome-power-manager
gconftool-2 --type String --set /apps/gnome-power-manager/ui/icon_policy low
gconftool-2 --type String --set /apps/gnome-power-manager/ui/icon_policy never
exit

Ugly hack, but it works.  hmm

Offline

Board footer

Powered by FluxBB