From d60e7128dbcbf301088f71a221e9afc7b34e3157 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Tue, 23 Sep 2014 11:05:38 +0200 Subject: Tell we are Metacity to avoid issues with maximized Java applications Not the best solution, but the only way to fix the issue at the moment See https://github.com/linuxmint/muffin/pull/11 Closes https://github.com/mate-desktop/marco/issues/133 --- src/core/display.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/display.c b/src/core/display.c index d950e7ea..4903d00b 100644 --- a/src/core/display.c +++ b/src/core/display.c @@ -662,8 +662,8 @@ meta_display_open (void) meta_prop_set_utf8_string_hint (the_display, the_display->leader_window, the_display->atom__NET_WM_NAME, - "Marco"); - + "Metacity (Marco)"); + meta_prop_set_utf8_string_hint (the_display, the_display->leader_window, the_display->atom__MARCO_VERSION, -- cgit v1.2.1