@@ -0,0 +1,299 @@
+<gconfschemafile>
+ <schemalist>
+ <schema>
+ <key>/schemas/apps/firefox/lockdown/disable_history</key>
+ <applyto>/apps/firefox/lockdown/disable_history</applyto>
+ <owner>firefox</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>To disable the History.</short>
+ <long>To disable the histroy.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/firefox/lockdown/disable_toolbar_editing</key>
+ <applyto>/apps/firefox/lockdown/disable_toolbar_editing</applyto>
+ <owner>firefox</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Disable toolbar editing.</short>
+ <long>Disable ToolBar Editing.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/firefox/lockdown/disable_themes</key>
+ <applyto>/apps/firefox/lockdown/disable_themes</applyto>
+ <owner>firefox</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Disable installing themes</short>
+ <long>Disable installing theme
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/firefox/lockdown/disable_extensions</key>
+ <applyto>/apps/firefox/lockdown/disable_extensions</applyto>
+ <owner>firefox</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Disable installing extensions</short>
+ <long>Disable installing extensions
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/firefox/lockdown/disable_show_passwords</key>
+ <applyto>/apps/firefox/lockdown/disable_show_passwords</applyto>
+ <owner>firefox</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Disable showing passwords</short>
+ <long>Disable showing passwords in the password manager.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/firefox/web/disable_popups</key>
+ <applyto>/apps/firefox/web/disable_popups</applyto>
+ <owner>firefox</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Allow Popups.</short>
+ <long>Allow Popups.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/firefox/web/java_enabled</key>
+ <applyto>/apps/firefox/web/java_enabled</applyto>
+ <owner>firefox</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Enable java.</short>
+ <long>Enable java.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/firefox/web/javascript_enabled</key>
+ <applyto>/apps/firefox/web/javascript_enabled</applyto>
+ <owner>firefox</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Enable javascript.</short>
+ <long>Enable javascript.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/firefox/lockdown/disable_url_bar</key>
+ <applyto>/apps/firefox/lockdown/disable_url_bar</applyto>
+ <owner>firefox</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Disable URL bar.</short>
+ <long>Disable URL bar.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/firefox/lockdown/disable_searchbar</key>
+ <applyto>/apps/firefox/lockdown/disable_searchbar</applyto>
+ <owner>firefox</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Disable search bar.</short>
+ <long>Disable search bar.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/firefox/web/disable_cookies</key>
+ <applyto>/apps/firefox/web/disable_cookies</applyto>
+ <owner>firefox</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Disable Cookies.</short>
+ <long>Disable Cookies.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/firefox/web/disable_save_password</key>
+ <applyto>/apps/firefox/web/disable_save_password</applyto>
+ <owner>firefox</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Disable Save Password.</short>
+ <long>Disable Save Password.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/firefox/web/cache_size</key>
+ <applyto>/apps/firefox/web/cache_size</applyto>
+ <owner>firefox</owner>
+ <type>int</type>
+ <default>50000</default>
+ <locale name="C">
+ <short>Cache Size.</short>
+ <long>Cache Size.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/firefox/general/homepage_url</key>
+ <applyto>/apps/firefox/general/homepage_url</applyto>
+ <owner>firefox</owner>
+ <type>string</type>
+ <default>http://www.opensuse.org/</default>
+ <locale name="C">
+ <short>Home Page URL.</short>
+ <long>Home Page URL.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/firefox/web/download_defaultfolder</key>
+ <applyto>/apps/firefox/web/download_defaultfolder</applyto>
+ <owner>firefox</owner>
+ <type>string</type>
+ <default>Desktop</default>
+ <locale name="C">
+ <short>Default downloadfolder location.</short>
+ <long> This is the default download folder location.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/firefox/lockdown/disable_unsafe_protocol</key>
+ <applyto>/apps/firefox/lockdown/disable_unsafe_protocol</applyto>
+ <owner>firefox</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>Disable Unsafe Protocol.</short>
+ <long>Disable Unsafe Protocol.
+ </long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/firefox/lockdown/disable_bookmark_editing</key>
+ <applyto>/apps/firefox/lockdown/disable_bookmark_editing</applyto>
+ <owner>firefox</owner>
+ <type>bool</type>
+ <default>false</default>
|