EdisonWangB / pcmanx-gtk2

Automatically exported from code.google.com/p/pcmanx-gtk2
GNU General Public License v2.0
0 stars 0 forks source link

Weird display name and tooltip covered under notification area in GNOME Shell #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
GNOME Shell will be showed on the top, so the tooltip should be handled by 
GNOME Shell, otherwise it would be covered under the notification area.

The right click menu also encountered such problem.

FYI,
http://developer.gnome.org/notification-spec/

I think program name on notification area should show "PCManX" instead of 
"pcmanx".

btw, it seems to have an inversive WM_CLASS string now.

$ sleep 2; xprop WM_CLASS
WM_CLASS(STRING) = "PCManX", "pcmanx"
$ sleep 2; xprop WM_CLASS
WM_CLASS(STRING) = "empathy", "Empathy"

Original issue reported on code.google.com by wander...@gmail.com on 10 Jul 2011 at 6:22

Attachments:

GoogleCodeExporter commented 8 years ago
This issue was closed by revision daa71dd52b57.

Original comment by fourdollars on 23 Jan 2012 at 9:09

GoogleCodeExporter commented 8 years ago

Original comment by fourdollars on 23 Jan 2012 at 10:37