From a27b41dfcbf1c73a2eab60e5e32016eee014f816 Mon Sep 17 00:00:00 2001 From: Sebastien Braun Date: Wed, 13 Oct 2010 03:34:59 +0200 Subject: Uncomment killing of X-Server --- src/input/killX11Handler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/killX11Handler.cpp b/src/input/killX11Handler.cpp index 32e5873..8fa8c24 100644 --- a/src/input/killX11Handler.cpp +++ b/src/input/killX11Handler.cpp @@ -85,5 +85,5 @@ void KillX11Handler::doHandle(InputEvent const&, InputEventContext const* ctx) QString exe = QFileInfo(QString("/proc/%1/exe").arg(pids[0])).readLink(); qDebug("Killing X server, PID %d, exe name %s with SIGTERM", pids[0], exe.toLocal8Bit().constData()); -// kill(pids[0], SIGTERM); + kill(pids[0], SIGTERM); } -- cgit v1.2.3-55-g7522