Summary: | Despite being inaccessible from the user list, the Superuser initially appears in the Users KCM, but its fields' data is absent, and cannot be modified | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Roke Julian Lockhart Beedell <4wy78uwh> |
Component: | kcm_users | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | minor | CC: | uhhadd |
Priority: | NOR | ||
Version First Reported In: | 6.0.4 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
URL: | https://unix.stackexchange.com/revisions/777040/1#:~:text=12-,Indeed%2C%20when%20you%20login%20as,file%20an%20issue%20about%20this.,-answered%201%20hour | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=487449 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
A Screencast Demonstrating That The User Data Cannot Be Modified
Depiction of the automatically selected user modification page. A Screenshot Of The Empty User Fields |
Description
Roke Julian Lockhart Beedell
2024-05-23 22:01:26 UTC
The accounts service intentionally does not support modifying the root user, and the entire reason this system module exists and makes use of the AS is to remove the need for graphical usage of root. This is an unsupported usecase on multiple fronts. (In reply to Janet Blackquill from comment #1) Created attachment 169766 [details] Depiction of the automatically selected user modification page. (In reply to Janet Blackquill from comment #1) In that case, this is even more important - you can't display a user modification page and then state that it's unsupported. The Users KCM needs to automatically select the top visible user account, rather than root's. I implore you to re-read the issue and, especially, view https://bugs.kde.org/attachment.cgi?id=169756&action=edit, then see https://bugs.kde.org/attachment.cgi?id=169755&action=edit. Created attachment 180829 [details] A Screenshot Of The Empty User Fields OBSERVED RESULT When the KCM is invoked, the data fails to be read: > qrc:/kcm/kcm_users/UserDetailsPage.qml:76: TypeError: Cannot read property 'realName' of null > qrc:/kcm/kcm_users/UserDetailsPage.qml:20: TypeError: Cannot read property 'displayPrimaryName' of null > qrc:/kcm/kcm_users/UserDetailsPage.qml:107: TypeError: Cannot read property 'realName' of null > qrc:/kcm/kcm_users/UserDetailsPage.qml:105: TypeError: Cannot read property 'faceValid' of null > qrc:/kcm/kcm_users/UserDetailsPage.qml:130: TypeError: Cannot read property 'realName' of null > qrc:/kcm/kcm_users/UserDetailsPage.qml:138: TypeError: Cannot read property 'name' of null > qrc:/kcm/kcm_users/UserDetailsPage.qml:160: TypeError: Cannot read property 'administrator' of null > qrc:/kcm/kcm_users/UserDetailsPage.qml:151: TypeError: Cannot read property 'administrator' of null > qrc:/kcm/kcm_users/UserDetailsPage.qml:174: TypeError: Cannot read property 'email' of null > qrc:/kcm/kcm_users/UserDetailsPage.qml:196: TypeError: Cannot read property 'loggedIn' of null When I invoke the avatar chooser, I see: > qrc:/kcm/kcm_users/PicturesSheet.qml:104: TypeError: Cannot read property 'displayPrimaryName' of null When I attempt to apply an avatar, I see: qrc:/kcm/kcm_users/PicturesSheet.qml:237: TypeError: Cannot read property 'face' of null SOFTWARE/OS VERSIONS > Operating System: Fedora Linux 42 > KDE Plasma Version: 6.3.4 > KDE Frameworks Version: 6.13.0 > Qt Version: 6.9.0 > Kernel Version: 6.14.4-300.fc42.x86_64 (64-bit) > Graphics Platform: Wayland |