summaryrefslogtreecommitdiff
path: root/mate-panel/panel-global.schemas.in
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/panel-global.schemas.in')
-rw-r--r--mate-panel/panel-global.schemas.in276
1 files changed, 0 insertions, 276 deletions
diff --git a/mate-panel/panel-global.schemas.in b/mate-panel/panel-global.schemas.in
deleted file mode 100644
index f99c5b28..00000000
--- a/mate-panel/panel-global.schemas.in
+++ /dev/null
@@ -1,276 +0,0 @@
-<?xml version="1.0"?>
-<mateconfschemafile>
-
-<!--
-Panel Global Config Schema File - work in progress
--->
-
- <schemalist>
-
- <schema>
- <key>/schemas/apps/panel/global/tooltips_enabled</key>
- <applyto>/apps/panel/global/tooltips_enabled</applyto>
- <owner>panel</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Enable tooltips</short>
- <long>If true, tooltips are shown for objects in panels.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/panel/global/keep_menus_in_memory</key>
- <applyto>/apps/panel/global/keep_menus_in_memory</applyto>
- <owner>panel</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Deprecated</short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/panel/global/enable_animations</key>
- <applyto>/apps/panel/global/enable_animations</applyto>
- <owner>panel</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Enable animations</short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/panel/global/panel_minimized_size</key>
- <applyto>/apps/panel/global/panel_minimized_size</applyto>
- <owner>panel</owner>
- <type>int</type>
- <default>3</default>
- <locale name="C">
- <short>Deprecated</short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/panel/global/panel_show_delay</key>
- <applyto>/apps/panel/global/panel_show_delay</applyto>
- <owner>panel</owner>
- <type>int</type>
- <default>300</default>
- <locale name="C">
- <short>Deprecated</short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/panel/global/panel_animation_speed</key>
- <applyto>/apps/panel/global/panel_animation_speed</applyto>
- <owner>panel</owner>
- <type>string</type>
- <default>panel-speed-medium</default>
- <locale name="C">
- <short>Deprecated</short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/panel/global/panel_hide_delay</key>
- <applyto>/apps/panel/global/panel_hide_delay</applyto>
- <owner>panel</owner>
- <type>int</type>
- <default>500</default>
- <locale name="C">
- <short>Deprecated</short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/panel/global/enable_key_bindings</key>
- <applyto>/apps/panel/global/enable_key_bindings</applyto>
- <owner>panel</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Deprecated</short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/panel/global/menu_key</key>
- <applyto>/apps/panel/global/menu_key</applyto>
- <owner>panel</owner>
- <type>string</type>
- <default>&lt;Alt&gt;F1</default>
- <locale name="C">
- <short>Deprecated</short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/panel/global/run_key</key>
- <applyto>/apps/panel/global/run_key</applyto>
- <owner>panel</owner>
- <type>string</type>
- <default>&lt;Alt&gt;F2</default>
- <locale name="C">
- <short>Deprecated</short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/panel/global/screenshot_key</key>
- <applyto>/apps/panel/global/screenshot_key</applyto>
- <owner>panel</owner>
- <type>string</type>
- <default>Print</default>
- <locale name="C">
- <short>Deprecated</short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/panel/global/window_screenshot_key</key>
- <applyto>/apps/panel/global/window_screenshot_key</applyto>
- <owner>panel</owner>
- <type>string</type>
- <default>&lt;Alt&gt;Print</default>
- <locale name="C">
- <short>Deprecated</short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/panel/global/drawer_autoclose</key>
- <applyto>/apps/panel/global/drawer_autoclose</applyto>
- <owner>panel</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Autoclose drawer</short>
- <long>If true, a drawer will automatically be closed
- when the user clicks a launcher in it.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/panel/global/confirm_panel_remove</key>
- <applyto>/apps/panel/global/confirm_panel_remove</applyto>
- <owner>panel</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Confirm panel removal</short>
- <long>If true, a dialog is shown asking for confirmation
- if the user wants to remove a panel.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/panel/global/highlight_launchers_on_mouseover</key>
- <applyto>/apps/panel/global/highlight_launchers_on_mouseover</applyto>
- <owner>panel</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Highlight launchers on mouseover</short>
- <long>If true, a launcher is highlighted when the user
- moves the pointer over it.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/panel/global/locked_down</key>
- <applyto>/apps/panel/global/locked_down</applyto>
- <owner>panel</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Complete panel lockdown</short>
- <long>If true, the panel will not allow any changes to
- the configuration of the panel. Individual applets
- may need to be locked down separately however.
- The panel must be restarted for this to take effect.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/panel/global/disabled_applets</key>
- <applyto>/apps/panel/global/disabled_applets</applyto>
- <owner>panel</owner>
- <type>list</type>
- <list_type>string</list_type>
- <default>[]</default>
- <locale name="C">
- <short>Applet IIDs to disable from loading</short>
- <long>A list of applet IIDs that the panel will ignore. This way you
- can disable certain applets from loading or showing up in the menu.
- For example to disable the mini-commander applet add 'OAFIID:MATE_MiniCommanderApplet'
- to this list. The panel must be restarted for this to take effect.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/panel/global/disable_lock_screen</key>
- <applyto>/apps/panel/global/disable_lock_screen</applyto>
- <owner>panel</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Deprecated</short>
- <long>This key is deprecated as it cannot be used to implement proper
- lockdown. The /desktop/mate/lockdown/disable_lock_screen key
- should be used instead.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/panel/global/disable_log_out</key>
- <applyto>/apps/panel/global/disable_log_out</applyto>
- <owner>panel</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Disable Logging Out</short>
- <long>If true, the panel will not allow a user to log out,
- by removing access to the log out menu entries.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/panel/global/disable_force_quit</key>
- <applyto>/apps/panel/global/disable_force_quit</applyto>
- <owner>panel</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Disable Force Quit</short>
- <long>If true, the panel will not allow a user to force
- an application to quit by removing access to the
- force quit button.
- </long>
- </locale>
- </schema>
-
- </schemalist>
-
-</mateconfschemafile>