diff options
author | Stefano Karapetsas <[email protected]> | 2012-11-24 18:14:02 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-11-24 18:14:02 +0100 |
commit | 03beef19aed6291da9093c1fc2dacc147a1bbd72 (patch) | |
tree | dcc71f2dd57db0d8e76d687b8ceb22d757e25413 /mini-commander/src/mini-commander.schemas.in | |
parent | 5fe5821ef2b69faee48d0b04f60e9b3b080ce203 (diff) | |
download | mate-applets-03beef19aed6291da9093c1fc2dacc147a1bbd72.tar.bz2 mate-applets-03beef19aed6291da9093c1fc2dacc147a1bbd72.tar.xz |
remove mini-commander applet
Diffstat (limited to 'mini-commander/src/mini-commander.schemas.in')
-rw-r--r-- | mini-commander/src/mini-commander.schemas.in | 193 |
1 files changed, 0 insertions, 193 deletions
diff --git a/mini-commander/src/mini-commander.schemas.in b/mini-commander/src/mini-commander.schemas.in deleted file mode 100644 index 2d5413de..00000000 --- a/mini-commander/src/mini-commander.schemas.in +++ /dev/null @@ -1,193 +0,0 @@ -<mateconfschemafile> - <schemalist> - - <schema> - <key>/schemas/apps/mini-commander/prefs/show_handle</key> - <owner>mini-commander-applet</owner> - <type>bool</type> - <default>false</default> - <locale name="C"> - <short>Show handle</short> - <long>Show a handle so the applet can be detached from the panel.</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mini-commander/prefs/show_frame</key> - <owner>mini-commander-applet</owner> - <type>bool</type> - <default>false</default> - <locale name="C"> - <short>Show frame</short> - <long>Show a frame surrounding the applet.</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mini-commander/prefs/autocomplete_history</key> - <owner>mini-commander-applet</owner> - <type>bool</type> - <default>true</default> - <locale name="C"> - <short>Perform history autocompletion</short> - <long>Attempt to autocomplete a command from the history of commands entered.</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mini-commander/prefs/normal_size_x</key> - <owner>mini-commander-applet</owner> - <type>int</type> - <default>150</default> - <locale name="C"> - <short>Width</short> - <long>Width of the applet</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mini-commander/prefs/normal_size_y</key> - <owner>mini-commander-applet</owner> - <type>int</type> - <default>48</default> - <locale name="C"> - <short>Not used anymore</short> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mini-commander/prefs/cmd_line_y</key> - <owner>mini-commander-applet</owner> - <type>int</type> - <default>24</default> - <locale name="C"> - <short>Not used anymore</short> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mini-commander/prefs/show_default_theme</key> - <owner>mini-commander-applet</owner> - <type>bool</type> - <default>true</default> - <locale name="C"> - <short>Use the default theme colors</short> - <long>Use theme colors instead of custom ones.</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mini-commander/prefs/cmd_line_color_fg_r</key> - <owner>mini-commander-applet</owner> - <type>int</type> - <default>64613</default> - <locale name="C"> - <short>Foreground color, red component</short> - <long>The red component of the foreground color.</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mini-commander/prefs/cmd_line_color_fg_g</key> - <owner>mini-commander-applet</owner> - <type>int</type> - <default>64613</default> - <locale name="C"> - <short>Foreground color, green component</short> - <long>The green component of the foreground color.</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mini-commander/prefs/cmd_line_color_fg_b</key> - <owner>mini-commander-applet</owner> - <type>int</type> - <default>64613</default> - <locale name="C"> - <short>Foreground color, blue component</short> - <long>The blue component of the foreground color.</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mini-commander/prefs/cmd_line_color_bg_r</key> - <owner>mini-commander-applet</owner> - <type>int</type> - <default>0</default> - <locale name="C"> - <short>Background color, red component</short> - <long>The red component of the background color.</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mini-commander/prefs/cmd_line_color_bg_g</key> - <owner>mini-commander-applet</owner> - <type>int</type> - <default>0</default> - <locale name="C"> - <short>Background color, green component</short> - <long>The green component of the background color.</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mini-commander/prefs/cmd_line_color_bg_b</key> - <owner>mini-commander-applet</owner> - <type>int</type> - <default>0</default> - <locale name="C"> - <short>Background color, blue component</short> - <long>The blue component of the background color.</long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mini-commander/prefs/history</key> - <owner>mini-commander-applet</owner> - <type>list</type> - <list_type>string</list_type> - <default>[]</default> - <locale name="C"> - <short>History list</short> - <long>List of MateConfValue entries containing strings for history entries.</long> - </locale> - </schema> - - <!-- - Keep these deprecated keys around in order to keep older configurations - working correctly. See bug #91194 - --> - - <schema> - <key>/schemas/apps/mini-commander/prefs/macro_patterns</key> - <owner>mini-commander-applet</owner> - <type>list</type> - <list_type>string</list_type> - <default>[blah]</default> <!-- The default list is set by mc-install-default-macros --> - <locale name="C"> - <short>Macro pattern list</short> - <long> - This per-applet key is deprecated in favour of the global key, - /schemas/apps/mini-commander-global/macro_patterns. - </long> - </locale> - </schema> - - <schema> - <key>/schemas/apps/mini-commander/prefs/macro_commands</key> - <owner>mini-commander-applet</owner> - <type>list</type> - <list_type>string</list_type> - <default>[blah]</default> <!-- The default list is set by mc-install-default-macros --> - <locale name="C"> - <short>Macro command list</short> - <long> - This per-applet key is deprecated in favour of the global key, - /schemas/apps/mini-commander-global/macro_patterns. - </long> - </locale> - </schema> - - </schemalist> -</mateconfschemafile> |