diff --git a/src/core/window.c b/src/core/window.c index aa48551a2..1cafc5ba5 100644 --- a/src/core/window.c +++ b/src/core/window.c @@ -8559,10 +8559,13 @@ recalc_window_features (MetaWindow *window) case META_WINDOW_DIALOG: case META_WINDOW_MODAL_DIALOG: - /* only skip taskbar if we have a real transient parent */ + /* only skip taskbar if we have a real transient parent + (and ignore the application hints) */ if (window->xtransient_for != None && window->xtransient_for != window->screen->xroot) window->skip_taskbar = TRUE; + else + window->skip_taskbar = FALSE; break; case META_WINDOW_NORMAL: