search for: wm_class

Displaying 11 results from an estimated 11 matches for "wm_class".

2012 Jun 07
2
x11 icon and class
The X11 device driver does not provide the X window manager with an icon (_NET_WM_ICON) or, under some circumstances, with a class (WM_CLASS). This hinders usability under the new stable version of Ubuntu, which has a (new) user interface centered around icons. I am not sure if this was a conscious choice by r-core or simply a low priority. In case of the latter, I attach a patch against R-devel (as of 6 June) that specifies: 1...
2010 Feb 02
1
R's X11 Device Properties
...calling plot), I would like for the resulting window to be in the "always on top" 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 w...
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,
2007 Mar 01
1
Strange behavior scale and switcher plugin after update
...0x300000d bitmap id # of mask for icon: 0x3000014 WM_NORMAL_HINTS(WM_SIZE_HINTS): program specified location: 380, 285 program specified size: 640 by 480 program specified resize increment: 1 by 1 window gravity: Static WM_CLASS(STRING) = "MPlayer", "MPlayer" _NET_WM_ALLOWED_ACTIONS(ATOM) = _NET_WM_ACTION_MOVE, _NET_WM_ACTION_RESIZE, _NET_WM_ACTION_STICK, _NET_WM_ACTION_MINIMIZE, _NET_WM_ACTION_MAXIMIZE_HORZ, _NET_WM_ACTION_MAXIMIZE_VERT, _NET_WM_ACTION_FULLSCREEN, _NET_WM_ACTION_CLOSE, _NET_WM_ACTIO...
2012 Sep 15
0
[Repost 1/3] The X11 device patch
...ect: The X11 device patch Date: Wed, 27 Jun 2012 11:53:13 -0500 R Core, *Great* to see this bubble up in the NEWS aggregation: 2.15.1 patched NEW FEATURES The X11() window gains an icon: the latter may be especially useful on Ubuntu's Unity interface. The WM_CLASS should be set in circumstances where the Window Manager failed to make use of Xt settings. As you may know, I also applied these changes by Philip (CC'ed) to the Debian package and am enjoying them tremendously. This is useful beyond Unity -- I am currently (at work) at a Windows 7...
2007 Apr 10
6
Fullscreen windows(videos) and Compiz
I worte in my last mail that when I ue compiz git fullscreen videos are no longer ontop of the gnome-panel... that means that the gnome-panel is still visible while playing the video in fullscreen. The commit which I said may caused it has nothing to do with it compiz does not build if I revert it). again with older compiz and metacity it works fine. (now I am running 20070316). Anyone else wiith
2008 May 22
0
[ANNOUNCE] xorg-server 1.4.99.902
...e filling them in. glcore: make visualRating GLX_NONE - note GLX_NONE is not == 0 glx: silly nitpick... GLcore: make googleearth not crash the server on sw-rendering. glx: test for valid read and draw privates before using them David Nusinow (1): Bug #10016: Implement WM_CLASS hints in Xephyr. Dodji Seketeli (1): [Xephyr/DRI] correctly route motion events targeted at GL drawable Donnie Berkholz (2): Xephyr: Distribute ephyrdriext.h in tarballs. Xephyr: Build fix: Port across XF86dri.c changes from Mesa. Doug Chapman (1): Bug #14091: Fix build (...
2008 Apr 28
2
X11 window title setting in X11() Device (PR#11325)
--=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, I think I have found a very little bug in the new version of the X11() device in R 2.7.0, more precisely in the devX11.c file. The problem is that when you open a new window with X11(), the title of the window (the WM_NAME property) is not immediately set. It seems that the window is created, then it
2012 Oct 26
4
R 2.15.2 is released
...39dce5e67 MD5 (R-2/R-2.15.2.tar.gz) = 346d16bab26fcae15e53755be8a69b00 This is the relevant part of the NEWS file: CHANGES IN R VERSION 2.15.2: NEW FEATURES: o The X11() window gains an icon: the latter may be especially useful on Ubuntu's 'Unity' interface. The WM_CLASS should be set in circumstances where the Window Manager failed to make use of X11 resource settings. (Contributed by Philip Johnson.) o The "Date" and "POSIXt" methods for cut() will accept an unsorted breaks argument (as the default method does, although...
2012 Oct 26
4
R 2.15.2 is released
...39dce5e67 MD5 (R-2/R-2.15.2.tar.gz) = 346d16bab26fcae15e53755be8a69b00 This is the relevant part of the NEWS file: CHANGES IN R VERSION 2.15.2: NEW FEATURES: o The X11() window gains an icon: the latter may be especially useful on Ubuntu's 'Unity' interface. The WM_CLASS should be set in circumstances where the Window Manager failed to make use of X11 resource settings. (Contributed by Philip Johnson.) o The "Date" and "POSIXt" methods for cut() will accept an unsorted breaks argument (as the default method does, although...
2012 Oct 26
4
R 2.15.2 is released
...39dce5e67 MD5 (R-2/R-2.15.2.tar.gz) = 346d16bab26fcae15e53755be8a69b00 This is the relevant part of the NEWS file: CHANGES IN R VERSION 2.15.2: NEW FEATURES: o The X11() window gains an icon: the latter may be especially useful on Ubuntu's 'Unity' interface. The WM_CLASS should be set in circumstances where the Window Manager failed to make use of X11 resource settings. (Contributed by Philip Johnson.) o The "Date" and "POSIXt" methods for cut() will accept an unsorted breaks argument (as the default method does, although...