Hi Pierre-Philippe, > Is it a good idea to flush the GM config in gconf when I rebuild a new cvs > snapshot? there's 2 answers to that question. What i have noticed, it's a very wise decision to reinstall a fresh system schema to be sure only the current XML data is in /etc/gconf.. but the user schema usually doesn't need to be purged or cleaned.. that shoul grab all new entries from the system schema and be happy.. What my scripts do is: rm -rf /etc/gconf/gconf.xml.defaults/apps/gnomemeeting rm -rf /etc/gconf/gconf.xml.defaults/schemas/apps/gnomemeeting HOME=/root GCONF_CONFIG_SOURCE=xml::/etc/gconf/gconf.xml.defaults \ gconftool-2 --shutdown HOME=/root GCONF_CONFIG_SOURCE=xml::/etc/gconf/gconf.xml.defaults \ gconftool-2 --makefile-install-rule \ /etc/gconf/schemas/gnomemeeting.schemas > /dev/null since i added the purge for the system schema to the postinstall i haven't heard a single complaint about broken schema anymore.. -- Best regards, Kilian
Attachment:
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil