wondering if this will make a great kiosk OS. Any advice? It should run full-screen without any header bar (priority) and prevent users from exiting the app (secondary).
I did some digging and I believe the default startup app is configured here.
I@Garredow That’s nice hack
Hi Garredow. New bee here. Where can I find the DefaultBootSequencer.cpp file?
I've successfully build a Rpi image and configured custom URL.
Now I want the app to Auto start when booting.
Thank you.
can someone help me to achieve this, please?
Thank you
Please change appid in https://github.com/webosose/bootd/blob/master/src/bootd/sequencer/DefaultBootSequencer.cpp#L64 as @Garredow suggested.
To launch an app at startup on Windows, open Task Manager, go to the Startup tab, and enable your app if it's listed. Alternatively, place a shortcut of the app in the Startup folder. On macOS, go to System Settings > Users & Groups > Login Items to add the app. This helps with apps that need to run automatically.