Skip to content
Commit cb1c755a authored by Ondrej Holy's avatar Ondrej Holy
Browse files

daemon: Fix admin backend spawning

pkexec fails on some systems with "Refusing to render service to dead
parents.", which is caused by double forking when spawning the process.
Let's prevent this by G_SPAWN_DO_NOT_REAP_CHILD flag and clean up
manually using g_child_watch_add.

https://bugzilla.gnome.org/show_bug.cgi?id=793445
parent 2502641f
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