Skip to content

Fix raising main window

Nicolas Fella requested to merge work/fixwindowraising into master

Call KWindowSystem::updateStartupId, otherwise raising doesn't work because of focus stealing prevention

Use KWindowSystem::activateWindow to make it work on Wayland

Remove special handling for minimized windows. It breaks raising minimized windows that are behind another window. Activating unminimizes a window anyway

Merge request reports