On 2012/10/23 16:46, Alexander Polakov wrote: > * David Coppa <dco...@gmail.com> [121023 16:10]: > > Install wmname-0.1 and add: > > > > /usr/local/bin/wmname LG3D > > > > into your .xinitrc before cwm. > > > > Let me know if this works for you. > > It shouldn't AFAIU. cwm sets _NET_SUPPORTING_WM_CHECK since some time, > which is a Window-type property, which points to a window which has > _NET_WM_NAME set to "CWM" (as per EWMH spec).
Hmmmm. jdk 1.7 as patched in our tree (and committed to openjdk 1.8 as part of the macos import) is making a specific check for CWM in _NET_WM_NAME but isn't looking at _NET_SUPPORTING_WM_CHECK for that.. FWIW there is also some specific support for mutter committed to openjdk 1.8, http://hg.openjdk.java.net/jdk8/awt-gate/jdk/rev/79df0a4a6573 (found from http://omajid.wordpress.com/2012/04/11/openjdk-and-awesome/) What an ugly mess...