Created attachment 99192 [details] Patch fixing kcm_useraccount call There are two places in Header.qml which will attempt to bring up the control module for user management. One if the user has defined an avatar and one if the default avatar is being shown. Only the first one was fixed to account for the fact that kcm_useraccount was (unfortunately) replaced with user_manager. (But that's another ticket.) The attached patch should fix the other one.
Thanks for your patch! Indeed I forgot to change the other MouseArea but I'll better change the code so we only have one to avoid code duplication.
Git commit feac04468de1af30881b64c09e961424241e21ab by Kai Uwe Broulik. Committed on 02/06/2016 at 10:49. Pushed by broulik into branch 'Plasma/5.6'. [Kickoff] Use a single MouseArea for opening user manager Avoid code duplication which has already lead to inconsistencies. FIXED-IN: 5.6.5 Differential Revision: https://phabricator.kde.org/D1732 M +7 -18 applets/kickoff/package/contents/ui/Header.qml http://commits.kde.org/plasma-desktop/feac04468de1af30881b64c09e961424241e21ab