Skip to content
Commit 020833b1 authored by Jan Gerrit Marker's avatar Jan Gerrit Marker
Browse files

Kill Runner now does not use kdesu for killing processes as another user.

Instead of using kdesu for killing processes the kill runner now tries
to kill the process using kill with the current user's rights. In case
this does not work the KAuth::Action KSysguard uses to send signals to
processes as root is used to send SIGKILL resp. SIGTERM to the process.

In order to not have to lookup the signal ids in a map the signals are
now handled as ints and not as strings as done before.
parent f65fc6ea
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment