On Fri, 2006-12-29 at 11:33 +0300, Kirill K. Smirnov wrote
>
> I've tried kde, fluxbox and xfce4 (and fvwm, but it lacks systray).
> Now I can see that xfce4 suffers from it. I did not noticed that before.
>
> So, I suppose a new patch (attached). Does it work correct with
> GNOME? In xfce is O
> Unfortunately, yes. The way the helper window is currently implemented,
> if you remove the WS_CAPTION style, the icon won't be centered when it
> gets docked (in GNOME at least.) I tried that when I put together the
> systray tooltips patch. Ultimately it caused more problems than it
> solved, s
Hi Krill,
On Thu, 2006-12-28 at 13:14 +0300, Kirill K. Smirnov wrote:
>
> So the questions:
> 1) Does systray icon helper window really need to be created with WS_CAPTION
> style?
Unfortunately, yes. The way the helper window is currently implemented,
if you remove the WS_CAPTION style, the icon
Hi, all!
I was playing around systray icons in various modes
1)
"allow the window manager to control the windows"="on"
"emulate a virtual desktop"="off"
As result, systray icon is OK.
2) In other combination of these parameters, the icon is drawn with window
title.
I've tried to investigate the