From 214f9b984900dd4c226450d4139b008c52afb5ea Mon Sep 17 00:00:00 2001 From: Alexander Schwinn <acs82@gmx.de> Date: Mon, 19 Mar 2018 21:16:35 +0100 Subject: [PATCH] Killing thunar as well kills all launched sub-processes (bug #14277) - Removed "DBusActivatable=true" which I added accidentally --- thunar.service.in | 1 - 1 file changed, 1 deletion(-) diff --git a/thunar.service.in b/thunar.service.in index 3338152e3..257d953e3 100644 --- a/thunar.service.in +++ b/thunar.service.in @@ -8,5 +8,4 @@ ExecStart=@bindir@/Thunar --daemon # This is the name that is taken second, so by the time this one is taken, # we know everything is good. BusName=org.xfce.FileManager -DBusActivatable=true KillMode=process \ No newline at end of file -- GitLab