https://bugs.kde.org/show_bug.cgi?id=370362
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Latest Commit| |http://commits.kde.org/kcor | |eaddons/70c745d6147e465ce1e | |34b6037eb7dedb8e77f27 Resolution|--- |FIXED --- Comment #1 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 70c745d6147e465ce1e34b6037eb7dedb8e77f27 by David Edmundson. Committed on 09/10/2016 at 19:04. Pushed by davidedmundson into branch 'master'. Load user avatars from AccountsServicePath if it exists Plasma's UserManager (and Gnome) both now use AccountsService to store user information. AccountsService saves the account information, and more particularly the avatar, in /var. This is very useful for login managers that need to load them without having to deal with mounting remote or encrypted home directories. This patch makes KUser return the avatar saved by AccountsService first if it exist. REVIEW: 128951 M +3 -0 src/lib/CMakeLists.txt A +1 -0 src/lib/util/config-accountsservice.h.cmake M +8 -1 src/lib/util/kuser_unix.cpp http://commits.kde.org/kcoreaddons/70c745d6147e465ce1e34b6037eb7dedb8e77f27 -- You are receiving this mail because: You are watching all bug changes.