| Summary: | User Manager does not show my user after UID change using CLI tools | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | luca <luca.pedrielli> |
| Component: | kcm_users | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | grave | CC: | kde, nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.16.4 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
luca
2018-02-01 06:51:20 UTC
I wonder if there's any way for us to make user-manager notice this change. If not, maybe we should add a GUI setting for this in user-manager itself to provide a safe way of doing it. AccountsService takes the minimum UID at build time
from meson_options.txt
option('minimum_uid', type: 'integer', value: 1000, description: 'Set minimum uid for human users')
If you change from your distro settings, you will need to rebuild this to match.
If you think this is an issue, please take it up with accountsservice on freedesktop.
|