https://bugs.kde.org/show_bug.cgi?id=364337
Bug ID: 364337 Summary: killer/killer.cpp calls SIGKILL whereas the non-interactive code in client.cpp uses SIGTERM Product: kwin Version: git master Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: core Assignee: kwin-bugs-n...@kde.org Reporter: thomas.luebk...@gmail.com Should probably be harmonized. Maybe * tag the client * ::kill(PID, SIGTERM) * wait few seconds * if the tagged client is still there, ::kill(PID, 0), ::kill(PID, SIGKILL) Reproducible: Always -- You are receiving this mail because: You are watching all bug changes.