How does run_onepageos get called? #547
Unanswered
nomadicinteractiveinc
asked this question in
Q&A
Replies: 1 comment
-
FullPageOS uses the gui module of CustomPiOS. export GUI_STARTUP_SCRIPT=/opt/custompios/scripts/run_onepageos This is used here: # set the gui to run the main script of the GUI session
sed -i "s@GUI_SESSION_PLACEHOLDEFR@${GUI_STARTUP_SCRIPT}@g" /opt/custompios/scripts/start_gui start_gui is set to be the session script in the gui:
The guisession.desktop is managed by XDG as far as i know |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
Interesting project and one that can be of use to me. Trying to figure out some of the anatomy. ;)
I see
run_onepageos
runs, checks HTTP status and then runs the browser script if online. The reload_fullpageos_txt iskillall /usr/lib/chromium-browser/chromium-browser
. Considering this script is going to kill all instances of chromium, how is the run_onepageos script ran again? Is there a service keeping it alive?Beta Was this translation helpful? Give feedback.
All reactions