https://bugs.kde.org/show_bug.cgi?id=462996
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/a40dd9a1586c | |768ee956f193d2d70ec5e66c2cb | |e Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #14 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit a40dd9a1586c768ee956f193d2d70ec5e66c2cbe by Vlad Zahorodnii, on behalf of Nicolas Fella. Committed on 04/01/2023 at 12:12. Pushed by vladz into branch 'master'. Only make startup notification change the virtual desktop if requested Startup notifications optionally contain the target desktop the app should be launched to. If present the window is sent to that desktop, if not it is sent to the current desktop. Later in Workspace::activateWindow we check if the window is on the current desktop, and if not we either move it to the current desktop or switch to the window's desktop depending on user preference. However, this is broken because the window was already moved to the current desktop. To avoid this only move the window if specifically requested by the startup id. M +4 -9 src/activation.cpp https://invent.kde.org/plasma/kwin/commit/a40dd9a1586c768ee956f193d2d70ec5e66c2cbe -- You are receiving this mail because: You are watching all bug changes.