From d6f65a7e6f4cd1a5f71884781d03c24ce3535928 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Tue, 9 Apr 2013 00:41:09 +0200 Subject: Set maximum workspaces number to 36 Closes https://github.com/mate-desktop/mate-window-manager/issues/42 --- src/core/prefs.c | 2 +- src/org.mate.marco.gschema.xml | 102 ++++++++++++++++++++++++++++++++++++++++- 2 files changed, 102 insertions(+), 2 deletions(-) diff --git a/src/core/prefs.c b/src/core/prefs.c index 2ec6134f..116a9bb8 100644 --- a/src/core/prefs.c +++ b/src/core/prefs.c @@ -31,7 +31,7 @@ #include #include -#define MAX_REASONABLE_WORKSPACES 16 +#define MAX_REASONABLE_WORKSPACES 36 #define MAX_COMMANDS (32 + NUM_EXTRA_COMMANDS) #define NUM_EXTRA_COMMANDS 2 diff --git a/src/org.mate.marco.gschema.xml b/src/org.mate.marco.gschema.xml index d3841f9c..464deb34 100644 --- a/src/org.mate.marco.gschema.xml +++ b/src/org.mate.marco.gschema.xml @@ -111,7 +111,7 @@ A font description string describing a font for window titlebars. The size from the description will only be used if the titlebar_font_size option is set to 0. Also, this option is disabled if the titlebar_uses_desktop_font option is set to true. - + 4 Number of workspaces Number of workspaces. Must be more than zero, and has a fixed maximum to prevent making the desktop unusable by accidentally asking for too many workspaces. @@ -249,6 +249,106 @@ Name of workspace The name of a workspace. + + '' + Name of workspace + The name of a workspace. + + + '' + Name of workspace + The name of a workspace. + + + '' + Name of workspace + The name of a workspace. + + + '' + Name of workspace + The name of a workspace. + + + '' + Name of workspace + The name of a workspace. + + + '' + Name of workspace + The name of a workspace. + + + '' + Name of workspace + The name of a workspace. + + + '' + Name of workspace + The name of a workspace. + + + '' + Name of workspace + The name of a workspace. + + + '' + Name of workspace + The name of a workspace. + + + '' + Name of workspace + The name of a workspace. + + + '' + Name of workspace + The name of a workspace. + + + '' + Name of workspace + The name of a workspace. + + + '' + Name of workspace + The name of a workspace. + + + '' + Name of workspace + The name of a workspace. + + + '' + Name of workspace + The name of a workspace. + + + '' + Name of workspace + The name of a workspace. + + + '' + Name of workspace + The name of a workspace. + + + '' + Name of workspace + The name of a workspace. + + + '' + Name of workspace + The name of a workspace. + -- cgit v1.2.1