https://bugs.kde.org/show_bug.cgi?id=487660
--- Comment #27 from BryanLiang <[email protected]> --- I find a temporary workaround to prevent plasmashell from crashing when logging out or manually restarting it. The idea is to terminate plasmashell before it crashes. Add the following content into `~/.config/systemd/user/plasma-plasmashell.service.d/override.conf`. ``` [Service] TimeoutStopSec=1s SendSIGKILL=no ``` With this configuration, plasmashell will be stopped quickly before it has a chance to crash. -- You are receiving this mail because: You are watching all bug changes.
