diff options
18 files changed, 620 insertions, 0 deletions
diff --git a/schemas/Makefile.am b/schemas/Makefile.am new file mode 100644 index 0000000..f415f72 --- /dev/null +++ b/schemas/Makefile.am @@ -0,0 +1,28 @@ +gsettings_SCHEMAS = \ + org.mate.accessibility-keyboard.gschema.xml \ + org.mate.accessibility-startup.gschema.xml \ + org.mate.applications-at-mobility.gschema.xml \ + org.mate.applications-at-visual.gschema.xml \ + org.mate.applications-browser.gschema.xml \ + org.mate.applications-office.gschema.xml \ + org.mate.applications-terminal.gschema.xml \ + org.mate.background.gschema.xml \ + org.mate.file-views.gschema.xml \ + org.mate.interface.gschema.xml \ + org.mate.lockdown.gschema.xml \ + org.mate.peripherals-keyboard.gschema.xml \ + org.mate.peripherals-mouse.gschema.xml \ + org.mate.sound.gschema.xml \ + org.mate.thumbnail-cache.gschema.xml \ + org.mate.thumbnailers.gschema.xml \ + org.mate.typing-break.gschema.xml +@GSETTINGS_RULES@ + +org.mate.background.gschema.xml: org.mate.background.gschema.xml.in Makefile + $(AM_V_GEN) $(SED) -e 's^\@datadir\@^$(datadir)^g' < $(srcdir)/org.mate.background.gschema.xml.in > org.mate.background.gschema.xml + +EXTRA_DIST = \ + $(gsettings_SCHEMAS) + +CLEANFILES = \ + org.mate.background.gschema.xml diff --git a/schemas/org.mate.accessibility-keyboard.gschema.xml b/schemas/org.mate.accessibility-keyboard.gschema.xml new file mode 100644 index 0000000..8b3d533 --- /dev/null +++ b/schemas/org.mate.accessibility-keyboard.gschema.xml @@ -0,0 +1,76 @@ +<schemalist> + <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 b/schemas/org.mate.accessibility-startup.gschema.xml new file mode 100644 index 0000000..53cf47d --- /dev/null +++ b/schemas/org.mate.accessibility-startup.gschema.xml @@ -0,0 +1,9 @@ +<schemalist> + <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 b/schemas/org.mate.applications-at-mobility.gschema.xml new file mode 100644 index 0000000..53c17b4 --- /dev/null +++ b/schemas/org.mate.applications-at-mobility.gschema.xml @@ -0,0 +1,14 @@ +<schemalist> + <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 b/schemas/org.mate.applications-at-visual.gschema.xml new file mode 100644 index 0000000..11aa893 --- /dev/null +++ b/schemas/org.mate.applications-at-visual.gschema.xml @@ -0,0 +1,14 @@ +<schemalist> + <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 b/schemas/org.mate.applications-browser.gschema.xml new file mode 100644 index 0000000..4f19929 --- /dev/null +++ b/schemas/org.mate.applications-browser.gschema.xml @@ -0,0 +1,19 @@ +<schemalist> + <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 b/schemas/org.mate.applications-office.gschema.xml new file mode 100644 index 0000000..ba019c6 --- /dev/null +++ b/schemas/org.mate.applications-office.gschema.xml @@ -0,0 +1,30 @@ +<schemalist> + <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 b/schemas/org.mate.applications-terminal.gschema.xml new file mode 100644 index 0000000..290c720 --- /dev/null +++ b/schemas/org.mate.applications-terminal.gschema.xml @@ -0,0 +1,14 @@ +<schemalist> + <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.background.gschema.xml.in b/schemas/org.mate.background.gschema.xml.in new file mode 100644 index 0000000..b147e04 --- /dev/null +++ b/schemas/org.mate.background.gschema.xml.in @@ -0,0 +1,52 @@ +<schemalist> + <enum id="org.mate.background.picture-options-enum"> + <value nick="wallpaper" value="0"/> + <value nick="zoom" value="1"/> + <value nick="centered" value="2"/> + <value nick="scaled" value="3"/> + <value nick="stretched" value="4"/> + <value nick="spanned" value="5"/> + </enum> + <enum id="org.mate.background.color-shading-type-enum"> + <value nick="solid" value="0"/> + <value nick="horizontal-gradient" value="1"/> + <value nick="vertical-gradient" value="2"/> + </enum> + <schema id="org.mate.background" path="/desktop/mate/background/"> + <key name="draw-background" type="b"> + <default>true</default> + <summary>Draw Desktop Background</summary> + <description>Have MATE draw the desktop background.</description> + </key> + <key name="picture-options" enum="org.mate.background.picture-options-enum"> + <default>'zoom'</default> + <summary>Picture Options</summary> + <description>Determines how the image set by wallpaper_filename is rendered. Possible values are "wallpaper", "centered", "scaled", "stretched", "zoom", "spanned".</description> + </key> + <key name="picture-filename" type="s"> + <default>'@datadir@/pixmaps/backgrounds/mate/desktop/Stripes.png'</default> + <summary>Picture Filename</summary> + <description>File to use for the background image.</description> + </key> + <key name="picture-opacity" type="i"> + <default>100</default> + <summary>Picture Opacity</summary> + <description>Opacity with which to draw the background picture.</description> + </key> + <key name="primary-color" type="s"> + <default>'#5891BC'</default> + <summary>Primary Color</summary> + <description>Left or Top color when drawing gradients, or the solid color.</description> + </key> + <key name="secondary-color" type="s"> + <default>'#3C8F25'</default> + <summary>Secondary Color</summary> + <description>Right or Bottom color when drawing gradients, not used for solid color.</description> + </key> + <key name="color-shading-type" enum="org.mate.background.color-shading-type-enum"> + <default>'vertical-gradient'</default> + <summary>Color Shading Type</summary> + <description>How to shade the background color. Possible values are "horizontal-gradient", "vertical-gradient", and "solid".</description> + </key> + </schema> +</schemalist> diff --git a/schemas/org.mate.file-views.gschema.xml b/schemas/org.mate.file-views.gschema.xml new file mode 100644 index 0000000..ad0989d --- /dev/null +++ b/schemas/org.mate.file-views.gschema.xml @@ -0,0 +1,9 @@ +<schemalist> + <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 new file mode 100644 index 0000000..e009984 --- /dev/null +++ b/schemas/org.mate.interface.gschema.xml.in @@ -0,0 +1,139 @@ +<schemalist> + <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="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", "mate-vfs" 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 b/schemas/org.mate.lockdown.gschema.xml new file mode 100644 index 0000000..0671ace --- /dev/null +++ b/schemas/org.mate.lockdown.gschema.xml @@ -0,0 +1,39 @@ +<schemalist> + <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 b/schemas/org.mate.peripherals-keyboard.gschema.xml new file mode 100644 index 0000000..4ab35e2 --- /dev/null +++ b/schemas/org.mate.peripherals-keyboard.gschema.xml @@ -0,0 +1,39 @@ +<schemalist> + <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> + </schema> +</schemalist> diff --git a/schemas/org.mate.peripherals-mouse.gschema.xml b/schemas/org.mate.peripherals-mouse.gschema.xml new file mode 100644 index 0000000..19af968 --- /dev/null +++ b/schemas/org.mate.peripherals-mouse.gschema.xml @@ -0,0 +1,54 @@ +<schemalist> + <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 b/schemas/org.mate.sound.gschema.xml new file mode 100644 index 0000000..fae13ed --- /dev/null +++ b/schemas/org.mate.sound.gschema.xml @@ -0,0 +1,34 @@ +<schemalist> + <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 b/schemas/org.mate.thumbnail-cache.gschema.xml new file mode 100644 index 0000000..0d36cf4 --- /dev/null +++ b/schemas/org.mate.thumbnail-cache.gschema.xml @@ -0,0 +1,12 @@ +<schemalist> + <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 b/schemas/org.mate.thumbnailers.gschema.xml new file mode 100644 index 0000000..254bb86 --- /dev/null +++ b/schemas/org.mate.thumbnailers.gschema.xml @@ -0,0 +1,14 @@ +<schemalist> + <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 b/schemas/org.mate.typing-break.gschema.xml new file mode 100644 index 0000000..e4237d3 --- /dev/null +++ b/schemas/org.mate.typing-break.gschema.xml @@ -0,0 +1,24 @@ +<schemalist> + <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> |