From cec1b15a7cc94fd9dd935397e8bd4aa4bacdf48b Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 8 Sep 2015 12:27:48 +0200 Subject: Rework gsettings schema building * Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files --- schemas/Makefile.am | 45 +++--- .../org.mate.accessibility-keyboard.gschema.xml.in | 76 +++++++++ ...g.mate.accessibility-keyboard.gschema.xml.in.in | 76 --------- .../org.mate.accessibility-startup.gschema.xml.in | 9 ++ ...rg.mate.accessibility-startup.gschema.xml.in.in | 9 -- ...rg.mate.applications-at-mobility.gschema.xml.in | 14 ++ ...mate.applications-at-mobility.gschema.xml.in.in | 14 -- .../org.mate.applications-at-visual.gschema.xml.in | 14 ++ ...g.mate.applications-at-visual.gschema.xml.in.in | 14 -- .../org.mate.applications-browser.gschema.xml.in | 19 +++ ...org.mate.applications-browser.gschema.xml.in.in | 19 --- .../org.mate.applications-office.gschema.xml.in | 30 ++++ .../org.mate.applications-office.gschema.xml.in.in | 30 ---- .../org.mate.applications-terminal.gschema.xml.in | 14 ++ ...rg.mate.applications-terminal.gschema.xml.in.in | 14 -- schemas/org.mate.background.gschema.xml.in | 62 ++++++++ schemas/org.mate.background.gschema.xml.in.in | 62 -------- schemas/org.mate.debug.gschema.xml.in | 19 +++ schemas/org.mate.debug.gschema.xml.in.in | 19 --- schemas/org.mate.file-views.gschema.xml.in | 9 ++ schemas/org.mate.file-views.gschema.xml.in.in | 9 -- schemas/org.mate.interface.gschema.xml.in | 169 +++++++++++++++++++++ schemas/org.mate.interface.gschema.xml.in.in | 169 --------------------- schemas/org.mate.lockdown.gschema.xml.in | 49 ++++++ schemas/org.mate.lockdown.gschema.xml.in.in | 49 ------ .../org.mate.peripherals-keyboard.gschema.xml.in | 49 ++++++ ...org.mate.peripherals-keyboard.gschema.xml.in.in | 49 ------ schemas/org.mate.peripherals-mouse.gschema.xml.in | 59 +++++++ .../org.mate.peripherals-mouse.gschema.xml.in.in | 59 ------- schemas/org.mate.sound.gschema.xml.in | 34 +++++ schemas/org.mate.sound.gschema.xml.in.in | 34 ----- schemas/org.mate.thumbnail-cache.gschema.xml.in | 12 ++ schemas/org.mate.thumbnail-cache.gschema.xml.in.in | 12 -- schemas/org.mate.thumbnailers.gschema.xml.in | 14 ++ schemas/org.mate.thumbnailers.gschema.xml.in.in | 14 -- schemas/org.mate.typing-break.gschema.xml.in | 24 +++ schemas/org.mate.typing-break.gschema.xml.in.in | 24 --- 37 files changed, 696 insertions(+), 701 deletions(-) create mode 100644 schemas/org.mate.accessibility-keyboard.gschema.xml.in delete mode 100644 schemas/org.mate.accessibility-keyboard.gschema.xml.in.in create mode 100644 schemas/org.mate.accessibility-startup.gschema.xml.in delete mode 100644 schemas/org.mate.accessibility-startup.gschema.xml.in.in create mode 100644 schemas/org.mate.applications-at-mobility.gschema.xml.in delete mode 100644 schemas/org.mate.applications-at-mobility.gschema.xml.in.in create mode 100644 schemas/org.mate.applications-at-visual.gschema.xml.in delete mode 100644 schemas/org.mate.applications-at-visual.gschema.xml.in.in create mode 100644 schemas/org.mate.applications-browser.gschema.xml.in delete mode 100644 schemas/org.mate.applications-browser.gschema.xml.in.in create mode 100644 schemas/org.mate.applications-office.gschema.xml.in delete mode 100644 schemas/org.mate.applications-office.gschema.xml.in.in create mode 100644 schemas/org.mate.applications-terminal.gschema.xml.in delete mode 100644 schemas/org.mate.applications-terminal.gschema.xml.in.in create mode 100644 schemas/org.mate.background.gschema.xml.in delete mode 100644 schemas/org.mate.background.gschema.xml.in.in create mode 100644 schemas/org.mate.debug.gschema.xml.in delete mode 100644 schemas/org.mate.debug.gschema.xml.in.in create mode 100644 schemas/org.mate.file-views.gschema.xml.in delete mode 100644 schemas/org.mate.file-views.gschema.xml.in.in create mode 100644 schemas/org.mate.interface.gschema.xml.in delete mode 100644 schemas/org.mate.interface.gschema.xml.in.in create mode 100644 schemas/org.mate.lockdown.gschema.xml.in delete mode 100644 schemas/org.mate.lockdown.gschema.xml.in.in create mode 100644 schemas/org.mate.peripherals-keyboard.gschema.xml.in delete mode 100644 schemas/org.mate.peripherals-keyboard.gschema.xml.in.in create mode 100644 schemas/org.mate.peripherals-mouse.gschema.xml.in delete mode 100644 schemas/org.mate.peripherals-mouse.gschema.xml.in.in create mode 100644 schemas/org.mate.sound.gschema.xml.in delete mode 100644 schemas/org.mate.sound.gschema.xml.in.in create mode 100644 schemas/org.mate.thumbnail-cache.gschema.xml.in delete mode 100644 schemas/org.mate.thumbnail-cache.gschema.xml.in.in create mode 100644 schemas/org.mate.thumbnailers.gschema.xml.in delete mode 100644 schemas/org.mate.thumbnailers.gschema.xml.in.in create mode 100644 schemas/org.mate.typing-break.gschema.xml.in delete mode 100644 schemas/org.mate.typing-break.gschema.xml.in.in (limited to 'schemas') diff --git a/schemas/Makefile.am b/schemas/Makefile.am index 14959d8..aec793c 100644 --- a/schemas/Makefile.am +++ b/schemas/Makefile.am @@ -1,31 +1,27 @@ -desktop_gschemas_in_in = \ - org.mate.accessibility-keyboard.gschema.xml.in.in \ - org.mate.accessibility-startup.gschema.xml.in.in \ - org.mate.applications-at-mobility.gschema.xml.in.in \ - org.mate.applications-at-visual.gschema.xml.in.in \ - org.mate.applications-browser.gschema.xml.in.in \ - org.mate.applications-office.gschema.xml.in.in \ - org.mate.applications-terminal.gschema.xml.in.in \ - org.mate.background.gschema.xml.in.in \ - org.mate.debug.gschema.xml.in.in \ - org.mate.file-views.gschema.xml.in.in \ - org.mate.interface.gschema.xml.in.in \ - org.mate.lockdown.gschema.xml.in.in \ - org.mate.peripherals-keyboard.gschema.xml.in.in \ - org.mate.peripherals-mouse.gschema.xml.in.in \ - org.mate.sound.gschema.xml.in.in \ - org.mate.thumbnail-cache.gschema.xml.in.in \ - org.mate.thumbnailers.gschema.xml.in.in \ - org.mate.typing-break.gschema.xml.in.in +desktop_gschemas_in = \ + org.mate.accessibility-keyboard.gschema.xml.in \ + org.mate.accessibility-startup.gschema.xml.in \ + org.mate.applications-at-mobility.gschema.xml.in \ + org.mate.applications-at-visual.gschema.xml.in \ + org.mate.applications-browser.gschema.xml.in \ + org.mate.applications-office.gschema.xml.in \ + org.mate.applications-terminal.gschema.xml.in \ + org.mate.background.gschema.xml.in \ + org.mate.debug.gschema.xml.in \ + org.mate.file-views.gschema.xml.in \ + org.mate.interface.gschema.xml.in \ + org.mate.lockdown.gschema.xml.in \ + org.mate.peripherals-keyboard.gschema.xml.in \ + org.mate.peripherals-mouse.gschema.xml.in \ + org.mate.sound.gschema.xml.in \ + org.mate.thumbnail-cache.gschema.xml.in \ + org.mate.thumbnailers.gschema.xml.in \ + org.mate.typing-break.gschema.xml.in @INTLTOOL_XML_NOMERGE_RULE@ -desktop_gschemas_in = $(desktop_gschemas_in_in:.xml.in.in=.xml.in) gsettings_SCHEMAS = $(desktop_gschemas_in:.xml.in=.xml) -%.gschema.xml.in: %.gschema.xml.in.in Makefile - $(AM_V_GEN) $(SED) -e 's^\@datadir\@^$(datadir)^g' -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@ - @GSETTINGS_RULES@ convertdir = $(datadir)/MateConf/gsettings @@ -33,9 +29,8 @@ convert_DATA = mate-desktop.convert EXTRA_DIST = \ $(convert_DATA) \ - $(desktop_gschemas_in_in) + $(desktop_gschemas_in) CLEANFILES = \ - $(desktop_gschemas_in) \ $(gsettings_SCHEMAS) \ *.gschema.valid diff --git a/schemas/org.mate.accessibility-keyboard.gschema.xml.in b/schemas/org.mate.accessibility-keyboard.gschema.xml.in new file mode 100644 index 0000000..812497f --- /dev/null +++ b/schemas/org.mate.accessibility-keyboard.gschema.xml.in @@ -0,0 +1,76 @@ + + + + false + + + false + + + false + + + 200 + + + false + + + 300 + minimum interval in milliseconds + Ignore multiple presses of the _same_ key within @delay milliseconds. + + + false + + + false + + + 10 + Pixels per seconds + How many pixels per second to move at the maximum speed. + + + 300 + How long to accelerate in milliseconds + How many milliseconds it takes to go from 0 to maximum speed. + + + 300 + Initial delay in milliseconds + How many milliseconds to wait before mouse movement keys start to operate. + + + false + + + 300 + Minimum interval in milliseconds + Do not accept a key as being pressed unless held for @delay milliseconds. + + + false + + + false + + + false + + + false + + + false + Disable if two keys are pressed at the same time. + + + false + Beep when a modifier is pressed. + + + false + + + diff --git a/schemas/org.mate.accessibility-keyboard.gschema.xml.in.in b/schemas/org.mate.accessibility-keyboard.gschema.xml.in.in deleted file mode 100644 index f5f42fd..0000000 --- a/schemas/org.mate.accessibility-keyboard.gschema.xml.in.in +++ /dev/null @@ -1,76 +0,0 @@ - - - - false - - - false - - - false - - - 200 - - - false - - - 300 - <_summary>minimum interval in milliseconds - <_description>Ignore multiple presses of the _same_ key within @delay milliseconds. - - - false - - - false - - - 10 - <_summary>Pixels per seconds - <_description>How many pixels per second to move at the maximum speed. - - - 300 - <_summary>How long to accelerate in milliseconds - <_description>How many milliseconds it takes to go from 0 to maximum speed. - - - 300 - <_summary>Initial delay in milliseconds - <_description>How many milliseconds to wait before mouse movement keys start to operate. - - - false - - - 300 - <_summary>Minimum interval in milliseconds - <_description>Do not accept a key as being pressed unless held for @delay milliseconds. - - - false - - - false - - - false - - - false - - - false - <_description>Disable if two keys are pressed at the same time. - - - false - <_description>Beep when a modifier is pressed. - - - false - - - diff --git a/schemas/org.mate.accessibility-startup.gschema.xml.in b/schemas/org.mate.accessibility-startup.gschema.xml.in new file mode 100644 index 0000000..c2c3aec --- /dev/null +++ b/schemas/org.mate.accessibility-startup.gschema.xml.in @@ -0,0 +1,9 @@ + + + + [] + Startup Assistive Technology Applications + List of assistive technology applications to start when logging into the MATE desktop. + + + diff --git a/schemas/org.mate.accessibility-startup.gschema.xml.in.in b/schemas/org.mate.accessibility-startup.gschema.xml.in.in deleted file mode 100644 index 5011c13..0000000 --- a/schemas/org.mate.accessibility-startup.gschema.xml.in.in +++ /dev/null @@ -1,9 +0,0 @@ - - - - [] - <_summary>Startup Assistive Technology Applications - <_description>List of assistive technology applications to start when logging into the MATE desktop. - - - diff --git a/schemas/org.mate.applications-at-mobility.gschema.xml.in b/schemas/org.mate.applications-at-mobility.gschema.xml.in new file mode 100644 index 0000000..993f2ea --- /dev/null +++ b/schemas/org.mate.applications-at-mobility.gschema.xml.in @@ -0,0 +1,14 @@ + + + + 'dasher' + Preferred Mobility assistive technology application + Preferred Mobility assistive technology application to be used for login, menu, or command line. + + + false + Start preferred Mobility assistive technology application + MATE to start preferred Mobility assistive technology application during login. + + + diff --git a/schemas/org.mate.applications-at-mobility.gschema.xml.in.in b/schemas/org.mate.applications-at-mobility.gschema.xml.in.in deleted file mode 100644 index 0e4b65e..0000000 --- a/schemas/org.mate.applications-at-mobility.gschema.xml.in.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - 'dasher' - <_summary>Preferred Mobility assistive technology application - <_description>Preferred Mobility assistive technology application to be used for login, menu, or command line. - - - false - <_summary>Start preferred Mobility assistive technology application - <_description>MATE to start preferred Mobility assistive technology application during login. - - - diff --git a/schemas/org.mate.applications-at-visual.gschema.xml.in b/schemas/org.mate.applications-at-visual.gschema.xml.in new file mode 100644 index 0000000..23d9378 --- /dev/null +++ b/schemas/org.mate.applications-at-visual.gschema.xml.in @@ -0,0 +1,14 @@ + + + + 'orca' + Preferred Visual assistive technology application + Preferred Visual assistive technology application be used for login, menu, or command line. + + + false + Start preferred Visual assistive technology application + MATE to start preferred Visual assistive technology application during login. + + + diff --git a/schemas/org.mate.applications-at-visual.gschema.xml.in.in b/schemas/org.mate.applications-at-visual.gschema.xml.in.in deleted file mode 100644 index b7ac679..0000000 --- a/schemas/org.mate.applications-at-visual.gschema.xml.in.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - 'orca' - <_summary>Preferred Visual assistive technology application - <_description>Preferred Visual assistive technology application be used for login, menu, or command line. - - - false - <_summary>Start preferred Visual assistive technology application - <_description>MATE to start preferred Visual assistive technology application during login. - - - diff --git a/schemas/org.mate.applications-browser.gschema.xml.in b/schemas/org.mate.applications-browser.gschema.xml.in new file mode 100644 index 0000000..47d009f --- /dev/null +++ b/schemas/org.mate.applications-browser.gschema.xml.in @@ -0,0 +1,19 @@ + + + + 'mozilla' + Default browser + Default browser for all URLs. + + + false + Browser needs terminal + Whether the default browser needs a terminal to run. + + + true + Browser understands remote + Whether the default browser understands netscape remote. + + + diff --git a/schemas/org.mate.applications-browser.gschema.xml.in.in b/schemas/org.mate.applications-browser.gschema.xml.in.in deleted file mode 100644 index 57c49d3..0000000 --- a/schemas/org.mate.applications-browser.gschema.xml.in.in +++ /dev/null @@ -1,19 +0,0 @@ - - - - 'mozilla' - <_summary>Default browser - <_description>Default browser for all URLs. - - - false - <_summary>Browser needs terminal - <_description>Whether the default browser needs a terminal to run. - - - true - <_summary>Browser understands remote - <_description>Whether the default browser understands netscape remote. - - - diff --git a/schemas/org.mate.applications-office.gschema.xml.in b/schemas/org.mate.applications-office.gschema.xml.in new file mode 100644 index 0000000..9ae3908 --- /dev/null +++ b/schemas/org.mate.applications-office.gschema.xml.in @@ -0,0 +1,30 @@ + + + + + + + + 'evolution' + Default calendar + Default calendar application + + + false + Calendar needs terminal + Whether the default calendar application needs a terminal to run + + + + + 'evolution' + Default tasks + Default tasks application + + + false + Tasks needs terminal + Whether the default tasks application needs a terminal to run + + + diff --git a/schemas/org.mate.applications-office.gschema.xml.in.in b/schemas/org.mate.applications-office.gschema.xml.in.in deleted file mode 100644 index 5ad64cf..0000000 --- a/schemas/org.mate.applications-office.gschema.xml.in.in +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - 'evolution' - <_summary>Default calendar - <_description>Default calendar application - - - false - <_summary>Calendar needs terminal - <_description>Whether the default calendar application needs a terminal to run - - - - - 'evolution' - <_summary>Default tasks - <_description>Default tasks application - - - false - <_summary>Tasks needs terminal - <_description>Whether the default tasks application needs a terminal to run - - - diff --git a/schemas/org.mate.applications-terminal.gschema.xml.in b/schemas/org.mate.applications-terminal.gschema.xml.in new file mode 100644 index 0000000..8351509 --- /dev/null +++ b/schemas/org.mate.applications-terminal.gschema.xml.in @@ -0,0 +1,14 @@ + + + + 'mate-terminal' + Terminal application + Terminal program to use when starting applications that require one. + + + '-x' + Exec Arguments + Argument used to execute programs in the terminal defined by the 'exec' key. + + + diff --git a/schemas/org.mate.applications-terminal.gschema.xml.in.in b/schemas/org.mate.applications-terminal.gschema.xml.in.in deleted file mode 100644 index adeca8f..0000000 --- a/schemas/org.mate.applications-terminal.gschema.xml.in.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - 'mate-terminal' - <_summary>Terminal application - <_description>Terminal program to use when starting applications that require one. - - - '-x' - <_summary>Exec Arguments - <_description>Argument used to execute programs in the terminal defined by the 'exec' key. - - - diff --git a/schemas/org.mate.background.gschema.xml.in b/schemas/org.mate.background.gschema.xml.in new file mode 100644 index 0000000..50619d5 --- /dev/null +++ b/schemas/org.mate.background.gschema.xml.in @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + true + Draw Desktop Background + Have MATE draw the desktop background. + + + true + Show Desktop Icons + Have MATE file manager (Caja) draw the desktop icons. + + + true + Fade the background on change + If set to true, then MATE will change the desktop background with a fading effect. + + + 'zoom' + Picture Options + Determines how the image set by wallpaper_filename is rendered. Possible values are "wallpaper", "centered", "scaled", "stretched", "zoom", "spanned". + + + '@datadir@/backgrounds/mate/desktop/Stripes.png' + Picture Filename + File to use for the background image. + + + 100 + Picture Opacity + Opacity with which to draw the background picture. + + + '#5891BC' + Primary Color + Left or Top color when drawing gradients, or the solid color. + + + '#3C8F25' + Secondary Color + Right or Bottom color when drawing gradients, not used for solid color. + + + 'vertical-gradient' + Color Shading Type + How to shade the background color. Possible values are "horizontal-gradient", "vertical-gradient", and "solid". + + + diff --git a/schemas/org.mate.background.gschema.xml.in.in b/schemas/org.mate.background.gschema.xml.in.in deleted file mode 100644 index f367e91..0000000 --- a/schemas/org.mate.background.gschema.xml.in.in +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - true - <_summary>Draw Desktop Background - <_description>Have MATE draw the desktop background. - - - true - <_summary>Show Desktop Icons - <_description>Have MATE file manager (Caja) draw the desktop icons. - - - true - <_summary>Fade the background on change - <_description>If set to true, then MATE will change the desktop background with a fading effect. - - - 'zoom' - <_summary>Picture Options - <_description>Determines how the image set by wallpaper_filename is rendered. Possible values are "wallpaper", "centered", "scaled", "stretched", "zoom", "spanned". - - - '@datadir@/backgrounds/mate/desktop/Stripes.png' - <_summary>Picture Filename - <_description>File to use for the background image. - - - 100 - <_summary>Picture Opacity - <_description>Opacity with which to draw the background picture. - - - '#5891BC' - <_summary>Primary Color - <_description>Left or Top color when drawing gradients, or the solid color. - - - '#3C8F25' - <_summary>Secondary Color - <_description>Right or Bottom color when drawing gradients, not used for solid color. - - - 'vertical-gradient' - <_summary>Color Shading Type - <_description>How to shade the background color. Possible values are "horizontal-gradient", "vertical-gradient", and "solid". - - - diff --git a/schemas/org.mate.debug.gschema.xml.in b/schemas/org.mate.debug.gschema.xml.in new file mode 100644 index 0000000..63e7319 --- /dev/null +++ b/schemas/org.mate.debug.gschema.xml.in @@ -0,0 +1,19 @@ + + + + false + + + false + + + false + + + false + + + false + + + diff --git a/schemas/org.mate.debug.gschema.xml.in.in b/schemas/org.mate.debug.gschema.xml.in.in deleted file mode 100644 index 63e7319..0000000 --- a/schemas/org.mate.debug.gschema.xml.in.in +++ /dev/null @@ -1,19 +0,0 @@ - - - - false - - - false - - - false - - - false - - - false - - - diff --git a/schemas/org.mate.file-views.gschema.xml.in b/schemas/org.mate.file-views.gschema.xml.in new file mode 100644 index 0000000..35b846a --- /dev/null +++ b/schemas/org.mate.file-views.gschema.xml.in @@ -0,0 +1,9 @@ + + + + 'crux_teal' + File Icon Theme + Theme used for displaying file icons. + + + diff --git a/schemas/org.mate.file-views.gschema.xml.in.in b/schemas/org.mate.file-views.gschema.xml.in.in deleted file mode 100644 index 9396dd6..0000000 --- a/schemas/org.mate.file-views.gschema.xml.in.in +++ /dev/null @@ -1,9 +0,0 @@ - - - - 'crux_teal' - <_summary>File Icon Theme - <_description>Theme used for displaying file icons. - - - diff --git a/schemas/org.mate.interface.gschema.xml.in b/schemas/org.mate.interface.gschema.xml.in new file mode 100644 index 0000000..dcd3a9c --- /dev/null +++ b/schemas/org.mate.interface.gschema.xml.in @@ -0,0 +1,169 @@ + + + + false + Enable Accessibility + Whether Applications should have accessibility support. + + + true + Enable Animations + Whether animations should be displayed. Note: This is a global key, it changes the behaviour of the window manager, the panel etc. + + + false + Menus Have Tearoff + Whether menus should have a tearoff. + + + false + Can Change Accels + Whether the user can dynamically type a new accelerator when positioned over an active menuitem. + + + 'both-horiz' + Toolbar Style + Toolbar Style. Valid values are "both", "both-horiz", "icons", and "text". + + + true + Menus Have Icons + Whether menus may display an icon next to a menu entry. + + + true + Buttons Have Icons + Whether buttons may display an icon in addition to the button text. + + + false + Menubar Detachable + Whether the user can detach menubars and move them around. + + + false + Toolbar Detachable + Whether the user can detach toolbars and move them around. + + + 'large-toolbar' + Toolbar Icon Size + Size of icons in toolbars, either "small-toolbar" or "large-toolbar". + + + true + Cursor Blink + Whether the cursor should blink. + + + 1200 + Cursor Blink Time + Length of the cursor blink cycle, in milliseconds. + + + 'menta' + Icon Theme + Icon theme to use for the panel, caja etc. + + + 'Menta' + Gtk+ Theme + Basename of the default theme used by gtk+. + + + 'Default' + Gtk+ Theme + Basename of the default theme used by gtk+. + + + '' + List of symbolic names and color equivalents + A '\n' separated list of "name:color" as defined by the 'gtk-color-scheme' setting + + + 'Sans 10' + Default font + Name of the default font used by gtk+. + + + 'callback' + GTK IM Preedit Style + Name of the GTK+ input method Preedit Style used by gtk+. + + + 'callback' + GTK IM Status Style + Name of the GTK+ input method Status Style used by gtk+. + + + '' + GTK IM Module + Name of the input method module used by GTK+. + + + false + Use GTK3 header bar + Whether builtin GTK+ dialogs such as the file chooser, the color chooser or the font chooser will use a header bar at the top to show action widgets, or an action area at the bottom. This setting does not affect custom dialogs using GtkDialog directly, or message dialogs. + + + false + Use GTK3 overlay scrolling + Whether built-in GTK+ scrolled windows will use overlay scrolling. Overlay scrolling hides and reduces the size of the scrollbar until it gets focus. + + + true + Enable Gtk toolkit-wide animations + Whether to enable toolkit-wide animations. + + + 'Sans 10' + Document font + Name of the default font used for reading documents. + + + 'Monospace 10' + Monospace font + Name of a monospaced (fixed-width) font for use in locations like terminals. + + + false + Use Custom Font + Whether to use a custom font in gtk+ applications. + + + false + Status Bar on Right + Whether to display a status bar meter on the right. + + + 'gio' + Module for GtkFileChooser + Module to use as the filesystem model for the GtkFileChooser widget. Possible values are "gio" and "gtk+". + + + 'F10' + Menubar accelerator + Keyboard shortcut to open the menu bars. + + + true + Show the 'Input Methods' menu + Whether the context menus of entries and text views should offer to change the input method. + + + true + Show the 'Unicode Control Character' menu + Whether the context menus of entries and text views should offer to insert control characters. + + + 'menu:minimize,maximize,close' + Titlebar layout of GTK3 client-side decorated windows + This setting determines which buttons should be put in the titlebar of client-side decorated windows, and whether they should be placed at the left of right. See https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-decoration-layout. + + + true + Only show mnemonics on when the Alt key is pressed + Whether mnemonics should be automatically shown and hidden when the user presses the Alt key. + + + diff --git a/schemas/org.mate.interface.gschema.xml.in.in b/schemas/org.mate.interface.gschema.xml.in.in deleted file mode 100644 index c8b3742..0000000 --- a/schemas/org.mate.interface.gschema.xml.in.in +++ /dev/null @@ -1,169 +0,0 @@ - - - - false - <_summary>Enable Accessibility - <_description>Whether Applications should have accessibility support. - - - true - <_summary>Enable Animations - <_description>Whether animations should be displayed. Note: This is a global key, it changes the behaviour of the window manager, the panel etc. - - - false - <_summary>Menus Have Tearoff - <_description>Whether menus should have a tearoff. - - - false - <_summary>Can Change Accels - <_description>Whether the user can dynamically type a new accelerator when positioned over an active menuitem. - - - 'both-horiz' - <_summary>Toolbar Style - <_description>Toolbar Style. Valid values are "both", "both-horiz", "icons", and "text". - - - true - <_summary>Menus Have Icons - <_description>Whether menus may display an icon next to a menu entry. - - - true - <_summary>Buttons Have Icons - <_description>Whether buttons may display an icon in addition to the button text. - - - false - <_summary>Menubar Detachable - <_description>Whether the user can detach menubars and move them around. - - - false - <_summary>Toolbar Detachable - <_description>Whether the user can detach toolbars and move them around. - - - 'large-toolbar' - <_summary>Toolbar Icon Size - <_description>Size of icons in toolbars, either "small-toolbar" or "large-toolbar". - - - true - <_summary>Cursor Blink - <_description>Whether the cursor should blink. - - - 1200 - <_summary>Cursor Blink Time - <_description>Length of the cursor blink cycle, in milliseconds. - - - 'menta' - <_summary>Icon Theme - <_description>Icon theme to use for the panel, caja etc. - - - 'Menta' - <_summary>Gtk+ Theme - <_description>Basename of the default theme used by gtk+. - - - 'Default' - <_summary>Gtk+ Theme - <_description>Basename of the default theme used by gtk+. - - - '' - <_summary>List of symbolic names and color equivalents - <_description>A '\n' separated list of "name:color" as defined by the 'gtk-color-scheme' setting - - - 'Sans 10' - <_summary>Default font - <_description>Name of the default font used by gtk+. - - - 'callback' - <_summary>GTK IM Preedit Style - <_description>Name of the GTK+ input method Preedit Style used by gtk+. - - - 'callback' - <_summary>GTK IM Status Style - <_description>Name of the GTK+ input method Status Style used by gtk+. - - - '' - <_summary>GTK IM Module - <_description>Name of the input method module used by GTK+. - - - false - <_summary>Use GTK3 header bar - <_description>Whether builtin GTK+ dialogs such as the file chooser, the color chooser or the font chooser will use a header bar at the top to show action widgets, or an action area at the bottom. This setting does not affect custom dialogs using GtkDialog directly, or message dialogs. - - - false - <_summary>Use GTK3 overlay scrolling - <_description>Whether built-in GTK+ scrolled windows will use overlay scrolling. Overlay scrolling hides and reduces the size of the scrollbar until it gets focus. - - - true - <_summary>Enable Gtk toolkit-wide animations - <_description>Whether to enable toolkit-wide animations. - - - 'Sans 10' - <_summary>Document font - <_description>Name of the default font used for reading documents. - - - 'Monospace 10' - <_summary>Monospace font - <_description>Name of a monospaced (fixed-width) font for use in locations like terminals. - - - false - <_summary>Use Custom Font - <_description>Whether to use a custom font in gtk+ applications. - - - false - <_summary>Status Bar on Right - <_description>Whether to display a status bar meter on the right. - - - 'gio' - <_summary>Module for GtkFileChooser - <_description>Module to use as the filesystem model for the GtkFileChooser widget. Possible values are "gio" and "gtk+". - - - 'F10' - <_summary>Menubar accelerator - <_description>Keyboard shortcut to open the menu bars. - - - true - <_summary>Show the 'Input Methods' menu - <_description>Whether the context menus of entries and text views should offer to change the input method. - - - true - <_summary>Show the 'Unicode Control Character' menu - <_description>Whether the context menus of entries and text views should offer to insert control characters. - - - 'menu:minimize,maximize,close' - <_summary>Titlebar layout of GTK3 client-side decorated windows - <_description>This setting determines which buttons should be put in the titlebar of client-side decorated windows, and whether they should be placed at the left of right. See https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-decoration-layout. - - - true - <_summary>Only show mnemonics on when the Alt key is pressed - <_description>Whether mnemonics should be automatically shown and hidden when the user presses the Alt key. - - - diff --git a/schemas/org.mate.lockdown.gschema.xml.in b/schemas/org.mate.lockdown.gschema.xml.in new file mode 100644 index 0000000..1517bd1 --- /dev/null +++ b/schemas/org.mate.lockdown.gschema.xml.in @@ -0,0 +1,49 @@ + + + + false + Disable command line + 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. + + + false + Disable saving files to disk + Prevent the user from saving files to disk. For example, this would disable access to all applications' "Save as" dialogs. + + + false + Disable printing + Prevent the user from printing. For example, this would disable access to all applications' "Print" dialogs. + + + false + Disable print setup + Prevent the user from modifying print settings. For example, this would disable access to all applications' "Print Setup" dialogs. + + + false + Disable user switching + Prevent the user from switching to another account while his session is active. + + + false + Disable lock screen + Prevent the user from locking the screen. + + + false + Disable URL and MIME type handlers + Prevent running any URL or MIME type handler applications. + + + false + Disable theme settings + Prevent the user from changing theme settings. + + + false + Disable log out + Prevent the user from logging out. + + + diff --git a/schemas/org.mate.lockdown.gschema.xml.in.in b/schemas/org.mate.lockdown.gschema.xml.in.in deleted file mode 100644 index e1e5494..0000000 --- a/schemas/org.mate.lockdown.gschema.xml.in.in +++ /dev/null @@ -1,49 +0,0 @@ - - - - false - <_summary>Disable command line - <_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. - - - false - <_summary>Disable saving files to disk - <_description>Prevent the user from saving files to disk. For example, this would disable access to all applications' "Save as" dialogs. - - - false - <_summary>Disable printing - <_description>Prevent the user from printing. For example, this would disable access to all applications' "Print" dialogs. - - - false - <_summary>Disable print setup - <_description>Prevent the user from modifying print settings. For example, this would disable access to all applications' "Print Setup" dialogs. - - - false - <_summary>Disable user switching - <_description>Prevent the user from switching to another account while his session is active. - - - false - <_summary>Disable lock screen - <_description>Prevent the user from locking the screen. - - - false - <_summary>Disable URL and MIME type handlers - <_description>Prevent running any URL or MIME type handler applications. - - - false - <_summary>Disable theme settings - <_description>Prevent the user from changing theme settings. - - - false - <_summary>Disable log out - <_description>Prevent the user from logging out. - - - diff --git a/schemas/org.mate.peripherals-keyboard.gschema.xml.in b/schemas/org.mate.peripherals-keyboard.gschema.xml.in new file mode 100644 index 0000000..7143f2d --- /dev/null +++ b/schemas/org.mate.peripherals-keyboard.gschema.xml.in @@ -0,0 +1,49 @@ + + + + + + + + + true + + + true + + + 30 + + + 500 + + + 0 + + + 'on' + possible values are "on", "off", and "custom". + + + 400 + + + 100 + + + '' + Keyboard Bell Custom Filename + File name of the bell sound to be played. + + + true + Remember NumLock state + When set to true, MATE will remember the state of the NumLock LED between sessions. + + + 'unknown' + NumLock state + The remembered state of the NumLock LED. + + + diff --git a/schemas/org.mate.peripherals-keyboard.gschema.xml.in.in b/schemas/org.mate.peripherals-keyboard.gschema.xml.in.in deleted file mode 100644 index ebe4d5e..0000000 --- a/schemas/org.mate.peripherals-keyboard.gschema.xml.in.in +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - true - - - true - - - 30 - - - 500 - - - 0 - - - 'on' - <_description>possible values are "on", "off", and "custom". - - - 400 - - - 100 - - - '' - <_summary>Keyboard Bell Custom Filename - <_description>File name of the bell sound to be played. - - - true - <_summary>Remember NumLock state - <_description>When set to true, MATE will remember the state of the NumLock LED between sessions. - - - 'unknown' - <_summary>NumLock state - <_description>The remembered state of the NumLock LED. - - - diff --git a/schemas/org.mate.peripherals-mouse.gschema.xml.in b/schemas/org.mate.peripherals-mouse.gschema.xml.in new file mode 100644 index 0000000..bb7eebe --- /dev/null +++ b/schemas/org.mate.peripherals-mouse.gschema.xml.in @@ -0,0 +1,59 @@ + + + + false + Mouse button orientation + Swap left and right mouse buttons for left-handed mice. + + + true + Single Click + Single click to open icons. + + + -1 + Single Click + Acceleration multiplier for mouse motion. A value of -1 is the system default. + + + -1 + Motion Threshold + Distance in pixels the pointer must move before accelerated mouse motion is activated. A value of -1 is the system default. + + + 8 + Drag Threshold + Distance before a drag is started. + + + 400 + Double Click Time + Length of a double click. + + + true + Middle button emulation + Enables middle mouse button emulation through simultaneous left and right button click. + + + false + Locate Pointer + Highlights the current location of the pointer when the Control key is pressed and released. + + + '' + Cursor font + 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. + + + '' + Cursor theme + Cursor theme name. Used only by Xservers that support Xcursor, such as XFree86 4.3 and later. + + + 18 + Cursor size + Size of the cursor referenced by cursor_theme. + + + diff --git a/schemas/org.mate.peripherals-mouse.gschema.xml.in.in b/schemas/org.mate.peripherals-mouse.gschema.xml.in.in deleted file mode 100644 index 3817d9d..0000000 --- a/schemas/org.mate.peripherals-mouse.gschema.xml.in.in +++ /dev/null @@ -1,59 +0,0 @@ - - - - false - <_summary>Mouse button orientation - <_description>Swap left and right mouse buttons for left-handed mice. - - - true - <_summary>Single Click - <_description>Single click to open icons. - - - -1 - <_summary>Single Click - <_description>Acceleration multiplier for mouse motion. A value of -1 is the system default. - - - -1 - <_summary>Motion Threshold - <_description>Distance in pixels the pointer must move before accelerated mouse motion is activated. A value of -1 is the system default. - - - 8 - <_summary>Drag Threshold - <_description>Distance before a drag is started. - - - 400 - <_summary>Double Click Time - <_description>Length of a double click. - - - true - <_summary>Middle button emulation - <_description>Enables middle mouse button emulation through simultaneous left and right button click. - - - false - <_summary>Locate Pointer - <_description>Highlights the current location of the pointer when the Control key is pressed and released. - - - '' - <_summary>Cursor font - <_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. - - - '' - <_summary>Cursor theme - <_description>Cursor theme name. Used only by Xservers that support Xcursor, such as XFree86 4.3 and later. - - - 18 - <_summary>Cursor size - <_description>Size of the cursor referenced by cursor_theme. - - - diff --git a/schemas/org.mate.sound.gschema.xml.in b/schemas/org.mate.sound.gschema.xml.in new file mode 100644 index 0000000..7117689 --- /dev/null +++ b/schemas/org.mate.sound.gschema.xml.in @@ -0,0 +1,34 @@ + + + + '' + Default mixer device + The default mixer device used by the multimedia key bindings. + + + [] + Default mixer tracks + The default mixer tracks used by the multimedia key bindings. + + + false + Enable ESD + Enable sound server startup. + + + false + Sounds for events + Whether to play sounds on user events. + + + 'freedesktop' + Sound theme name + The XDG sound theme to use for event sounds. + + + false + Input feedback sounds + Whether to play sounds on input events. + + + diff --git a/schemas/org.mate.sound.gschema.xml.in.in b/schemas/org.mate.sound.gschema.xml.in.in deleted file mode 100644 index ad412b8..0000000 --- a/schemas/org.mate.sound.gschema.xml.in.in +++ /dev/null @@ -1,34 +0,0 @@ - - - - '' - <_summary>Default mixer device - <_description>The default mixer device used by the multimedia key bindings. - - - [] - <_summary>Default mixer tracks - <_description>The default mixer tracks used by the multimedia key bindings. - - - false - <_summary>Enable ESD - <_description>Enable sound server startup. - - - false - <_summary>Sounds for events - <_description>Whether to play sounds on user events. - - - 'freedesktop' - <_summary>Sound theme name - <_description>The XDG sound theme to use for event sounds. - - - false - <_summary>Input feedback sounds - <_description>Whether to play sounds on input events. - - - diff --git a/schemas/org.mate.thumbnail-cache.gschema.xml.in b/schemas/org.mate.thumbnail-cache.gschema.xml.in new file mode 100644 index 0000000..eebbe5d --- /dev/null +++ b/schemas/org.mate.thumbnail-cache.gschema.xml.in @@ -0,0 +1,12 @@ + + + + 180 + Maximum age for thumbnails in the cache, in days. Set to -1 to disable cleaning. + + + 512 + Maximum size of the thumbnail cache, in megabytes. Set to -1 to disable cleaning. + + + diff --git a/schemas/org.mate.thumbnail-cache.gschema.xml.in.in b/schemas/org.mate.thumbnail-cache.gschema.xml.in.in deleted file mode 100644 index 9c240ad..0000000 --- a/schemas/org.mate.thumbnail-cache.gschema.xml.in.in +++ /dev/null @@ -1,12 +0,0 @@ - - - - 180 - <_description>Maximum age for thumbnails in the cache, in days. Set to -1 to disable cleaning. - - - 512 - <_description>Maximum size of the thumbnail cache, in megabytes. Set to -1 to disable cleaning. - - - diff --git a/schemas/org.mate.thumbnailers.gschema.xml.in b/schemas/org.mate.thumbnailers.gschema.xml.in new file mode 100644 index 0000000..3f0f099 --- /dev/null +++ b/schemas/org.mate.thumbnailers.gschema.xml.in @@ -0,0 +1,14 @@ + + + + false + Disable all external thumbnailers + Set to true to disable all external thumbnailer programs, independent on whether they are independently disabled/enabled. + + + [] + List of mime-types for which external thumbnailer programs will be disabled + Thumbnails will not be created for files whose mime-type is contained in the list. + + + diff --git a/schemas/org.mate.thumbnailers.gschema.xml.in.in b/schemas/org.mate.thumbnailers.gschema.xml.in.in deleted file mode 100644 index 7d7eb56..0000000 --- a/schemas/org.mate.thumbnailers.gschema.xml.in.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - false - <_summary>Disable all external thumbnailers - <_description>Set to true to disable all external thumbnailer programs, independent on whether they are independently disabled/enabled. - - - [] - <_summary>List of mime-types for which external thumbnailer programs will be disabled - <_description>Thumbnails will not be created for files whose mime-type is contained in the list. - - - diff --git a/schemas/org.mate.typing-break.gschema.xml.in b/schemas/org.mate.typing-break.gschema.xml.in new file mode 100644 index 0000000..5420e84 --- /dev/null +++ b/schemas/org.mate.typing-break.gschema.xml.in @@ -0,0 +1,24 @@ + + + + 60 + Type time + Number of minutes of typing time before break mode starts. + + + 3 + Break time + Number of minutes that the typing break should last. + + + false + Allow postponing of breaks + Whether or not the typing break screen can be postponed. + + + false + Whether or not keyboard locking is enabled + Whether or not keyboard locking is enabled. + + + diff --git a/schemas/org.mate.typing-break.gschema.xml.in.in b/schemas/org.mate.typing-break.gschema.xml.in.in deleted file mode 100644 index 3da4086..0000000 --- a/schemas/org.mate.typing-break.gschema.xml.in.in +++ /dev/null @@ -1,24 +0,0 @@ - - - - 60 - <_summary>Type time - <_description>Number of minutes of typing time before break mode starts. - - - 3 - <_summary>Break time - <_description>Number of minutes that the typing break should last. - - - false - <_summary>Allow postponing of breaks - <_description>Whether or not the typing break screen can be postponed. - - - false - <_summary>Whether or not keyboard locking is enabled - <_description>Whether or not keyboard locking is enabled. - - - -- cgit v1.2.1