On Tue, 2003-07-29 at 07:14, Frederic Crozat wrote: > for i in /etc/gconf/schemas/* ; do > GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 > --makefile-install-rule $i > /dev/null > done
I had this problem as well. It still doesn't start after running this. I'm up to date with cooker. [EMAIL PROTECTED] drfickle]# for i in /etc/gconf/schemas/* ; do GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule $i > /dev/null; done WARNING: no <list_type> specified for schema of type list WARNING: failed to install schema `/schemas/desktop/standard/recent-document-entry' locale `C': Schema specifies type list but doesn't specify the type of the list elements WARNING: no <car_type> specified for schema of type pair WARNING: no <cdr_type> specified for schema of type pair WARNING: failed to install schema `/schemas/desktop/standard/save-location-entry' locale `C': Schema specifies type pair but doesn't specify the type of the car/cdr elements Document `/etc/gconf/schemas/panel-default-setup.entries' has the wrong type of root node (<gconfentryfile>, should be <gconfschemafile>) -- Steve Fox http://k-lug.org
