Bug 450307

Summary: sealert: systray icon too large under kde
Product: [Fedora] Fedora Reporter: Rex Dieter <rdieter>
Component: setroubleshootAssignee: John Dennis <jdennis>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 9   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-06-15 21:38:10 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 Rex Dieter 2008-06-06 15:44:15 UTC
with sealert running under kde4, one sees it's systray icon misrendered
(wrong size mostly).

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

$ xwininfo -tree
...
[click on Plasma now]
           0xc3000020 "sealert": ("sealert" "Sealert")  32x32+0+0  +1238+764
...

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

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

Comment 1 Rex Dieter 2008-06-15 21:38:10 UTC
alrighty, looks like upstream kde is going to workaround this and other
ambiguities in the systray spec.  sorry for the noise.

*** This bug has been marked as a duplicate of 440031 ***