Would like to get Discord to run on boot in full screen mode.
What I am using:
- Raspberry Pi 4 8gb
- Raspbian 10 Buster
- Pi Apps(current) distribution of
- Discord WebApp(current)
What I have tried:
- rc.local
- .bash
- init.d
Not sure if I am following the directions wrong, or because it is a desktop app rather than a .py?
For reference I have tried following these instructions inserting:
usr/shr/applications/electron-dsicord-webapp.desktop
where it lists sample.py
https://www.dexterindustries.com/howto/run-a-program-on-your-raspberry-pi-at-startup/
Anyway, is it possible to script it to run on boot; is it also possible to make it go auto full screen?
Thanks,
exec electron-discord-webapp
it will run, but if I put that before the & in the bash script I get nothing. Any ideas? If it helps the path for the app is /usr/share/application/electron-discord-webapp ( – RhinoTekMN Mar 24 '21 at 12:12