Displaying 2 results from an estimated 2 matches for "wm_window_role".
2007 Mar 01
1
Strange behavior scale and switcher plugin after update
...4
WM_STATE(WM_STATE):
window state: Normal
icon window: 0x0
_NET_WM_DESKTOP(CARDINAL) = 0
KWM_WIN_ICON(KWM_WIN_ICON) = 0x300000d, 0x3000014
XdndAware(ATOM) = ARC
WM_CLIENT_LEADER(WINDOW): window id # 0x0
WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW, WM_TAKE_FOCUS, WM_WINDOW_ROLE
WM_LOCALE_NAME(STRING) = "it_IT@euro"
WM_CLIENT_MACHINE(STRING) = "Experience"
WM_ICON_NAME(STRING) = "MPlayer - Video"
WM_NAME(STRING) = "MPlayer - Video"
_NET_FRAME_EXTENTS(CARDINAL) = 4, 4, 27, 4
_NET_FRAME_WINDOW(WINDOW): window id # 0xc0046a
_MOTIF_WM_HI...
2010 Feb 02
1
R's X11 Device Properties
...t;
state, and for focus not to switch to it.
Configuring this behavior is handled through the window manager, but both
of the above referenced window managers require that the first element of
window's WM_CLASS property, second element of window's WM_CLASS property,
or the window's WM_WINDOW_ROLE property be set so that the right window
can be matched.
If I start R, type
> plot(1,1)
and then run "xprop" (command line program to inspect X window properties)
on the resulting X11 window, none of these properties show up in the
resulting output.
Is there any hope for this to...