http://bugs.winehq.org/show_bug.cgi?id=34374
Bug #: 34374 Summary: Mac driver does not respect "Emulate a virtual desktop" option Product: Wine Version: 1.7.0 Platform: x86 OS/Version: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: winemac.drv AssignedTo: wine-bugs@winehq.org ReportedBy: samael5@verizon.net Classification: Unclassified
The Mac driver launches all apps in fullscreen mode, regardless of whether "Emulate a virtual desktop" is set. Virtual desktop still functions as expected when using the X11 driver on Mac.
http://bugs.winehq.org/show_bug.cgi?id=34374
Ken Thomases ken@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |ken@codeweavers.com Ever Confirmed|0 |1
--- Comment #1 from Ken Thomases ken@codeweavers.com 2013-08-27 23:32:27 CDT --- Confirming.
This is going to be very difficult to implement, since Cocoa/Quartz doesn't allow one process to draw into the windows of another process. The solution will require a framebuffer driver and shared memory, or something like that. (IOSurface may be the shared memory mechanism.)
For what it's worth, many of the options on the Graphics tab of winecfg are specific to X11 and don't apply to the Mac driver. For that reason, winecfg could use some reorganization, which would be the subject of another bug.
http://bugs.winehq.org/show_bug.cgi?id=34374
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, integration Severity|normal |minor
http://bugs.winehq.org/show_bug.cgi?id=34374
Simon swdevelop1981@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |swdevelop1981@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=34374
Mariusz Pluciński plucinski.mariusz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |plucinski.mariusz@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=34374
Henri Verbeet hverbeet@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alex@stty.io
--- Comment #2 from Henri Verbeet hverbeet@gmail.com --- *** Bug 44364 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=34374
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|minor |enhancement Keywords| |source Summary|Mac driver does not respect |Mac driver does not support |"Emulate a virtual desktop" |virtual desktop |option | Hardware|x86 |x86-64
--- Comment #3 from Gijs Vermeulen gijsvrm@gmail.com --- Since https://source.winehq.org/git/wine.git/commit/e2db7ef7f47b667962f533691aa1ef... the options in winecfg are greyed out when the mac driver is used.
Keeping this bug open as an enhancement request to support virtual desktop in the mac driver.