From f73fdd97d4bf70b02aac4c0b680a51e632f732eb Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 12 Sep 2017 12:19:55 +0200 Subject: democompositor: Allow to stop running processes by AppEntry Kill all processes that were started with the same AppEntry. It is using SIGKILL to make sure that the process is going away and going away quickly. Change-Id: I4d2bf2cf7fb35c34636640562c04e4bd528bed63 Reviewed-by: Paul Olav Tvete --- wayland/democompositor/qml/Screen.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wayland/democompositor/qml/Screen.qml') diff --git a/wayland/democompositor/qml/Screen.qml b/wayland/democompositor/qml/Screen.qml index ef3be4d..bea189b 100644 --- a/wayland/democompositor/qml/Screen.qml +++ b/wayland/democompositor/qml/Screen.qml @@ -91,7 +91,7 @@ WaylandOutput { id: apps onAppRemoved: { console.log("Application was removed: " + appEntry.appName); - launcher.stop(appEntry); + launcher.kill(appEntry); } } -- cgit v1.2.3