https://bugs.kde.org/show_bug.cgi?id=342722
Filip Fila <filipfila....@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.18.1 Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/use | |r-manager/b2d0e463a4901329c | |e6a0ada4ec720ff9b5cc90f Status|CONFIRMED |RESOLVED --- Comment #10 from Filip Fila <filipfila....@gmail.com> --- Git commit b2d0e463a4901329ce6a0ada4ec720ff9b5cc90f by Filip Fila. Committed on 17/02/2020 at 21:09. Pushed by filipf into branch 'Plasma/5.18'. Have user-manager write to SDDM's new config file Summary: user-manager still wants to write to sddm.conf and it's using sddm_kcm's function to do so, but this function no longer supports writing to sddm.conf That means auto-login settings are no longer getting saved anywhere. This patch tweaks user-manager to write to /etc/sddm.conf.d/kde_setings.conf, making the feature work again. Path specifying is removed on the user-manager side for writing, SDDM's auth helper does that now. FIXED-IN: 5.18.1 Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D26813 M +2 -5 src/lib/accountmodel.cpp https://commits.kde.org/user-manager/b2d0e463a4901329ce6a0ada4ec720ff9b5cc90f -- You are receiving this mail because: You are watching all bug changes.