14 lines
838 B
Markdown
14 lines
838 B
Markdown
# Wine on KDE Plasma Wayland
|
|
|
|
With the flake's current `wineWow64Packages.stableFull` (Wine 11.0), ArrowVortex's **File → Open** dialog works on KDE Plasma Wayland. A fresh prefix was tested by clicking **File → Open**; Wine created a visible `Open file` window and its standard file-list, filename, filter, Open, and Cancel controls.
|
|
|
|
The app currently uses Wine's X11 driver in this session, even with `WAYLAND_DISPLAY` present. Do not force a graphics driver or unset `WAYLAND_DISPLAY`: both are unnecessary and make troubleshooting harder.
|
|
|
|
For a regression check, use a fresh prefix and retain the common-dialog trace:
|
|
|
|
```bash
|
|
WINEPREFIX="$(mktemp -d)" WINEDEBUG=+commdlg,+dialog,+x11drv arrowvortex
|
|
```
|
|
|
|
Then choose **File → Open**. The log should contain `GetOpenFileNameW` and `DIALOG_ParseTemplate32 ... CAPTION L"Open"`.
|