You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I maintain a raspberrypi distribution that boots a graphical user interface using autologin (FullPageOS).
Recently Rpi Foundation added a feature that on flashing changes the name of the user, but not the user id. So what I would like is to have autologin-user=UID:1000 or something like that.
I can't find documation how this would be do apart from the config file itself.
I tried looking in common/configuration.c but could not understand where the value is being used after configured?
Is this something that I can add?
In the short one I am adding a workaround systemd service that would overwrite the lightdm.conf file, but that could get messy later on.
Thanks!
The text was updated successfully, but these errors were encountered:
This seems like a reasonable thing to support. You don't need to prefix the id with 'UID:' - usernames aren't allowed to start with numbers. You might want to look at common/user-list.c as that's where the username lookup is done.
Hey,
I maintain a raspberrypi distribution that boots a graphical user interface using autologin (FullPageOS).
Recently Rpi Foundation added a feature that on flashing changes the name of the user, but not the user id. So what I would like is to have
autologin-user=UID:1000
or something like that.I can't find documation how this would be do apart from the config file itself.
I tried looking in
common/configuration.c
but could not understand where the value is being used after configured?Is this something that I can add?
In the short one I am adding a workaround systemd service that would overwrite the lightdm.conf file, but that could get messy later on.
Thanks!
The text was updated successfully, but these errors were encountered: