Lumina icon indicating copy to clipboard operation
Lumina copied to clipboard

BashRC

Open graberic opened this issue 11 months ago • 2 comments

Thanks for an awesome program. I have it running with one issue. If I stop the program and then run the Terminal, as soon as I click in the Terminal app, Lumina launches itself again. I know very little about Debian, so please be kind if I did something stupid.

contents of .bashrc at bottom

execution config file path

export PATH="$HOME/.local/bin:$PATH"

export DISPLAY=:0.0 python3 /home/pi/Lumina/Lumina.py &

graberic avatar Mar 22 '25 14:03 graberic

When you set up a program to run automatically on startup as you did by modifying your .bashrc file, it will also start automatically when you open a terminal. If you will be using your RPi for other things in addition to Lumina, go back into you .bashrc file and comment out the last two lines that you show above. You can always uncomment them again if you would like Lumina to run automatically on start up again.

DevMiser avatar Mar 22 '25 19:03 DevMiser

Thanks for the quick reply. It works great but I get API errors after 1 or 2 renderings from lack of bandwidth from OpenAPI is my guess.

graberic avatar Mar 23 '25 12:03 graberic