Jack477 / CommanderPi

Easy RaspberryPi4 GUI system managment
MIT License
188 stars 33 forks source link

CommanderPi won't boot from desktop or from Terminal on RPI4 with Raspbian #55

Closed TAMUB closed 3 years ago

TAMUB commented 3 years ago

When I attempt to boot from Desktop, nothing happens. if I run sudo python3 ${HOME}/CommanderPi/src/main.py ${HOME} I see: Exist and read Here is app-1 Version 0.7.2 Country code is: country US: DFS-FCC 94.6 Total: 14.29 Used: 12.9 Free: 0.73 1.5GHz /boot/config.txt Here is ad: pieeprom-2021-03-18.bin Sep 3 2020 /home/pi/CommanderPi/src File is exist! No protocol specified No protocol specified Traceback (most recent call last): File "/home/pi/CommanderPi/src/main.py", line 22, in main() File "/home/pi/CommanderPi/src/main.py", line 18, in main start = g.Window() File "/home/pi/CommanderPi/src/gui.py", line 567, in init master = tk.Tk() File "/usr/lib/python3.7/tkinter/init.py", line 2023, in init self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use) _tkinter.TclError: couldn't connect to display ":10.0"

Thanks for any help!

CleanMachine1 commented 3 years ago

Try without the sudo

TAMUB commented 3 years ago

Thank you so much CleanMachine1!

CleanMachine1 commented 3 years ago

Glad to help