Quoting D. R. Evans ([email protected]): > D. R. Evans wrote on 08/25/2015 02:04 PM:
> > At this point, I am getting the same error if I simply do: > > apt-get update > > after listing the "hit" and "ignore" packages, I see: > > Error: GDBus.Error:org.freedesktop.DBus.Error.Spawn.PermissionsInvalid: > > The > > permission of the setuid helper is not correct > > The fix was described at this URL: > http://f7t.fr/blog/?p=165 > > Explicitly, the solution was to execute: > chmod u+s /usr/lib/dbus-1.0/dbus-daemon-launch-helper That's good. I notice that dbus-daemon-launch-helper contains the string org.freedesktop.DBus.Error.Spawn.PermissionsInvalid I suppose what perplexes me is why the error is "identified" like that. If the program (which is one that I assume noone ever runs directly, except perhaps its developer) identified itself, it would make tracking down problems much easier. Cheers, David.

