[Xfce-bugs] [Bug 14277] Killing thunar as well kills all processes started via .desktop files

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Fri Mar 16 12:31:18 CET 2018


https://bugzilla.xfce.org/show_bug.cgi?id=14277

--- Comment #5 from Simon McVittie <simon.mcvittie at collabora.co.uk> ---
> somehow change the way thunar starts it's child processes ?

More modern GLib APIs like GAppInfo (in the GIO library, I think Nautilus uses
it if you need sample code) are able to make use of alternative ways to start
.desktop files (like DBusActivatable), although if the .desktop file only has
Exec= then they will still have to fall back to the equivalent of what you're
doing now.

> So KillMode=process  seems to have no effect ;(

I'm surprised by that: this is how e.g. gnome-terminal-server can leave
processes started like "devhelp & disown" running after the gnome-terminal
itself has exited, and that works fine for me.

Please show me what the systemd Journal says?

> The bug is not only triggered by .desktop files. As well anthing else opened within thunar will be killed. ( E.g. I opened a libreoffice document )

Anything that starts a long-running child process of Thunar will be affected.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list