diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-08 14:32:59 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-08 14:32:59 +0200 |
commit | b3c5129a02e6d2ef18bcc2abf2bb003185cf2619 (patch) | |
tree | 460b9e5143ed4324c3a9983b93c37acb5b4fbfa5 /schemas | |
parent | 3873b9ff75a839ec85694b987da788ab254ec519 (diff) | |
download | mate-desktop-b3c5129a02e6d2ef18bcc2abf2bb003185cf2619.tar.bz2 mate-desktop-b3c5129a02e6d2ef18bcc2abf2bb003185cf2619.tar.xz |
delete old .in schemasmate-desktop-1.5.0
Diffstat (limited to 'schemas')
-rw-r--r-- | schemas/org.mate.accessibility-keyboard.gschema.xml.in | 76 | ||||
-rw-r--r-- | schemas/org.mate.accessibility-startup.gschema.xml.in | 9 | ||||
-rw-r--r-- | schemas/org.mate.applications-at-mobility.gschema.xml.in | 14 | ||||
-rw-r--r-- | schemas/org.mate.applications-at-visual.gschema.xml.in | 14 | ||||
-rw-r--r-- | schemas/org.mate.applications-browser.gschema.xml.in | 19 | ||||
-rw-r--r-- | schemas/org.mate.applications-office.gschema.xml.in | 30 | ||||
-rw-r--r-- | schemas/org.mate.applications-terminal.gschema.xml.in | 14 | ||||
-rw-r--r-- | schemas/org.mate.file-views.gschema.xml.in | 9 | ||||
-rw-r--r-- | schemas/org.mate.interface.gschema.xml.in | 144 | ||||
-rw-r--r-- | schemas/org.mate.lockdown.gschema.xml.in | 39 | ||||
-rw-r--r-- | schemas/org.mate.peripherals-keyboard.gschema.xml.in | 49 | ||||
-rw-r--r-- | schemas/org.mate.peripherals-mouse.gschema.xml.in | 54 | ||||
-rw-r--r-- | schemas/org.mate.sound.gschema.xml.in | 34 | ||||
-rw-r--r-- | schemas/org.mate.thumbnail-cache.gschema.xml.in | 12 | ||||
-rw-r--r-- | schemas/org.mate.thumbnailers.gschema.xml.in | 14 | ||||
-rw-r--r-- | schemas/org.mate.typing-break.gschema.xml.in | 24 |
16 files changed, 0 insertions, 555 deletions
diff --git a/schemas/org.mate.accessibility-keyboard.gschema.xml.in b/schemas/org.mate.accessibility-keyboard.gschema.xml.in deleted file mode 100644 index b7e7a84..0000000 --- a/schemas/org.mate.accessibility-keyboard.gschema.xml.in +++ /dev/null @@ -1,76 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.accessibility-keyboard" path="/desktop/mate/accessibility/keyboard/"> - <key name="enable" type="b"> - <default>false</default> - </key> - <key name="feature-state-change-beep" type="b"> - <default>false</default> - </key> - <key name="timeout-enable" type="b"> - <default>false</default> - </key> - <key name="timeout" type="i"> - <default>200</default> - </key> - <key name="bouncekeys-enable" type="b"> - <default>false</default> - </key> - <key name="bouncekeys-delay" type="i"> - <default>300</default> - <_summary>minimum interval in milliseconds</_summary> - <_description>Ignore multiple presses of the _same_ key within @delay milliseconds.</_description> - </key> - <key name="bouncekeys-beep-reject" type="b"> - <default>false</default> - </key> - <key name="mousekeys-enable" type="b"> - <default>false</default> - </key> - <key name="mousekeys-max-speed" type="i"> - <default>10</default> - <_summary>Pixels per seconds</_summary> - <_description>How many pixels per second to move at the maximum speed.</_description> - </key> - <key name="mousekeys-accel-time" type="i"> - <default>300</default> - <_summary>How long to accelerate in milliseconds</_summary> - <_description>How many milliseconds it takes to go from 0 to maximum speed.</_description> - </key> - <key name="mousekeys-init-delay" type="i"> - <default>300</default> - <_summary>Initial delay in milliseconds</_summary> - <_description>How many milliseconds to wait before mouse movement keys start to operate.</_description> - </key> - <key name="slowkeys-enable" type="b"> - <default>false</default> - </key> - <key name="slowkeys-delay" type="i"> - <default>300</default> - <_summary>Minimum interval in milliseconds</_summary> - <_description>Do not accept a key as being pressed unless held for @delay milliseconds.</_description> - </key> - <key name="slowkeys-beep-press" type="b"> - <default>false</default> - </key> - <key name="slowkeys-beep-accept" type="b"> - <default>false</default> - </key> - <key name="slowkeys-beep-reject" type="b"> - <default>false</default> - </key> - <key name="stickykeys-enable" type="b"> - <default>false</default> - </key> - <key name="stickykeys-two-key-off" type="b"> - <default>false</default> - <_description>Disable if two keys are pressed at the same time.</_description> - </key> - <key name="stickykeys-modifier-beep" type="b"> - <default>false</default> - <_description>Beep when a modifier is pressed.</_description> - </key> - <key name="togglekeys-enable" type="b"> - <default>false</default> - </key> - </schema> -</schemalist> diff --git a/schemas/org.mate.accessibility-startup.gschema.xml.in b/schemas/org.mate.accessibility-startup.gschema.xml.in deleted file mode 100644 index 0b0cc75..0000000 --- a/schemas/org.mate.accessibility-startup.gschema.xml.in +++ /dev/null @@ -1,9 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.accessibility-startup" path="/desktop/mate/accessibility/startup/"> - <key name="exec-ats" type="as"> - <default>[]</default> - <_summary>Startup Assistive Technology Applications</_summary> - <_description>List of assistive technology applications to start when logging into the MATE desktop.</_description> - </key> - </schema> -</schemalist> diff --git a/schemas/org.mate.applications-at-mobility.gschema.xml.in b/schemas/org.mate.applications-at-mobility.gschema.xml.in deleted file mode 100644 index d0466cd..0000000 --- a/schemas/org.mate.applications-at-mobility.gschema.xml.in +++ /dev/null @@ -1,14 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.applications-at-mobility" path="/desktop/mate/applications/at/mobility/"> - <key name="exec" type="s"> - <default>'dasher'</default> - <_summary>Preferred Mobility assistive technology application</_summary> - <_description>Preferred Mobility assistive technology application to be used for login, menu, or command line.</_description> - </key> - <key name="startup" type="b"> - <default>false</default> - <_summary>Start preferred Mobility assistive technology application</_summary> - <_description>MATE to start preferred Mobility assistive technology application during login.</_description> - </key> - </schema> -</schemalist> diff --git a/schemas/org.mate.applications-at-visual.gschema.xml.in b/schemas/org.mate.applications-at-visual.gschema.xml.in deleted file mode 100644 index bb14ffb..0000000 --- a/schemas/org.mate.applications-at-visual.gschema.xml.in +++ /dev/null @@ -1,14 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.applications-at-visual" path="/desktop/mate/applications/at/visual/"> - <key name="exec" type="s"> - <default>'orca'</default> - <_summary>Preferred Visual assistive technology application</_summary> - <_description>Preferred Visual assistive technology application be used for login, menu, or command line.</_description> - </key> - <key name="startup" type="b"> - <default>false</default> - <_summary>Start preferred Visual assistive technology application</_summary> - <_description>MATE to start preferred Visual assistive technology application during login.</_description> - </key> - </schema> -</schemalist> diff --git a/schemas/org.mate.applications-browser.gschema.xml.in b/schemas/org.mate.applications-browser.gschema.xml.in deleted file mode 100644 index 6fbfc78..0000000 --- a/schemas/org.mate.applications-browser.gschema.xml.in +++ /dev/null @@ -1,19 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.applications-browsser" path="/desktop/mate/applications/browser/"> - <key name="exec" type="s"> - <default>'mozilla'</default> - <_summary>Default browser</_summary> - <_description>Default browser for all URLs.</_description> - </key> - <key name="needs-term" type="b"> - <default>false</default> - <_summary>Browser needs terminal</_summary> - <_description>Whether the default browser needs a terminal to run.</_description> - </key> - <key name="nremote" type="b"> - <default>true</default> - <_summary>Browser understands remote</_summary> - <_description>Whether the default browser understands netscape remote.</_description> - </key> - </schema> -</schemalist> diff --git a/schemas/org.mate.applications-office.gschema.xml.in b/schemas/org.mate.applications-office.gschema.xml.in deleted file mode 100644 index c891a86..0000000 --- a/schemas/org.mate.applications-office.gschema.xml.in +++ /dev/null @@ -1,30 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.applications-office" path="/desktop/mate/applications/"> - <child name="calendar" schema="org.mate.applications-office.calendar"/> - <child name="tasks" schema="org.mate.applications-office.tasks"/> - </schema> - <schema id="org.mate.applications-office.calendar" path="/desktop/mate/applications/calendar/"> - <key name="exec" type="s"> - <default>'evolution'</default> - <_summary>Default calendar</_summary> - <_description>Default calendar application</_description> - </key> - <key name="needs-term" type="b"> - <default>false</default> - <_summary>Calendar needs terminal</_summary> - <_description>Whether the default calendar application needs a terminal to run</_description> - </key> - </schema> - <schema id="org.mate.applications-office.tasks" path="/desktop/mate/applications/tasks/"> - <key name="exec" type="s"> - <default>'evolution'</default> - <_summary>Default tasks</_summary> - <_description>Default tasks application</_description> - </key> - <key name="needs-term" type="b"> - <default>false</default> - <_summary>Tasks needs terminal</_summary> - <_description>Whether the default tasks application needs a terminal to run</_description> - </key> - </schema> -</schemalist> diff --git a/schemas/org.mate.applications-terminal.gschema.xml.in b/schemas/org.mate.applications-terminal.gschema.xml.in deleted file mode 100644 index c5a3240..0000000 --- a/schemas/org.mate.applications-terminal.gschema.xml.in +++ /dev/null @@ -1,14 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.applications-terminal" path="/desktop/mate/applications/terminal/"> - <key name="exec" type="s"> - <default>'mate-terminal'</default> - <_summary>Terminal application</_summary> - <_description>Terminal program to use when starting applications that require one.</_description> - </key> - <key name="exec-arg" type="s"> - <default>'-x'</default> - <_summary>Exec Arguments</_summary> - <_description>Argument used to execute programs in the terminal defined by the 'exec' key.</_description> - </key> - </schema> -</schemalist> diff --git a/schemas/org.mate.file-views.gschema.xml.in b/schemas/org.mate.file-views.gschema.xml.in deleted file mode 100644 index 54289ee..0000000 --- a/schemas/org.mate.file-views.gschema.xml.in +++ /dev/null @@ -1,9 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.file-views" path="/desktop/mate/file-views/"> - <key name="icon-theme" type="s"> - <default>'crux_teal'</default> - <_summary>File Icon Theme</_summary> - <_description>Theme used for displaying file icons.</_description> - </key> - </schema> -</schemalist> diff --git a/schemas/org.mate.interface.gschema.xml.in b/schemas/org.mate.interface.gschema.xml.in deleted file mode 100644 index d92b342..0000000 --- a/schemas/org.mate.interface.gschema.xml.in +++ /dev/null @@ -1,144 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.interface" path="/desktop/mate/interface/"> - <key name="accessibility" type="b"> - <default>false</default> - <_summary>Enable Accessibility</_summary> - <_description>Whether Applications should have accessibility support.</_description> - </key> - <key name="enable-animations" type="b"> - <default>true</default> - <_summary>Enable Animations</_summary> - <_description>Whether animations should be displayed. Note: This is a global key, it changes the behaviour of the window manager, the panel etc.</_description> - </key> - <key name="menus-have-tearoff" type="b"> - <default>false</default> - <_summary>Menus Have Tearoff</_summary> - <_description>Whether menus should have a tearoff.</_description> - </key> - <key name="can-change-accels" type="b"> - <default>false</default> - <_summary>Can Change Accels</_summary> - <_description>Whether the user can dynamically type a new accelerator when positioned over an active menuitem.</_description> - </key> - <key name="toolbar-style" type="s"> - <default>'both-horiz'</default> - <_summary>Toolbar Style</_summary> - <_description>Toolbar Style. Valid values are "both", "both-horiz", "icons", and "text".</_description> - </key> - <key name="menus-have-icons" type="b"> - <default>true</default> - <_summary>Menus Have Icons</_summary> - <_description>Whether menus may display an icon next to a menu entry.</_description> - </key> - <key name="buttons-have-icons" type="b"> - <default>true</default> - <_summary>Buttons Have Icons</_summary> - <_description>Whether buttons may display an icon in addition to the button text.</_description> - </key> - <key name="menubar-detachable" type="b"> - <default>false</default> - <_summary>Menubar Detachable</_summary> - <_description>Whether the user can detach menubars and move them around.</_description> - </key> - <key name="toolbar-detachable" type="b"> - <default>false</default> - <_summary>Toolbar Detachable</_summary> - <_description>Whether the user can detach toolbars and move them around.</_description> - </key> - <key name="toolbar-icons-size" type="s"> - <default>'large-toolbar'</default> - <_summary>Toolbar Icon Size</_summary> - <_description>Size of icons in toolbars, either "small-toolbar" or "large-toolbar".</_description> - </key> - <key name="cursor-blink" type="b"> - <default>true</default> - <_summary>Cursor Blink</_summary> - <_description>Whether the cursor should blink.</_description> - </key> - <key name="cursor-blink-time" type="i"> - <default>1200</default> - <_summary>Cursor Blink Time</_summary> - <_description>Length of the cursor blink cycle, in milliseconds.</_description> - </key> - <key name="icon-theme" type="s"> - <default>'mate'</default> - <_summary>Icon Theme</_summary> - <_description>Icon theme to use for the panel, caja etc.</_description> - </key> - <key name="gtk-theme" type="s"> - <default>'Clearlooks'</default> - <_summary>Gtk+ Theme</_summary> - <_description>Basename of the default theme used by gtk+.</_description> - </key> - <key name="gtk-key-theme" type="s"> - <default>'Default'</default> - <_summary>Gtk+ Theme</_summary> - <_description>Basename of the default theme used by gtk+.</_description> - </key> - <key name="gtk-color-scheme" type="s"> - <default>''</default> - <_summary>List of symbolic names and color equivalents</_summary> - <_description>A '\n' separated list of "name:color" as defined by the 'gtk-color-scheme' setting</_description> - </key> - <key name="font-name" type="s"> - <default>'Sans 10'</default> - <_summary>Default font</_summary> - <_description>Name of the default font used by gtk+.</_description> - </key> - <key name="gtk-im-preedit-style" type="s"> - <default>'callback'</default> - <_summary>GTK IM Preedit Style</_summary> - <_description>Name of the GTK+ input method Preedit Style used by gtk+.</_description> - </key> - <key name="gtk-im-status-style" type="s"> - <default>'callback'</default> - <_summary>GTK IM Status Style</_summary> - <_description>Name of the GTK+ input method Status Style used by gtk+.</_description> - </key> - <key name="gtk-im-module" type="s"> - <default>''</default> - <_summary>GTK IM Module</_summary> - <_description>Name of the input method module used by GTK+.</_description> - </key> - <key name="document-font-name" type="s"> - <default>'Sans 10'</default> - <_summary>Document font</_summary> - <_description>Name of the default font used for reading documents.</_description> - </key> - <key name="monospace-font-name" type="s"> - <default>'Monospace 10'</default> - <_summary>Monospace font</_summary> - <_description>Name of a monospaced (fixed-width) font for use in locations like terminals.</_description> - </key> - <key name="use-custom-font" type="b"> - <default>false</default> - <_summary>Use Custom Font</_summary> - <_description>Whether to use a custom font in gtk+ applications.</_description> - </key> - <key name="status-bar-meter-on-right" type="b"> - <default>false</default> - <_summary>Status Bar on Right</_summary> - <_description>Whether to display a status bar meter on the right.</_description> - </key> - <key name="file-chooser-backend" type="s"> - <default>'gio'</default> - <_summary>Module for GtkFileChooser</_summary> - <_description>Module to use as the filesystem model for the GtkFileChooser widget. Possible values are "gio" and "gtk+".</_description> - </key> - <key name="menubar-accel" type="s"> - <default>'F10'</default> - <_summary>Menubar accelerator</_summary> - <_description>Keyboard shortcut to open the menu bars.</_description> - </key> - <key name="show-input-method-menu" type="b"> - <default>true</default> - <_summary>Show the 'Input Methods' menu</_summary> - <_description>Whether the context menus of entries and text views should offer to change the input method.</_description> - </key> - <key name="show-unicode-menu" type="b"> - <default>true</default> - <_summary>Show the 'Unicode Control Character' menu</_summary> - <_description>Whether the context menus of entries and text views should offer to insert control characters.</_description> - </key> - </schema> -</schemalist> diff --git a/schemas/org.mate.lockdown.gschema.xml.in b/schemas/org.mate.lockdown.gschema.xml.in deleted file mode 100644 index a9a1ab9..0000000 --- a/schemas/org.mate.lockdown.gschema.xml.in +++ /dev/null @@ -1,39 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.lockdown" path="/desktop/mate/lockdown/"> - <key name="disable-command-line" type="b"> - <default>false</default> - <_summary>Disable command line</_summary> - <_description>Prevent the user from accessing the terminal or specifying a command line to be executed. For example, this would disable access to the panel's "Run Application" dialog.</_description> - </key> - <key name="disable-save-to-disk" type="b"> - <default>false</default> - <_summary>Disable saving files to disk</_summary> - <_description>Prevent the user from saving files to disk. For example, this would disable access to all applications' "Save as" dialogs.</_description> - </key> - <key name="disable-printing" type="b"> - <default>false</default> - <_summary>Disable printing</_summary> - <_description>Prevent the user from printing. For example, this would disable access to all applications' "Print" dialogs.</_description> - </key> - <key name="disable-print-setup" type="b"> - <default>false</default> - <_summary>Disable print setup</_summary> - <_description>Prevent the user from modifying print settings. For example, this would disable access to all applications' "Print Setup" dialogs.</_description> - </key> - <key name="disable-user-switching" type="b"> - <default>false</default> - <_summary>Disable user switching</_summary> - <_description>Prevent the user from switching to another account while his session is active.</_description> - </key> - <key name="disable-lock-screen" type="b"> - <default>false</default> - <_summary>Disable lock screen</_summary> - <_description>Prevent the user to lock his screen.</_description> - </key> - <key name="disable-application-handlers" type="b"> - <default>false</default> - <_summary>Disable URL and MIME type handlers</_summary> - <_description>Prevent running any URL or MIME type handler applications.</_description> - </key> - </schema> -</schemalist> diff --git a/schemas/org.mate.peripherals-keyboard.gschema.xml.in b/schemas/org.mate.peripherals-keyboard.gschema.xml.in deleted file mode 100644 index 03c7a43..0000000 --- a/schemas/org.mate.peripherals-keyboard.gschema.xml.in +++ /dev/null @@ -1,49 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <enum id="org.mate.peripherals-keyboard.NumLockState"> - <value nick="off" value="0"/> - <value nick="on" value="1"/> - <value nick="unknown" value="2"/> - </enum> - <schema id="org.mate.peripherals-keyboard" path="/desktop/mate/peripherals/keyboard/"> - <key name="repeat" type="b"> - <default>true</default> - </key> - <key name="click" type="b"> - <default>true</default> - </key> - <key name="rate" type="i"> - <default>30</default> - </key> - <key name="delay" type="i"> - <default>500</default> - </key> - <key name="click-volume" type="i"> - <default>0</default> - </key> - <key name="bell-mode" type="s"> - <default>'on'</default> - <_description>possible values are "on", "off", and "custom".</_description> - </key> - <key name="bell-pitch" type="i"> - <default>400</default> - </key> - <key name="bell-duration" type="i"> - <default>100</default> - </key> - <key name="bell-custom-file" type="s"> - <default>''</default> - <_summary>Keyboard Bell Custom Filename</_summary> - <_description>File name of the bell sound to be played.</_description> - </key> - <key name="remember-numlock-state" type="b"> - <default>true</default> - <_summary>Remember NumLock state</_summary> - <_description>When set to true, MATE will remember the state of the NumLock LED between sessions.</_description> - </key> - <key name="numlock-state" enum="org.mate.peripherals-keyboard.NumLockState"> - <default>'unknown'</default> - <_summary>NumLock state</_summary> - <_description>The remembered state of the NumLock LED.</_description> - </key> - </schema> -</schemalist> diff --git a/schemas/org.mate.peripherals-mouse.gschema.xml.in b/schemas/org.mate.peripherals-mouse.gschema.xml.in deleted file mode 100644 index a439871..0000000 --- a/schemas/org.mate.peripherals-mouse.gschema.xml.in +++ /dev/null @@ -1,54 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.peripherals-mouse" path="/desktop/mate/peripherals/mouse/"> - <key name="left-handed" type="b"> - <default>false</default> - <_summary>Mouse button orientation</_summary> - <_description>Swap left and right mouse buttons for left-handed mice.</_description> - </key> - <key name="single-click" type="b"> - <default>true</default> - <_summary>Single Click</_summary> - <_description>Single click to open icons.</_description> - </key> - <key name="motion-acceleration" type="d"> - <default>-1</default> - <_summary>Single Click</_summary> - <_description>Acceleration multiplier for mouse motion. A value of -1 is the system default.</_description> - </key> - <key name="motion-threshold" type="i"> - <default>-1</default> - <_summary>Motion Threshold</_summary> - <_description>Distance in pixels the pointer must move before accelerated mouse motion is activated. A value of -1 is the system default.</_description> - </key> - <key name="drag-threshold" type="i"> - <default>8</default> - <_summary>Drag Threshold</_summary> - <_description>Distance before a drag is started.</_description> - </key> - <key name="double-click" type="i"> - <default>400</default> - <_summary>Double Click Time</_summary> - <_description>Length of a double click.</_description> - </key> - <key name="locate-pointer" type="b"> - <default>false</default> - <_summary>Locate Pointer</_summary> - <_description>Highlights the current location of the pointer when the Control key is pressed and released.</_description> - </key> - <key name="cursor-font" type="s"> - <default>''</default> - <_summary>Cursor font</_summary> - <_description>Font name of the cursor. If unset, the default font is used. This value is only propagated to the X server start of each session, so changing it mid-session won't have an effect until the next time you log in.</_description> - </key> - <key name="cursor-theme" type="s"> - <default>''</default> - <_summary>Cursor theme</_summary> - <_description>Cursor theme name. Used only by Xservers that support Xcursor, such as XFree86 4.3 and later.</_description> - </key> - <key name="cursor-size" type="i"> - <default>18</default> - <_summary>Cursor size</_summary> - <_description>Size of the cursor referenced by cursor_theme.</_description> - </key> - </schema> -</schemalist> diff --git a/schemas/org.mate.sound.gschema.xml.in b/schemas/org.mate.sound.gschema.xml.in deleted file mode 100644 index 7905007..0000000 --- a/schemas/org.mate.sound.gschema.xml.in +++ /dev/null @@ -1,34 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.sound" path="/desktop/mate/sound/"> - <key name="default-mixer-device" type="s"> - <default>''</default> - <_summary>Default mixer device</_summary> - <_description>The default mixer device used by the multimedia key bindings.</_description> - </key> - <key name="default-mixer-tracks" type="as"> - <default>[]</default> - <_summary>Default mixer tracks</_summary> - <_description>The default mixer tracks used by the multimedia key bindings.</_description> - </key> - <key name="enable-esd" type="b"> - <default>false</default> - <_summary>Enable ESD</_summary> - <_description>Enable sound server startup.</_description> - </key> - <key name="event-sounds" type="b"> - <default>false</default> - <_summary>Sounds for events</_summary> - <_description>Whether to play sounds on user events.</_description> - </key> - <key name="theme-name" type="s"> - <default>'freedesktop'</default> - <_summary>Sound theme name</_summary> - <_description>The XDG sound theme to use for event sounds.</_description> - </key> - <key name="input-feedback-sounds" type="b"> - <default>false</default> - <_summary>Input feedback sounds</_summary> - <_description>Whether to play sounds on input events.</_description> - </key> - </schema> -</schemalist> diff --git a/schemas/org.mate.thumbnail-cache.gschema.xml.in b/schemas/org.mate.thumbnail-cache.gschema.xml.in deleted file mode 100644 index 35ecf14..0000000 --- a/schemas/org.mate.thumbnail-cache.gschema.xml.in +++ /dev/null @@ -1,12 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.thumbnail-cache" path="/desktop/mate/thumbnail-cache/"> - <key name="maximum-age" type="i"> - <default>180</default> - <_description>Maximum age for thumbnails in the cache, in days. Set to -1 to disable cleaning.</_description> - </key> - <key name="maximum-size" type="i"> - <default>512</default> - <_description>Maximum size of the thumbnail cache, in megabytes. Set to -1 to disable cleaning.</_description> - </key> - </schema> -</schemalist> diff --git a/schemas/org.mate.thumbnailers.gschema.xml.in b/schemas/org.mate.thumbnailers.gschema.xml.in deleted file mode 100644 index edbc939..0000000 --- a/schemas/org.mate.thumbnailers.gschema.xml.in +++ /dev/null @@ -1,14 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.thumbnailers" path="/desktop/mate/thumbnailers/"> - <key name="disable-all" type="b"> - <default>false</default> - <_summary>Disable all external thumbnailers</_summary> - <_description>Set to true to disable all external thumbnailer programs, independent on whether they are independently disabled/enabled.</_description> - </key> - <key name="disable" type="as"> - <default>[]</default> - <_summary>List of mime-types for which external thumbnailer programs will be disabled</_summary> - <_description>Thumbnails will not be created for files whose mime-type is contained in the list.</_description> - </key> - </schema> -</schemalist> diff --git a/schemas/org.mate.typing-break.gschema.xml.in b/schemas/org.mate.typing-break.gschema.xml.in deleted file mode 100644 index 7b96e21..0000000 --- a/schemas/org.mate.typing-break.gschema.xml.in +++ /dev/null @@ -1,24 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.typing-break" path="/desktop/mate/typing-break/"> - <key name="type-time" type="i"> - <default>60</default> - <_summary>Type time</_summary> - <_description>Number of minutes of typing time before break mode starts.</_description> - </key> - <key name="break-time" type="i"> - <default>3</default> - <_summary>Break time</_summary> - <_description>Number of minutes that the typing break should last.</_description> - </key> - <key name="allow-postpone" type="b"> - <default>false</default> - <_summary>Allow postponing of breaks</_summary> - <_description>Whether or not the typing break screen can be postponed.</_description> - </key> - <key name="enabled" type="b"> - <default>false</default> - <_summary>Whether or not keyboard locking is enabled</_summary> - <_description>Whether or not keyboard locking is enabled.</_description> - </key> - </schema> -</schemalist> |