Closed simonbcn closed 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.
Please, could you upload a patch? Thanks.
ok, made a pull request: https://github.com/nmaier/mintrayr/pull/77
:It doesn't show the tray icon in Thunderbird 11 on Ubuntu 11.10 64 bits with Gnome-shell: