Skip to content

Commit

Permalink
Tell we are Metacity to avoid issues with maximized Java applications
Browse files Browse the repository at this point in the history
Not the best solution, but the only way to fix the issue at the moment

See linuxmint/muffin#11
Closes mate-desktop#133
  • Loading branch information
stefano-k committed Sep 23, 2014
1 parent eba0559 commit cbf24f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/display.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cbf24f5

Please sign in to comment.