Bug 450292 - gnome-packagekit: systray icon too large under kde
Summary: gnome-packagekit: systray icon too large under kde
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-packagekit
Version: 9
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Robin Norwood
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 440031
TreeView+ depends on / blocked
 
Reported: 2008-06-06 14:10 UTC by Rex Dieter
Modified: 2008-06-06 16:04 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-06-06 16:04:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Rex Dieter 2008-06-06 14:10:59 UTC
Running gnome-packagekit under kde4, one sees it's systray icon misrendered
(wrong size mostly).

Per
http://bugs.kde.org/155381
I traced this down to gpk-update-icon drawing the wrong size (32x32 minimum).

$ xwininfo -tree
...
[click on Plasma now]
           0xc0007d "PackageKit Update Applet": ("gpk-update-icon"
"Gpk-update-icon")  32x32+0+0  +951+762
...

$ xprop -id 0xc0007d 
...
WM_NORMAL_HINTS
                program specified minimum size: 32 by 32
...

Needless to say, the standard kde systray size is smaller than 32x32.

Comment 1 Richard Hughes 2008-06-06 16:04:15 UTC
gnome-packagekit just uses GtkStatusIcon to see an icon name - and then leaves
it up to GTK and the tray to set the correct thing. It also seems to work fine
in GNOME... We'll use the main bug to discuss, as this isn't a GPK bug.


Note You need to log in before you can comment on or make changes to this bug.