-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Xsession: unable to launch [...]" after slpashscreen #464
Comments
I just tried your lastest version available one Rasperry Pi Imager (Nightly) and I have the same issue. |
I found a other solution, I downloaded your .zip file and write the image withe an other software, I don't know why Raspberry Pi Imager doesn't work. If you have any ideas, that would be great. Have a nice day ! |
Ok I found where the problem com from, |
I solved it by creating a symbolic link in /home: |
I guess we can move the script paths there to a new location outside the user folder, and that should solve it. |
Thanks, I will try ! |
Hi, i have the exact same problem.
in the folder /home/hmi2/scripts the start_gui: Stop the screen from turning off when idle.DISABLE_POWER_MANAGEMENT=yes Rotate screen if needed, see 'xrandr -h' for options.DISPLAY_ORIENTATION=normal if ["${DISPLAY_ORIENTATION}" != 'normal']; if ["${DISABLE_POWER_MANAGEMENT}" == 'yes']; matchbox-window-manager & /home/hmi2/scripts/run_onepageos ` ` while true Does anyone see whats wrong here? |
Please try the latest nightly and update if this fixes your problem |
@marsmaennchen Just had a though - did you set the username in rpi imager to anything other than "pi"? |
Exactly, is It still not possible? So i try again without any Changes. |
Yep confirmed, that is why its doing that. Trying to fix that too |
Now it works. It takes an unusually long time (about 5 to 7 min) to boot for the first time, but after that it works. |
It does take longer on first boot, because it generates ssh keys and such. It also reboots, so you might be counting that. |
Good news - fixed in nightly |
Hi !
I tried to install the last stable version of fullpageos from the Raspberry Pi Imager,
But each time, after every steps of the first boot I got this message :
I still have acces to others users (ctrl+alt+F2).
I have this message even if I modify or not the files on the boot partition.
I tried to install à classic version of Raspbian OS from Raspberry Pi Imager and everything work fine.
Any ideas ?
Thanks by advance ! :)
The text was updated successfully, but these errors were encountered: