Current Plasma/master branch does no longer set the QT_QPA_PLATFORM env
variable on Wayland. As kded is a process tightly connected to the
workspace it also needs to pick wayland QPA in a Wayland session. This
change brings in the adjustment from plasma-workspace and ensures that
kded works correctly on any Wayland desktop environment, being it
Plasma, GNOME or Weston.
Details
Details
- Reviewers
apol romangg - Group Reviewers
Frameworks Plasma - Commits
- R297:88eda28b3567: Add platform detection and adjustment to kded
Restarted session, kscreen got layout correctly
Diff Detail
Diff Detail
- Repository
- R297 KDED
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
I wonder if all this code should be ifdef'd for Qt 5.10 though. The premise is that this won't be a problem with Qt 5.11, right?