nmaier / mintrayr

Mozilla extension: Minimize windows into the system tray (Firefox, Thunderbird, Seamonkey, Instantbird)
https://tn123.org/mintrayr/
Mozilla Public License 2.0
84 stars 37 forks source link

It doesn't show the tray icon in Thunderbird 11 #76

Closed simonbcn closed 12 years ago

simonbcn commented 12 years ago

:It doesn't show the tray icon in Thunderbird 11 on Ubuntu 11.10 64 bits with Gnome-shell: screen-shot

jjk-jacky commented 12 years ago

I noticed that as well, and apparently that it's because no icon is set anymore. This is due to gtk_window_get_icon (to get thunderbird's icon) not working anymore. Seems that instead of setting an icon, they set an icon name now. So one needs to get said icon name (gtk_window_get_icon_name) then set it via gtk_status_icon_set_from_icon_name.

simonbcn commented 12 years ago

Please, could you upload a patch? Thanks.

jjk-jacky commented 12 years ago

ok, made a pull request: https://github.com/nmaier/mintrayr/pull/77