https://bugs.kde.org/show_bug.cgi?id=450000
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/77ec43d5e15a | |8b8ad8e1824ebf49d7d3cbf015c | |5 --- Comment #14 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 77ec43d5e15a8b8ad8e1824ebf49d7d3cbf015c5 by Vlad Zahorodnii, on behalf of Nicolas Fella. Committed on 12/02/2022 at 13:57. Pushed by vladz into branch 'master'. Don't force QT_QPA_PLATFORM=wayland We're setting this env variable because earlier we used it to force kwin to use its special QPA so we need to change that back to something sensible. However setting it to Wayland breaks apps that ship their own Qt with missing or broken Wayland support. Set it to be empty instead. Well-behaved Qt apps will use Wayland regardless because of XDG_SESSION_TYPE. M +2 -2 src/main_wayland.cpp https://invent.kde.org/plasma/kwin/commit/77ec43d5e15a8b8ad8e1824ebf49d7d3cbf015c5 -- You are receiving this mail because: You are watching all bug changes.