https://bugs.kde.org/show_bug.cgi?id=503801
Akseli Lahtinen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/discover/-/commit/2b5caa |ma/discover/-/commit/39e68f |d9081e73060c16317c8dd152307 |d43ec013e2caed5fcd657e583dc |d1ef15d |cc381ee --- Comment #11 from Akseli Lahtinen <[email protected]> --- Git commit 39e68fd43ec013e2caed5fcd657e583dccc381ee by Akseli Lahtinen. Committed on 15/01/2026 at 14:56. Pushed by akselmo into branch 'Plasma/6.6'. DiscoverObject: Use alert instead of show m_mainWindow->show() would rudely interrupt whatever user is doing and pop the window in front of them, and also reset the window geometry, such as unmaximizing it. Instead just alert the user. If the window is minimized but active, it will be brought in front of them, but if the window is minimized but some other app is active, the task manager will show the attention alert instead. (cherry picked from commit 2b5caad9081e73060c16317c8dd152307d1ef15d) Co-authored-by: Akseli Lahtinen <[email protected]> M +1 -1 discover/DiscoverObject.cpp https://invent.kde.org/plasma/discover/-/commit/39e68fd43ec013e2caed5fcd657e583dccc381ee -- You are receiving this mail because: You are watching all bug changes.
