Bug 432189

Summary: [Systemd] Second kwin_wayland started
Product: [I don't know] kde Reporter: Matej Mrenica <matejm98mthw>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: alex765, kde, nate
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In: 5.21
Sentry Crash Report:

Description Matej Mrenica 2021-01-27 10:06:28 UTC
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
Comment 1 David Edmundson 2021-01-27 10:41:44 UTC
*** Bug 432168 has been marked as a duplicate of this bug. ***
Comment 2 David Edmundson 2021-01-27 13:48:19 UTC
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
Comment 3 David Edmundson 2021-01-27 13:49:55 UTC
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
Comment 4 David Edmundson 2021-01-27 17:40:43 UTC
Note there's a corresponding p-w patch needed to land
Comment 5 Rex Dieter 2021-01-28 20:51:14 UTC
*** Bug 432235 has been marked as a duplicate of this bug. ***