https://bugs.kde.org/show_bug.cgi?id=386241
Filip Fila <filipfila....@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/sdd | |m-kcm/3e3dbbb2fbd3450b87ee3 | |400fb8de469ae0cfe69 Resolution|--- |FIXED Version Fixed In| |5.17 --- Comment #8 from Filip Fila <filipfila....@gmail.com> --- Git commit 3e3dbbb2fbd3450b87ee3400fb8de469ae0cfe69 by Filip Fila. Committed on 16/06/2019 at 21:46. Pushed by filipf into branch 'master'. [sddm-kcm] Write settings to /etc/sddm.conf.d instead of etc/sddm.conf Summary: As of SDDM release 0.16.0 it advised to use /etc/sddm.conf.d/ as the directory for user settings. This patch aims to achieve it by saving in that very same directory under the filename "kde_settings.conf". It must also remove identical entries from the old "sddm.conf" file because SDDM will simply load them instead of new user set values. FIXED-IN: 5.17 Test Plan: - compiles - writes to new config file - reads from new config file - deletes identical entries from old config file when writing them to new one Reviewers: davidedmundson, ngraham, #plasma Reviewed By: davidedmundson, ngraham, #plasma Subscribers: GB_2, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D21832 M +9 -3 sddmauthhelper.cpp M +8 -8 src/advanceconfig.cpp M +4 -0 src/sddmkcm.cpp M +1 -0 src/sddmkcm.h M +1 -1 src/themeconfig.cpp https://commits.kde.org/sddm-kcm/3e3dbbb2fbd3450b87ee3400fb8de469ae0cfe69 -- You are receiving this mail because: You are watching all bug changes.