http://bugs.winehq.org/show_bug.cgi?id=33283
Bug #: 33283 Summary: Configuration of WM_NAME is delayed for virtual desktop Product: Wine Version: 1.5.26 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: me@mkaito.com Classification: Unclassified
Many window managers rely on X properties for window management. For example, it is very common to use WM_NAME and WM_CLASS to apply management rules. This feature depends on these properties being set when a new client is spawned. When running an application inside a virtual desktop, such as with `wine explorer /desktop=whatever,1920x1080 "C://Program Files/Whatever/Foo.exe"`, we end up with a desktop where WM_NAME = "whatever - Wine Desktop".
However, the configuration of this property is delayed, causing wine desktops to be handled incorrectly, since X properties are only checked upon client creation.
http://bugs.winehq.org/show_bug.cgi?id=33283
Kaito me@mkaito.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |me@mkaito.com
http://bugs.winehq.org/show_bug.cgi?id=33283
--- Comment #1 from Kaito me@mkaito.com 2013-06-25 13:00:26 CDT --- I'm not sure whether anyone has actually touched any code, but I git pulled last week, recompiled, and apparently, desktops are being tagged properly now by my WM. I wonder if anyone else has any comments.
http://bugs.winehq.org/show_bug.cgi?id=33283
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |7eec5ad781bd909259c4ffbb224 | |5c8d3b9f97beb Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #2 from Alexandre Julliard julliard@winehq.org 2013-06-25 13:50:48 CDT --- Probably fixed by 7eec5ad781bd909259c4ffbb2245c8d3b9f97beb.
http://bugs.winehq.org/show_bug.cgi?id=33283
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2013-06-28 15:04:04 CDT --- Closing bugs fixed in 1.6-rc4.
https://bugs.winehq.org/show_bug.cgi?id=33283
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |programs