From 03beef19aed6291da9093c1fc2dacc147a1bbd72 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sat, 24 Nov 2012 18:14:02 +0100 Subject: remove mini-commander applet --- mini-commander/src/mini-commander.schemas.in | 193 --------------------------- 1 file changed, 193 deletions(-) delete mode 100644 mini-commander/src/mini-commander.schemas.in (limited to 'mini-commander/src/mini-commander.schemas.in') 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 @@ - - - - - /schemas/apps/mini-commander/prefs/show_handle - mini-commander-applet - bool - false - - Show handle - Show a handle so the applet can be detached from the panel. - - - - - /schemas/apps/mini-commander/prefs/show_frame - mini-commander-applet - bool - false - - Show frame - Show a frame surrounding the applet. - - - - - /schemas/apps/mini-commander/prefs/autocomplete_history - mini-commander-applet - bool - true - - Perform history autocompletion - Attempt to autocomplete a command from the history of commands entered. - - - - - /schemas/apps/mini-commander/prefs/normal_size_x - mini-commander-applet - int - 150 - - Width - Width of the applet - - - - - /schemas/apps/mini-commander/prefs/normal_size_y - mini-commander-applet - int - 48 - - Not used anymore - - - - - /schemas/apps/mini-commander/prefs/cmd_line_y - mini-commander-applet - int - 24 - - Not used anymore - - - - - /schemas/apps/mini-commander/prefs/show_default_theme - mini-commander-applet - bool - true - - Use the default theme colors - Use theme colors instead of custom ones. - - - - - /schemas/apps/mini-commander/prefs/cmd_line_color_fg_r - mini-commander-applet - int - 64613 - - Foreground color, red component - The red component of the foreground color. - - - - - /schemas/apps/mini-commander/prefs/cmd_line_color_fg_g - mini-commander-applet - int - 64613 - - Foreground color, green component - The green component of the foreground color. - - - - - /schemas/apps/mini-commander/prefs/cmd_line_color_fg_b - mini-commander-applet - int - 64613 - - Foreground color, blue component - The blue component of the foreground color. - - - - - /schemas/apps/mini-commander/prefs/cmd_line_color_bg_r - mini-commander-applet - int - 0 - - Background color, red component - The red component of the background color. - - - - - /schemas/apps/mini-commander/prefs/cmd_line_color_bg_g - mini-commander-applet - int - 0 - - Background color, green component - The green component of the background color. - - - - - /schemas/apps/mini-commander/prefs/cmd_line_color_bg_b - mini-commander-applet - int - 0 - - Background color, blue component - The blue component of the background color. - - - - - /schemas/apps/mini-commander/prefs/history - mini-commander-applet - list - string - [] - - History list - List of MateConfValue entries containing strings for history entries. - - - - - - - /schemas/apps/mini-commander/prefs/macro_patterns - mini-commander-applet - list - string - [blah] - - Macro pattern list - - This per-applet key is deprecated in favour of the global key, - /schemas/apps/mini-commander-global/macro_patterns. - - - - - - /schemas/apps/mini-commander/prefs/macro_commands - mini-commander-applet - list - string - [blah] - - Macro command list - - This per-applet key is deprecated in favour of the global key, - /schemas/apps/mini-commander-global/macro_patterns. - - - - - - -- cgit v1.2.1