Several programs in Xfce have a daemon mode call gtk_init() before fork()ing. This is unsafe, and when it goes wrong this will typically manifest as the daemon hanging shortly after forking, and appearing to simply do nothing at all.
Created attachment 5567 Fork before gtk/dbus init Hey, found another fork bug report. This should fix it in xfsettingsd.
Moving to xfsettingsd.
Applied to git master. commit 791f02416560f5ac75250a9a67f4e2a3d0ac6f7c Author: Eric Koegel <eric.koegel@gmail.com> Date: Mon Jul 28 09:03:30 2014 +0300 Fork before gtk/dbus init (bug #11045) https://mail.xfce.org/pipermail/xfce4-dev/2014-May/030715.html has the rational for the change.
*** Bug 11036 has been marked as a duplicate of this bug. ***