When starting a wayland plasma session via sddm the screen goes black for some seconds, then the mouse cursor appears followed by the qml loading screen. The progress bar of the loading screen is not moving at all (or is not visible). After some time (maybe 30 seconds, could be longer), the loading screen disappears and the user is left with a black screen. When I checked the running processes in another tty I saw that kdeinit5 forked multiple subprocesses and there was one zombie process named "start_kdeinit_w" (also as subprocess of kdeinit5). According to the .wayland-errors logfile there is also a problem connecting to systemd. I'm using the latest Archlinux packages from the kde-unstable repository and Intel integrated graphics (4400). Reproducible: Always Steps to Reproduce: 1. Start Plasma (wayland) with sddm 2. Wait for the login screen to disappear 3. Find yourself before a black screen Expected Results: The plasma desktop is displayed
Created attachment 95699 [details] the process tree
Created attachment 95700 [details] .wayland-errors
Looks like the OOM protection thing.
Why is Plasma 5.5 shipped with a "Plasma on Wayland" session and the OOM thing turned on if it's known to make it unusable?
It works when using the kinit-nooom package (https://aur4.archlinux.org/packages/kinit-nooom) from the AUR. It seems that this bug is a Duplicate of https://bugs.kde.org/show_bug.cgi?id=356175 *** This bug has been marked as a duplicate of bug 356175 ***
This is not a duplicate. In the other bug it says that he's already using kinit-noom and has a different issue.
I solved an issue in my system that seems like this bug to me by installing qtwayland5 and its dependencies libqt5waylandclient5 and libqt5waylandcompositor5 (using neon). Hope it helps to others...