diff options
author | Stefano Karapetsas <[email protected]> | 2014-09-23 11:05:38 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-09-25 14:05:02 +0200 |
commit | d60e7128dbcbf301088f71a221e9afc7b34e3157 (patch) | |
tree | 8ae2bb368522614d27e2e6e5927de31069d44660 /src/core | |
parent | a8d3d014aa25441e368d5ef6f2703f8b2a6b0f52 (diff) | |
download | marco-d60e7128dbcbf301088f71a221e9afc7b34e3157.tar.bz2 marco-d60e7128dbcbf301088f71a221e9afc7b34e3157.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/core')
-rw-r--r-- | src/core/display.c | 4 |
1 files 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, |