diff options
author | Stefano Karapetsas <[email protected]> | 2014-09-23 11:05:38 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-09-23 11:05:38 +0200 |
commit | cbf24f5d78719b930fc0cd6c0c80e00e9d62c95a (patch) | |
tree | c2dc3db8646d43705626a96ce7b215e84db4cdbc /src | |
parent | eba0559d55ccad074e8241c6f276e6e4442dd669 (diff) | |
download | marco-cbf24f5d78719b930fc0cd6c0c80e00e9d62c95a.tar.bz2 marco-cbf24f5d78719b930fc0cd6c0c80e00e9d62c95a.tar.xz |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/core/display.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |