SUMMARY If Systemd startup is enabled SOFTWARE/OS VERSIONS KDE Plasma Version: 5.21 Beta KDE Frameworks Version: 5.78 Qt Version: 5.15.2 ADDITIONAL INFORMATION Tested on Wayland
*** Bug 432168 has been marked as a duplicate of this bug. ***
Git commit ca81be6635131bfe2d290022128d0569357d2dd5 by David Edmundson. Committed on 27/01/2021 at 13:47. Pushed by davidedmundson into branch 'master'. Fix the systemd wayland boot Plasma-workspace currently starts kwin_wayland before afterwards continuing to spawn the full session, through whatever mechanism. We ultimately want to just have systemd manage everything all at once, but this was not realised in time for 5.21 due to a problem of propogating environment variables. By removing this file we go to a working state with the option enabled, and can build on it for the next release. M +4 -1 CMakeLists.txt https://invent.kde.org/plasma/kwin/commit/ca81be6635131bfe2d290022128d0569357d2dd5
Git commit 20135166521b601da1d4a9dc6c13b58fd3847735 by David Edmundson. Committed on 27/01/2021 at 13:49. Pushed by davidedmundson into branch 'Plasma/5.21'. Fix the systemd wayland boot Plasma-workspace currently starts kwin_wayland before afterwards continuing to spawn the full session, through whatever mechanism. We ultimately want to just have systemd manage everything all at once, but this was not realised in time for 5.21 due to a problem of propogating environment variables. By removing this file we go to a working state with the option enabled, and can build on it for the next release. (cherry picked from commit ca81be6635131bfe2d290022128d0569357d2dd5) M +4 -1 CMakeLists.txt https://invent.kde.org/plasma/kwin/commit/20135166521b601da1d4a9dc6c13b58fd3847735
Note there's a corresponding p-w patch needed to land
*** Bug 432235 has been marked as a duplicate of this bug. ***