maybe chmod 0644 './gconf/schemas/apps_nautilus_preferences.schemas'
maybe chmod 0644 './gconf/schemas/baobab.schemas'
maybe chmod 0644 './gconf/schemas/blackjack.schemas'
+maybe chmod 0644 './gconf/schemas/bug-buddy.schemas'
maybe chmod 0644 './gconf/schemas/cheese.schemas'
maybe chmod 0644 './gconf/schemas/clock.schemas'
maybe chmod 0644 './gconf/schemas/desktop_default_applications.schemas'
--- /dev/null
+<?xml version="1.0"?>
+<gconfschemafile>
+ <schemalist>
+ <schema>
+ <key>/schemas/apps/bug-buddy/name</key>
+ <applyto>/apps/bug-buddy/name</applyto>
+ <owner>bug-buddy</owner>
+ <type>string</type>
+ <default></default>
+ <locale name="C">
+ <short>Bug reporter name</short>
+ <long>Real name of user reporting the bug.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/bug-buddy/email_address</key>
+ <applyto>/apps/bug-buddy/email_address</applyto>
+ <owner>bug-buddy</owner>
+ <type>string</type>
+ <default></default>
+ <locale name="C">
+ <short>Email Address</short>
+ <long>Email Address for submitting bug reports to GNOME Bugzilla.
+ This address will be used for correspondence regarding the bug you
+ are submitting. If you already have a GNOME Bugzilla account,
+ please use it as your Email Address.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/bug-buddy/bugfile</key>
+ <applyto>/apps/bug-buddy/bugfile</applyto>
+ <owner>bug-buddy</owner>
+ <type>string</type>
+ <default></default>
+ <locale name="C">
+ <short>File to store unsent bug reports.</short>
+ <long>File where bug-buddy will save your bug report in case it
+ can't be sent immediately to Bugzilla.</long>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/gnome_settings_daemon/gtk-modules/gnomesegvhandler</key>
+ <applyto>/apps/gnome_settings_daemon/gtk-modules/gnomesegvhandler</applyto>
+ <owner>gnome</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>GTK+ module for crash collection support.</short>
+ <long>This key determines the GTK+ module to load for crash collection
+ support.</long>
+ </locale>
+ </schema>
+
+ </schemalist>
+</gconfschemafile>