https://bugs.kde.org/show_bug.cgi?id=374538
--- Comment #61 from [email protected] --- (In reply to popov895 from comment #60) > As a workaround, I might suggest you create a script that kills "Ding" and > put it in $HOME/.config/plasma-workspace/shutdown directory. > > See > https://docs.kde.org/trunk5/en/plasma-workspace/kcontrol/autostart/index. > html. Thanks for your suggestion. But I've tried that already: #! /bin/bash if [[ $(pgrep wish) ]]; then pkill wish fi As Ding uses Tk, the process is "wish". The script as such works: when it is executed in a Plasma session, Ding is terminated as expected. But when I log out via Plasma's logout menu, Plasma hangs as it always does when Ding is running. And only killing "startplasma-x11" in a VT brings me back to the dm's login-screen. -- You are receiving this mail because: You are watching all bug changes.
