From cbf24f5d78719b930fc0cd6c0c80e00e9d62c95a 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/display.c b/src/core/display.c index cb7a42c3..a7e4f880 100644 --- a/src/core/display.c +++ b/src/core/display.c @@ -662,7 +662,7 @@ 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, -- cgit v1.2.1