On Tue, 29 Jul 2003 14:17:20 -0500, Steve Fox wrote: > 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>)
Wow, /etc/gconf/schemas/desktop.schemas is from GConf1 :(( And gconftool-1 doesn't complain with it, only gconftool-2.. I'll see what I can do but it is not really important.. The second one is an error from me : in the loop, replace * by *.schemas, I forgot I put non schemas stuff in there .. -- Frederic Crozat MandrakeSoft
