Bug 432189 - [Systemd] Second kwin_wayland started
Summary: [Systemd] Second kwin_wayland started
Status: RESOLVED FIXED
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
: 432168 432235 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-01-27 10:06 UTC by Matej Mrenica
Modified: 2021-01-28 20:51 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.21


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***