Bug 363529

Summary: Make action on avatar click in kickoff configurable
Product: [Plasma] plasmashell Reporter: Jason Tibbitts <j>
Component: Application Launcher (Kickoff) widgetAssignee: David Edmundson <kde>
Status: RESOLVED INTENTIONAL    
Severity: normal CC: plasma-bugs, rdieter
Priority: NOR    
Version: 5.6.4   
Target Milestone: 1.0   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Jason Tibbitts 2016-05-25 23:00:07 UTC
It would be wonderful if the action when clicking the avatar was configurable instead of hardcoded to run user-manager.

Some time ago, kcm_useraccount was replaced by user-manager.  Unfortunately user-manager is something the admin would use to change other users on the system and everything it does seems to require root (including changing the password or the avatar).

This means I can't suggest to my users the simple step of opening the menu and clicking on the avatar to change their password or avatar.  Instead I'd have to try to force a cal to the old kcm_useraccount or a custom written program into their favorites.  (It needs to be blindingly obvious.)

If I could just have it call a command that I can configure instead of hardcoding KCMShell.open("user_manager"), that would go a long way towards making things easier for non-provileged (and non-technical) end users.

I'll see if I can learn enough qml to suggest a patch.

Reproducible: Always
Comment 1 David Edmundson 2016-09-01 13:00:57 UTC
You can change it by overriding the .desktop file locally.

Also we have a patch for not requiring root on user manager pending merging upstream. The avatar doesnt need admin currently 

As we only have one user manager shipped in plasma. I'm closing this. Sorry.