*** src/core/constraints-orig.c 2013-05-26 02:54:19.000000000 -0400 --- src/core/constraints.c 2013-07-10 10:24:49.284194451 -0400 *************** place_window_if_needed(MetaWindow *w *** 571,576 **** --- 571,581 ---- .083 * info->work_area_monitor.height; } + /* idle_move_resize() uses the user_rect, + * so make sure it uses the placed coordinates. + */ + window->user_rect = info->current; + if (window->maximize_horizontally_after_placement || window->maximize_vertically_after_placement) meta_window_maximize_internal (window,