FS#79758 - [wine] consider enable with-wayland build option

Attached to Project: Community Packages
Opened by muziknavi (muziknavi) - Friday, 22 September 2023, 17:30 GMT
Last edited by Toolybird (Toolybird) - Tuesday, 03 October 2023, 05:01 GMT
Task Type Feature Request
Category Packages: Multilib
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Right now wine builds without wayland. At the same time wine does incremental progress in this way, and after https://gitlab.winehq.org/wine/wine/-/merge_requests/3909 (winewayland.drv: part 7: Basic window management) will become pretty usable in wayland-only sessions for simple programs like notepad etc. I successfully installed total commander and foobar.

Anyway it will still not available OOB without some reconfigurations so building with this option will be harmless for usual users.

But it will be great to try this mode on the official arch package.
This task depends upon

Closed by  Toolybird (Toolybird)
Tuesday, 03 October 2023, 05:01 GMT
Reason for closing:  None
Additional comments about closing:  "apparently it's now by default"
Comment by Toolybird (Toolybird) - Saturday, 23 September 2023, 00:08 GMT
Related  FS#75992 
Comment by muziknavi (muziknavi) - Sunday, 01 October 2023, 18:47 GMT
As of version 8.17 it is now built with with wayland driver. I can run wine in pure wayland session:

prereq:

HCU\Software\Wine\Drivers\Graphics="x11,wayland"
DISPLAY= wine notepad

So the issue can be closed.