diff --git a/src/core/constraints.c b/src/core/constraints.c index 9af0f0004..4bd2bc471 100644 --- a/src/core/constraints.c +++ b/src/core/constraints.c @@ -1154,6 +1154,9 @@ constrain_modal_dialog (MetaWindow *window, meta_window_get_placement_rule (window)) return TRUE; + if (window->fullscreen) + return TRUE; + /* We want to center the dialog on the parent, including the decorations for both of them. info->current is in client X window coordinates, so we need to convert them to frame coordinates, apply the centering and then