Public bug reported:
Binary package hint: gconf2
$ pgrep -l gconfd-2
$ gconftool-2 --spawn
$ pgrep -l gconfd-2
23220 gconfd-2
Great, so it's running, but...
$ gconftool-2 --ping ; echo $?
2
and since gconftool-2 can't find the running gconfd-2, trying to modify
settings will instead modify the
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/39887482/Dependencies.txt
--
gconftool-2 can't find running gconfd-2
https://bugs.launchpad.net/bugs/529577
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gconf2 i
I'm not sure how to reply to comment #2. My sequence of commands showed
that: (1) gconfd was not running at the beginning of the sequence, (2)
gconftool --spawn started it properly, (3) gconftool --ping then could
not find the running daemon. I'm glad that gconftool --ping works right
for you, but
Sebastien, thanks for the clue! There is no dbus session running. This
modification fixes the test case:
$ dbus-launch bash
$ gconftool-2 --ping ; echo $?
2
$ gconftool-2 --spawn
$ gconftool-2 --ping ; echo $?
$ exit
Is this a change between the versions of gconf in karmic and lucid, that
it now
Better to use dpkg-divert to protect your modified nautilus.desktop than
trying to use permissions. Here's the formula:
$ sudo dpkg-divert --add --rename --divert \
/usr/share/applications/nautilus.desktop.real \
/usr/share/applications/nautilus.desktop
$ cp /usr/share/applications/nautil
I turn off the desktop because ion3, which doesn't support EWMH, insists
on managing the window. ion3 is a tiled window manager so (if you're
using tiled desktops) there is no desktop for nautilus to draw.
--
gnome-session keeps respawning nautilus when no desktop is drawed
https://bugs.launchpad