Arnie Stender wrote:
The default configuration values could not be retrieved correctly.
Please check your GConf configuration, specifically that the schemas
have been installed correctly.
Attached a general cure for gnome ills. Most of it is likely unneeded.
I don't remember who first posted it.
NOTE: Set VERSION in the script first!
You may need to restart the gconf daemon, I just reboot, too lazy to
grok it.
---
David Jensen
# set Gnome Version
VERSION="2.14.2"
for file in /etc/gnome/$VERSION/gconf/schemas/*.schemas
do
GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source) gconftool-2 \
--makefile-install-rule $file
done
for file in /etc/gnome/$VERSION/gconf/schemas/*.entries
do
gconftool-2 --direct --config-source=$(gconftool-2 \
--get-default-source) --load $file
done
scrollkeeper-update -q
update-desktop-database /usr/share/applications
/usr/bin/gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page