environment: qt: Only allow Wayland as platform
This fixed the problem of applications like Calibre and OBS crashing and complaining about the platform even though the platform plugin was correctly found. Any ways anything still depending on X needs to die.
This commit is contained in:
parent
292ee9428e
commit
c1f0f9f6c9
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
QT_QPA_PLATFORM="wayland;xcb"
|
QT_QPA_PLATFORM="wayland"
|
||||||
|
|
Loading…
Reference in a new issue