Tagged Questions
0
votes
1answer
22 views
Trying to open a browser on startup on my Raspberry Pi
I have Raspbian running on my Raspberry Pi, and I want to have a browser appear when it starts up. I am able to open a Midori window to the right page on start up, but my problem is that I receive a ...
2
votes
1answer
250 views
How do I start a gui framebuffer (no X) application on startup instead of console login prompt?
I have a python application that uses pygame to access the framebuffer directly without using X. I want to start this application on startup instead of showing the console login prompt. I haven't ...
2
votes
2answers
399 views
run executable on boot
For the life of me, I cannot get this to work. I'm running Debian on Raspberry Pi.
running this command from CLI:
/home/pi/domotiga/DomotiGaServer.gambas -d
runs my home automation server.
How ...