-
Notifications
You must be signed in to change notification settings - Fork 249
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 "/home/pi/scripts/start_gui" #276
Comments
What version of FullPageOS? |
Also see #229 , If you can provide input it might actually push it forwards. |
Closing if no reply |
@TakuyaSan420 here is the location you want to edit. https://github.com/guysoft/CustomPiOS/blob/devel/src/modules/gui/filesystem/root_init/usr/share/xsessions/guisession.desktop I'm not sure if your term piServer was just generic and not related to this project https://github.com/raspberrypi/piserver - https://www.raspberrypi.org/blog/piserver/ I initially tried to do this but came upon some issues that made it a little more involved than what I wanted and it didn't really fit the purpose since it requires a login. Here is a comment that really describes it: If this is what you are running and it's working for you can you please share some info on how you solved the auto login or if you solved this with a readonly fs how is that working out? |
No response from original poster |
For anyone else experiencing this; I faced this issue when setting the default user to another username than |
It might justify opening a new issue and fixing this. |
Agreed. I haven't looked much at the source, but if it's changing some static I was also thinking about just comiting a note of it on the README. Not much of a fix of course. |
Hi ! I tried to install the last stable version of fullpageos from the Raspberry Pi Imager,
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 ? |
@DubbingBrothers It says there is a file missing: Can you see if that file exists? You can also download it from here (dont forget to chmod it to 755): It looks like a filesystem damage. Because it should be there. |
That's what I thought. |
I think I have figured out what is causing this issue. When using the Raspberry PI Imager and have configured it to change the name of the default user from |
@jnunez166 You are experiencing a different issue, there is a bug if you set it to anything other than pi: |
Hi, Got the same issue and creating a symbolic link did solve the issue. Here's how to do it if it helps some people :
and give permissions to your user to read/execute what's in the directory by making him the owner of it:
|
Hello,
sorry for not using the template but its easier to understand like this. Basically, FullPageOS is running on my PiServer and it boots but right after the login it says " Xsession: unable to launch "/home/pi/scripts/start_gui" X session --- "/home/pi/scripts/start_gui" not found "
So my question is, where in xSession is that path specified so I can point it towards a fixed directory on piServer
Thanks
The text was updated successfully, but these errors were encountered: