diff options
Diffstat (limited to 'mate-base/mate-panel/files/mate-panel-1.8.1-update_marco_wm_name.patch')
-rw-r--r-- | mate-base/mate-panel/files/mate-panel-1.8.1-update_marco_wm_name.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mate-base/mate-panel/files/mate-panel-1.8.1-update_marco_wm_name.patch b/mate-base/mate-panel/files/mate-panel-1.8.1-update_marco_wm_name.patch new file mode 100644 index 0000000..f57bf98 --- /dev/null +++ b/mate-base/mate-panel/files/mate-panel-1.8.1-update_marco_wm_name.patch @@ -0,0 +1,11 @@ +--- a/applets/wncklet/workspace-switcher.c ++++ b/applets/wncklet/workspace-switcher.c +@@ -143,6 +143,8 @@ + + if (!wm_name) + pager->wm = PAGER_WM_UNKNOWN; ++ else if (strcmp(wm_name, "Metacity (Marco)") == 0) ++ pager->wm = PAGER_WM_MARCO; + else if (strcmp(wm_name, "Marco") == 0) + pager->wm = PAGER_WM_MARCO; + else if (strcmp(wm_name, "Compiz") == 0) |