-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Chanigng the user in rpi-imager from breaks system #432
Comments
In case someone else needs a quick fix for the "unable to launch "/home/pi/scripts/start_gui" X session"-error: I had created a user 'myuser' in the pi imager. After the first boot I added a user called 'pi' manually and copied the folder /home/myuser/scripts to /home/pi/scripts. Then I did a |
Faced same issue.
This worked(kind of) for me. Had to do |
Related #525 Also started having a go at fixing this. Needs changes both in CustomPiOS and FullPageOS. I think I got the CustomPiOS side for now |
i fixed mine just by creating a link, and from memory edit /etc/lightdm/lightdm.conf and change auto login from pi to your username |
I did a fresh install today from raspberry pi imager. The full quick fix I did was to just make the directory for pi and then symlink to the actual file in my user's home directory. change some permissions, reboot.
Obviously an easier work around would be to just use |
Continuing report of @AlbertMN here:
#276 (comment)
It seems that the userless new setup breaks fullpageos if the username is changed.
Related:
guysoft/CustomPiOS#163
The text was updated successfully, but these errors were encountered: