Bug 411616 - musl system: existing users aren't shown and can't add a new user
Summary: musl system: existing users aren't shown and can't add a new user
Status: RESOLVED DOWNSTREAM
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_users (other bugs)
Version First Reported In: 5.17.5
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-05 12:09 UTC by Bart Ribbers
Modified: 2021-01-21 09:05 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bart Ribbers 2019-09-05 12:09:03 UTC
SUMMARY
When opening "kcmshell5 user_manager", no existing users are shown. Nothing happens when pressing the  + button to add a new user.

STEPS TO REPRODUCE
1. Get a Musl system like Gentoo or Alpine Linux
2. Run "kcmshell5 user_manager"

OBSERVED RESULT

No existing users aren't shown and new ones can't be added as nothing happens when pressing the + button. Nothing appears in the CLI either.

EXPECTED RESULT

Existing users to be shown and possible to be modified, and the possibility to add a new user or remove one.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Linux 4.19.69
KDE Plasma Version: 5.16.5
KDE Frameworks Version: 5.61.0
Qt Version: 5.12.4

ADDITIONAL INFORMATION
This system (Alpine Linux) uses Musl so this issue is probably because of that.
Comment 1 Nicolas Fella 2021-01-15 15:11:06 UTC
Do you have AccountsService (https://www.freedesktop.org/wiki/Software/AccountsService/) installed?
Comment 2 Justin Zobel 2021-01-17 06:51:18 UTC
Status fix.
Comment 3 Bart Ribbers 2021-01-21 09:05:59 UTC
I'm... Embarrassed to say I did not and installing it fixed the issue... The joys of packaging I guess, I never saw anywhere this was needed.

Thanks for the solution!