Gcenx / macOS_Wine_builds

Official Winehq macOS Packages
461 stars 23 forks source link

wine desktop is broken #16

Closed 0181532686cf4a31163be0bf3e6bb6732bf closed 3 years ago

0181532686cf4a31163be0bf3e6bb6732bf commented 3 years ago

Hi,

Thanks for the build! The issue is that highlighted virtual desktop checkbox has no effect – I cannot force wine to display a desktop. Tried with both latest stable and devel versions (currently on 5.22). Also it seems that it's using macdriver by default, do you know how do I force it to X11? I have XQuartz installed.

Screenshot 2020-12-21 at 14 29 40 I'm on 10.14

Gcenx commented 3 years ago

Wine on macOS has defaulted to macdriver since it was added. Yes virtual desktop only works on X11. Install winetricks and setup WINEPREFIX then run the following command.

winetricks macdriver=x11

I still think this checkbox should be disabled unless running X11 display driver but that’s upstream wine for you.