Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 220851 - x11-wm/icewm + GTK applications: system tray icons are cut off left and right
Summary: x11-wm/icewm + GTK applications: system tray icons are cut off left and right
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High trivial with 1 vote (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on: 266700
Blocks:
  Show dependency tree
 
Reported: 2008-05-08 04:30 UTC by Christopher Head
Modified: 2010-02-02 09:28 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Head 2008-05-08 04:30:35 UTC
Running GTK+ applications under IceWM, if said applications use GtkStatusIcon to put icons in the system tray, those icons don't display fully - they get cut off left and right. This affects Pidgin and also a test program I wrote myself to check out system tray functionality. gtk_status_icon_get_size() returns 24, and gtk_status_icon_get_geometry() fills in the rectangle parameter with a rectangle of dimension 30x24 (in both cases called on an icon for which gtk_status_icon_is_embedded() returns TRUE). However, actually placing the icon in the tray, it's obvious that while the tray IS actually 24 pixels high, each individual icon is significantly less than 24 pixels wide, and definitely less than 30.

Reproducible: Always

Steps to Reproduce:
Run IceWM. Run Pidgin.
Actual Results:  
Tray icon appears to be cut off; the right-hand side is definitely cut off (covered by just grey the same colour as the taskbar itself). The Pidgin icon looks like it might be missing a little from the left side as well, but my own test program shows the left edge of the icon but cuts off a lot on the right, suggesting that maybe the Pidgin icon also isn't cut off on the left, only the right.

Expected Results:  
Tray icons should be displayed fully.
Comment 1 Christopher Head 2008-05-08 04:33:46 UTC
Oh by the way, if screenshots or the source code to my test app are needed I can provide them. Pidgin-2.3.1, GTK+-2.12.8, IceWM-1.2.32.
Comment 2 Christopher Head 2008-05-08 06:46:24 UTC
Further data: if I use gtk_status_icon_new(), which gives no actual icon, and just set it visible immediately, the space available in the system tray looks the right size for 24x24 or maybe even 30x24. The moment I call gtk_status_icon_set_from_pixbuf() or gtk_status_icon_set_from_stock(), that icon actually instantly *shrinks* on the system tray, moving everything beside it over, until it's down to the smaller, cut-off, size. Making the icon invisible and then visible again doesn't change anything (it stays small). Deleting the GtkStatusIcon completely and creating a new one with gtk_status_icon_new_from_pixbuf() with a 30x24 pixbuf makes the icon smaller and cut-off. Using gtk_status_icon_new_from_pixbuf() with a 24x24 pixbuf sometimes seems to work right, but not always (oddly, it seems that the icon stays the right size if the mouse pointer is over the area where it will be created, but gets shrunk otherwise). The mouse *doesn't* seem to help using gtk_status_icon_new_from_stock(); these are always shrunk.
Comment 3 Christopher Head 2008-05-08 07:00:52 UTC
Yet more data: my program seems to be fine with Pidgin not running, or with it not using a systray icon. Looks like it may actually be Pidgin's fault and not GTK+'s or IceWM's? But still, IceWM shouldn't really allow bad parameters by one program to break another program's systray icon.
Comment 4 Vytautas Jakutis 2008-08-13 11:38:44 UTC
It is a pidgin bug.
Comment 5 Vytautas Jakutis 2008-08-13 13:24:28 UTC
That was using pidgin-2.4.3 and icewm-1.2.32. Now that I added ~x86 on icewm and updated to version 1.2.35, I have the pidgin taskbar icon working perfectly. My conclusion: icewm-1.2.35 should be marked x86 as soon as possible.
Comment 6 Víctor Ostorga (RETIRED) gentoo-dev 2009-11-11 21:01:29 UTC
Can you confirm this is working right with x11-wm/icewm-1.2.35 ?
Comment 7 Pacho Ramos gentoo-dev 2009-11-12 13:45:38 UTC
At least in my case emesene systray icon works fine, but I don't use pidgin :-/
Comment 8 Christopher Head 2009-11-13 07:45:16 UTC
Unfortunately, I no longer use IceWM (I've decided to go with Xfce, at least for a while). Given that both Vytautas and Pacho report that the issue is apparently fixed for them, shall I just close this?
Comment 9 Christopher Head 2010-02-02 09:28:09 UTC
No response to message 8; closing.