From 1555690252d2066edf6297e3a9e579ae522c2ada Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 3 Sep 2012 15:44:47 +0200 Subject: add gsetting schemas from deprecated libmate --- schemas/Makefile.am | 28 +++++ .../org.mate.accessibility-keyboard.gschema.xml | 76 +++++++++++ schemas/org.mate.accessibility-startup.gschema.xml | 9 ++ .../org.mate.applications-at-mobility.gschema.xml | 14 +++ .../org.mate.applications-at-visual.gschema.xml | 14 +++ schemas/org.mate.applications-browser.gschema.xml | 19 +++ schemas/org.mate.applications-office.gschema.xml | 30 +++++ schemas/org.mate.applications-terminal.gschema.xml | 14 +++ schemas/org.mate.background.gschema.xml.in | 52 ++++++++ schemas/org.mate.file-views.gschema.xml | 9 ++ schemas/org.mate.interface.gschema.xml.in | 139 +++++++++++++++++++++ schemas/org.mate.lockdown.gschema.xml | 39 ++++++ schemas/org.mate.peripherals-keyboard.gschema.xml | 39 ++++++ schemas/org.mate.peripherals-mouse.gschema.xml | 54 ++++++++ schemas/org.mate.sound.gschema.xml | 34 +++++ schemas/org.mate.thumbnail-cache.gschema.xml | 12 ++ schemas/org.mate.thumbnailers.gschema.xml | 14 +++ schemas/org.mate.typing-break.gschema.xml | 24 ++++ 18 files changed, 620 insertions(+) create mode 100644 schemas/Makefile.am create mode 100644 schemas/org.mate.accessibility-keyboard.gschema.xml create mode 100644 schemas/org.mate.accessibility-startup.gschema.xml create mode 100644 schemas/org.mate.applications-at-mobility.gschema.xml create mode 100644 schemas/org.mate.applications-at-visual.gschema.xml create mode 100644 schemas/org.mate.applications-browser.gschema.xml create mode 100644 schemas/org.mate.applications-office.gschema.xml create mode 100644 schemas/org.mate.applications-terminal.gschema.xml create mode 100644 schemas/org.mate.background.gschema.xml.in create mode 100644 schemas/org.mate.file-views.gschema.xml create mode 100644 schemas/org.mate.interface.gschema.xml.in create mode 100644 schemas/org.mate.lockdown.gschema.xml create mode 100644 schemas/org.mate.peripherals-keyboard.gschema.xml create mode 100644 schemas/org.mate.peripherals-mouse.gschema.xml create mode 100644 schemas/org.mate.sound.gschema.xml create mode 100644 schemas/org.mate.thumbnail-cache.gschema.xml create mode 100644 schemas/org.mate.thumbnailers.gschema.xml create mode 100644 schemas/org.mate.typing-break.gschema.xml 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 @@ + + + + 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-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 @@ + + + + [] + Startup Assistive Technology Applications + List of assistive technology applications to start when logging into the MATE desktop. + + + 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 @@ + + + + '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-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 @@ + + + + '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-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 @@ + + + + '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-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 @@ + + + + + + + + '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-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 @@ + + + + '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.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 @@ + + + + + + + + + + + + + + + + + true + Draw Desktop Background + Have MATE draw the desktop background. + + + 'zoom' + Picture Options + Determines how the image set by wallpaper_filename is rendered. Possible values are "wallpaper", "centered", "scaled", "stretched", "zoom", "spanned". + + + '@datadir@/pixmaps/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.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 @@ + + + + 'crux_teal' + File Icon Theme + 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..e009984 --- /dev/null +++ b/schemas/org.mate.interface.gschema.xml.in @@ -0,0 +1,139 @@ + + + + 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. + + + 'mate' + Icon Theme + Icon theme to use for the panel, caja etc. + + + 'Clearlooks' + Gtk+ Theme + Basename of the default theme used by gtk+. + + + 'Default' + Gtk+ Theme + Basename of the default theme used by gtk+. + + + '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+. + + + '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", "mate-vfs" 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. + + + 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 @@ + + + + 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 to lock his screen. + + + false + Disable URL and MIME type handlers + Prevent running any URL or MIME type handler applications. + + + 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 @@ + + + + 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. + + + 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 @@ + + + + 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. + + + 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.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 @@ + + + + '' + 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.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 @@ + + + + 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.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 @@ + + + + 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.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 @@ + + + + 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. + + + -- cgit v1.2.1