When I start it, it complains about not being able to load/save settings. It seems that it misses some Gnome configuration utilities (gconftool-2
) without which it cannot load/save its preferences (e.g. which toolbars are visible).
Is there a way to fix this?
I recognized the same problem. I think it results of a missing dbus communication partner:
/usr/libexec/gconfd-2
But haven't found the correct starting procedure yet ...
That's the error message:
** (gnumeric:1745): WARNING **: Unable to load key '/apps/gnumeric/core/gui/toolbars/ObjectToolbar' : because No D-BUS daemon running
When adding a DBUS service to /usr/share/dbus-1/services/
[D-BUS Service]
Names=org.gnome.GConf;
Exec=/usr/libexec/gconfd-2
gconfd-2 is started but nothing changes to the above given error
A call of
> gconftool-2 -R /desktop/gnome
results in
Failure listing entries in `/desktop/gnome': Failed to activate configuration server: The service org.gnome.GConf was not found in the activation entry list