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:
Sanchayan Maity 2024-11-19 12:05:01 +05:30
parent 292ee9428e
commit c1f0f9f6c9
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3

View file

@ -1 +1 @@
QT_QPA_PLATFORM="wayland;xcb" QT_QPA_PLATFORM="wayland"