16 lines
1.1 KiB
Markdown
16 lines
1.1 KiB
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 with a fresh prefix. `Ctrl+O` was tested directly; Wine created a visible `Open file` window and its standard file-list, filename, filter, Open, and Cancel controls.
|
|
|
|
An existing prefix created by an earlier Wine build reproduced the failure even after the old graphics-driver registry override was removed. The launcher therefore defaults to a Wine-versioned prefix. It does not modify an existing prefix; explicitly setting `WINEPREFIX` continues to opt into one.
|
|
|
|
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"`.
|