https://bugs.kde.org/show_bug.cgi?id=478531
Jakob Petsovits <jpe...@petsovits.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/powerdevil/-/commit/fe7d | |e121adf424643c08cda0cfaebc5 | |fec05a112 --- Comment #6 from Jakob Petsovits <jpe...@petsovits.com> --- Git commit fe7de121adf424643c08cda0cfaebc5fec05a112 by Jakob Petsovits. Committed on 09/01/2024 at 23:24. Pushed by jpetso into branch 'master'. Remove the "Lock screen" option from "After a period of inactivity" This is already configurable in the Screen Locking KCM and having a separate second setting for the same thing is confusing. One deleted line in the KCM, the rest is all migration code. The migration takes care of: * Any users that haven't yet migrated from Plasma 5. * Plasma 6 Alpha & Beta users who run RC1 or RC2 at least once. Users who jump from Plasma 6 Alpha or Beta straight to 6.0 or above will have to manually change `AutoSuspendAction=32` in their powerdevilrc to `AutoSuspendAction=0`. M +6 -0 autotests/migrateconfig/CMakeLists.txt A +50 -0 autotests/migrateconfig/test4_initial_powermanagementprofilesrc A +2 -0 autotests/migrateconfig/test4_migrated_powerdevilrc M +32 -1 daemon/powerdevilmigrateconfig.cpp M +0 -1 kcmodule/profiles/ProfilesConfigKCM.cpp https://invent.kde.org/plasma/powerdevil/-/commit/fe7de121adf424643c08cda0cfaebc5fec05a112 -- You are receiving this mail because: You are watching all bug changes.