KevinTsui1234 / tint2

Automatically exported from code.google.com/p/tint2
GNU General Public License v2.0
1 stars 0 forks source link

r734 change causes disappearing icons #479

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am currently using openbox + tint2 in debian jessie (kernel verison 3.16.0-4, 
Intel HD 3000, i915 driver). While working on a fix for the battery issue I 
noticed that the systray icons I use (nm-applet, skype) no longer show up in 
the tray. However, they are still clickable and behave as though they are 
there. 

If I add the line that was removed in this change from r734, the icons appear 
again.
https://code.google.com/p/tint2/source/diff?spec=svn734&old=685&r=734&format=uni
diff&path=%2Ftrunk%2Fsrc%2Fsystray%2Fsystraybar.c

Is this a misconfiguration issue on my end or is something else going on?

Original issue reported on code.google.com by Loser...@gmail.com on 28 Mar 2015 at 8:49

GoogleCodeExporter commented 8 years ago
I reverted the change in r745.

I'm not sure what the problem is :( On some graphics cards there were glitches 
in rendering taskbar and launcher icons (issue 432). Using imlib's drawing 
method instead of XRender has fixed the problem there, so I thought the systray 
should use that too for uniformity.

For now I'm reverting the systray code and leave the changes to the taskbar and 
launcher.

Original comment by mrovi9...@gmail.com on 28 Mar 2015 at 10:51

GoogleCodeExporter commented 8 years ago
If you are still interested in this issue, if/when you have time, I kindly ask 
you to test if r755 works on your system. It fixes another rendering glitch in 
the systray. Thanks!

Original comment by mrovi9...@gmail.com on 13 Apr 2015 at 8:25

GoogleCodeExporter commented 8 years ago
Project moved to GitLab.

You can find this issue at: https://gitlab.com/o9000/tint2/issues/479

Original comment by mrovi9...@gmail.com on 25 Apr 2015 at 11:13