diff options
author | Jasmine Hassan <[email protected]> | 2012-12-05 03:13:27 +0200 |
---|---|---|
committer | Jasmine Hassan <[email protected]> | 2012-12-06 18:48:25 +0200 |
commit | 1606c1d6ae28b8425b56758ce0fc27c7fcbcc0e6 (patch) | |
tree | 1d74947640fa07b9a1994d79e78ea1a9ecec2dbe /data | |
parent | f86fbc0aa5809b6afd3a88cdf3badb0576294c9f (diff) | |
download | mate-settings-daemon-1606c1d6ae28b8425b56758ce0fc27c7fcbcc0e6.tar.bz2 mate-settings-daemon-1606c1d6ae28b8425b56758ce0fc27c7fcbcc0e6.tar.xz |
[font] remove outdated (disabled by default) plugin & schema
Was used to setup old X legacy fonts, and was disabled by default in bug:
https://bugzilla.gnome.org/show_bug.cgi?id=613604
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 1 | ||||
-rw-r--r-- | data/org.mate.SettingsDaemon.plugins.font.gschema.xml.in | 14 |
2 files changed, 0 insertions, 15 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 3df1302..975daf9 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -10,7 +10,6 @@ gsettings_SCHEMAS = \ org.mate.SettingsDaemon.plugins.background.gschema.xml \ org.mate.SettingsDaemon.plugins.clipboard.gschema.xml \ org.mate.SettingsDaemon.plugins.datetime.gschema.xml \ - org.mate.SettingsDaemon.plugins.font.gschema.xml \ org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml \ org.mate.SettingsDaemon.plugins.keyboard.gschema.xml \ org.mate.SettingsDaemon.plugins.media-keys.gschema.xml \ diff --git a/data/org.mate.SettingsDaemon.plugins.font.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.font.gschema.xml.in deleted file mode 100644 index 776af6d..0000000 --- a/data/org.mate.SettingsDaemon.plugins.font.gschema.xml.in +++ /dev/null @@ -1,14 +0,0 @@ -<schemalist> - <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.SettingsDaemon.plugins.font" path="/org/mate/settings-daemon/plugins/font/"> - <key name="active" type="b"> - <default>true</default> - <_summary>Activation of this plugin</_summary> - <_description>Whether this plugin would be activated by mate-settings-daemon or not</_description> - </key> - <key name="priority" type="i"> - <default>4</default> - <_summary>Priority to use for this plugin</_summary> - <_description>Priority to use for this plugin in mate-settings-daemon startup queue</_description> - </key> - </schema> -</schemalist> |