Summary: | sddm can't show uid > 65000 | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Eric BURGHARD <eburghar> |
Component: | kcm_sddm | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | filipfila.kde |
Priority: | NOR | ||
Version First Reported In: | 5.7.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Eric BURGHARD
2016-08-17 15:34:44 UTC
There is some reasoning behind it. SDDM reads /etc/login.defs (at compile time, which is a bit wrong) and sets UID_MAX to 6500 if it's not available. I don't want to just change the limit in the KCM to uint_max, as SDDM will still enforce it's limit - acheiving nothing. I need to: - convert SDDM into a runtime check - copy and paste that code here Note you can set this manually in /etc/sddm.conf MaximumUid=100000 David, since there is a Maximum UID GUI option which seems like an OK solution to the problem, can we close this bug report? |