https://bugs.kde.org/show_bug.cgi?id=429426
--- Comment #42 from flan_suse <[email protected]> --- (In reply to mintjulep from comment #41) > As for the 2nd solution, I don't know how to create an executable file like > you did No problemo! The steps are something like this: Create and edit the custom file: sudo nano /etc/X11/xinit/xinitrc.d/99-reset-failed-user-service.sh Fill it with these two lines: #!/bin/sh systemctl --user reset-failed Now save and exit (with CTRL + X and choosing "y" if using nano text editor) Now give it executable permission: sudo chmod +x /etc/X11/xinit/xinitrc.d/99-reset-failed-user-service.sh In the future, you can simply delete this custom file, as it's no longer needed if the updated KDE packages resolve this issue: sudo rm /etc/X11/xinit/xinitrc.d/99-reset-failed-user-service.sh Hope that helps. :) -- You are receiving this mail because: You are watching all bug changes.
