Git master everything KDE on Fedora 35. STEPS TO REPRODUCE 1. Use systemd boot. 2. Make kwin_wayland crash, or else kill it yourself. OBSERVED RESULT Plasma restarts, but with no apps open that were open before, because ksmserver didn't restart too. EXPECTED RESULT ksmserver also restarts and re-opens all the apps you had open at the moment KWin crashed. ADDITIONAL INFORMATION If I manually run `systemctl --user restart plasma-ksmserver.service`, ksmserver launches and immediately restores all the apps that went down when KWin crashed. So it would be nice for this to happen automatically, somehow.
Several other background-ish services also fail to restart in this case: ● plasma-baloorunner.service > ● plasma-krunner.service > ● plasma-kscreen-osd.service > ● plasma-ksmserver.service > ● plasma-kwallet-pam.service Could they all be fixed in a generic way, or would this require something to specially fix each of them?