Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
Diffstat (limited to 'schemas')
-rw-r--r--schemas/Makefile.am20
-rw-r--r--schemas/sugar.schemas.in159
2 files changed, 0 insertions, 179 deletions
diff --git a/schemas/Makefile.am b/schemas/Makefile.am
deleted file mode 100644
index 0614031..0000000
--- a/schemas/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-@INTLTOOL_SCHEMAS_RULE@
-
-schemadir = $(GCONF_SCHEMA_FILE_DIR)
-schema_in_files = sugar.schemas.in
-schema_DATA = $(schema_in_files:.schemas.in=.schemas)
-
-install-data-local: $(schema_DATA)
-if GCONF_SCHEMAS_INSTALL
- if test -z "$(DESTDIR)" ; then \
- for p in $^ ; do \
- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p 2>&1 > /dev/null; \
- done \
- fi
-endif
-
-EXTRA_DIST = \
- $(schema_in_files)
-
-DISTCLEANFILES = \
- $(schema_in_files:.schemas.in=.schemas)
diff --git a/schemas/sugar.schemas.in b/schemas/sugar.schemas.in
deleted file mode 100644
index 5cdff4d..0000000
--- a/schemas/sugar.schemas.in
+++ /dev/null
@@ -1,159 +0,0 @@
-<?xml version="1.0"?>
-<gconfschemafile>
- <schemalist>
- <schema>
- <key>/schemas/desktop/sugar/user/nick</key>
- <applyto>/desktop/sugar/user/nick</applyto>
- <owner>sugar</owner>
- <type>string</type>
- <default></default>
- <locale name="C">
- <short>User Name</short>
- <long>User name that is used throughout the desktop.</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/desktop/sugar/user/color</key>
- <applyto>/desktop/sugar/user/color</applyto>
- <owner>sugar</owner>
- <type>string</type>
- <default></default>
- <locale name="C">
- <short>User Color</short>
- <long>Color for the XO icon that is used throughout the
- desktop. The string is composed of the stroke color and fill
- color, format is that of rbg colors. Example: #AC32FF,#9A5200
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/desktop/sugar/sound/volume</key>
- <applyto>/desktop/sugar/sound/volume</applyto>
- <owner>sugar</owner>
- <type>int</type>
- <default>80</default>
- <locale name="C">
- <short>Volume Level</short>
- <long>Volume level for the sound device.</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/desktop/sugar/sound/mute</key>
- <applyto>/desktop/sugar/sound/mute</applyto>
- <owner>sugar</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Sound Muted</short>
- <long>Setting for muting the sound device.</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/desktop/sugar/backup_url</key>
- <applyto>/desktop/sugar/backup_url</applyto>
- <owner>sugar</owner>
- <type>string</type>
- <default></default>
- <locale name="C">
- <short>Backup URL</short>
- <long>Url where the backup is saved to.</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/desktop/sugar/date/timezone</key>
- <applyto>/desktop/sugar/date/timezone</applyto>
- <owner>sugar</owner>
- <type>string</type>
- <default>"UTC"</default>
- <locale name="C">
- <short>Timezone</short>
- <long>Timezone setting for the system.</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/desktop/sugar/desktop/favorites_layout</key>
- <applyto>/desktop/sugar/desktop/favorites_layout</applyto>
- <owner>sugar</owner>
- <type>string</type>
- <default>"ring-layout"</default>
- <locale name="C">
- <short>Favorites Layout</short>
- <long>Layout of the favorites view.</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/desktop/sugar/frame/edge_delay</key>
- <applyto>/desktop/sugar/frame/edge_delay</applyto>
- <owner>sugar</owner>
- <type>int</type>
- <default>1000</default>
- <locale name="C">
- <short>Edge Delay</short>
- <long>Delay for the activation of the frame using the edges.</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/desktop/sugar/frame/corner_delay</key>
- <applyto>/desktop/sugar/frame/corner_delay</applyto>
- <owner>sugar</owner>
- <type>int</type>
- <default>0</default>
- <locale name="C">
- <short>Corner Delay</short>
- <long>Delay for the activation of the frame using the corners.</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/desktop/sugar/collaboration/jabber_server</key>
- <applyto>/desktop/sugar/collaboration/jabber_server</applyto>
- <owner>sugar</owner>
- <type>string</type>
- <default>""</default>
- <locale name="C">
- <short>Jabber Server</short>
- <long>Url of the jabber server to use.</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/desktop/sugar/collaboration/jabber_registered</key>
- <applyto>/desktop/sugar/collaboration/jabber_registered</applyto>
- <owner>sugar</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Jabber Registered</short>
- <long>Flag to keep track of the registration status with the jabber server.</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/desktop/sugar/power/automatic</key>
- <applyto>/desktop/sugar/power/automatic</applyto>
- <owner>sugar</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Power Automatic</short>
- <long>Power Automatic.</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/desktop/sugar/power/extreme</key>
- <applyto>/desktop/sugar/power/extreme</applyto>
- <owner>sugar</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Power Extreme</short>
- <long>Power Extreme. </long>
- </locale>
- </schema>
-
- </schemalist>
-</gconfschemafile>