Skip to content

Drop X11 root properties for KDE full session / session version

David Edmundson requested to merge work/simplify_startplasma into master

From what I can tell these aren't used by anybody, and not something we want to be using whilst we increase our wayland support.

Grepping through all of KDE, the only usage I found was kde 4's KApplication and that code is exclusively checking for "KDE_SESSION_VERSION==4" which will be false anyway. The version in kdelibs4support checks for the env variable too. And all this is just used to tweak the restart command used in session management, it will still work.

The end goal is to simplify startplasma-waylandsession to the point of not being needed, but I'm trying to clear up both paths whilst I can.

Edited by David Edmundson

Merge request reports

Loading