Displaying 2 results from an estimated 2 matches for "use_xt".
Did you mean:
sext
2012 Jun 07
2
x11 icon and class
...ecifies:
1) _NET_WM_ICON as a slightly tweaked version of Rlogo-5.png (48x48
pixels, circle filled-in with white to be legible; ARGB data hardcoded
as a constant array in a new file "rlogo_icon.h").
2) WM_CLASS (for reasons unclear to me, previously WM_CLASS was only
set #ifndef USE_Xt)
l
As Ubuntu is the single most popular linux distribution, perhaps others
will find this patch useful. I have tested on both 32- and 64-bit
versions of linux.
Regards,
Philip
-------------- next part --------------
A non-text attachment was scrubbed...
Name: r_icon_class.patch
Type: text/x-pat...
2011 Jun 16
2
X11 device windows are spawned with empty WM_NAME property
Hello,
I've noticed that X11 device windows (the ones that pop up when I plot
something on Linux) aren't assigned any WM_NAME property until after they've
been spawned. This causes problems for users of tiling window managers, who
may wish to use the WM_NAME property to decide whether to float or tile the
window.
If I create a plot and then examine the window properties with xprop,