summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2010-03-22 15:47:07 +0000
committerBastien Nocera <hadess@hadess.net>2010-03-24 12:34:11 +0000
commit19f0625164a39e69611bf6a1c3234f7087dae843 (patch)
treeb5018367488141212a95d7b211a61d0714918298
parentcb3d1cdb549c80d365af0d240ca666240f1e69d9 (diff)
downloadgnome-settings-daemon-19f0625164a39e69611bf6a1c3234f7087dae843.tar.gz
Disable font plugin by default
The cursor theme for new apps is already loaded by the XSettings plugin, and the X core fonts are obsoleted by fontconfig. Handling of new fonts is done in the xsettings plugin as well. https://bugzilla.gnome.org/show_bug.cgi?id=613604
-rw-r--r--data/gnome-settings-daemon.schemas.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/gnome-settings-daemon.schemas.in b/data/gnome-settings-daemon.schemas.in
index 16bb71fb..139919b9 100644
--- a/data/gnome-settings-daemon.schemas.in
+++ b/data/gnome-settings-daemon.schemas.in
@@ -76,7 +76,7 @@
<applyto>/apps/gnome_settings_daemon/plugins/font/active</applyto>
<owner>gnome-settings-daemon</owner>
<type>bool</type>
- <default>TRUE</default>
+ <default>FALSE</default>
<locale name="C">
<short>Enable font plugin</short>
<long>Set to True to enable the plugin to manage font settings.</long>