https://bugs.kde.org/show_bug.cgi?id=415150
--- Comment #30 from Nate Graham <n...@kde.org> --- Git commit 5ba3793cf977479faf70075de09d21577514b457 by Nate Graham. Committed on 28/08/2020 at 16:43. Pushed by ngraham into branch 'master'. [kcmkwin/kwinoptions] Add option to disable window position memory for KDE apps This adds a setting to the window options KCM to disable KDE apps remembering their own window positions on X11, and instead always use the KWin placement modes. The setting sets an option in `kdeglobals`, rather than kwinrc, as it is not a KWin-specific option *per se*. The UI is also hidden on Wayland, as it it not relevant there because the functionality it disables does not work on Wayland. Instead, remembering window positions will eventually be implemented in a different way and affect all windows, not just KDE windows. See https://invent.kde.org/frameworks/kxmlgui/-/merge_requests/14 for more details. M +1 -0 kcmkwin/kwinoptions/CMakeLists.txt M +12 -2 kcmkwin/kwinoptions/advanced.ui A +15 -0 kcmkwin/kwinoptions/kwinoptions_kdeglobals_settings.kcfg A +6 -0 kcmkwin/kwinoptions/kwinoptions_kdeglobals_settings.kcfgc M +4 -3 kcmkwin/kwinoptions/main.cpp M +1 -0 kcmkwin/kwinoptions/main.h M +15 -4 kcmkwin/kwinoptions/windows.cpp M +3 -2 kcmkwin/kwinoptions/windows.h https://invent.kde.org/plasma/kwin/commit/5ba3793cf977479faf70075de09d21577514b457 -- You are receiving this mail because: You are watching all bug changes.