Jack477 / CommanderPi

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

Not working #40

Closed memidhun closed 3 years ago

memidhun commented 3 years ago

I am using kali linux in rasberry pi 4 model B . I downloaded commander pi unzip it in home directory and all the logos shown up but it was not starting so i thought the commanderpi folder should be in the root directory.. i don't know how to uninstall so i just deleted the folder and created a new one in root directory, and once again i did ./install.sh and i got the same problem . Screenshot_2020-12-14_13-29-01

also can anyone tell me how to completely uninstall this CommanderPi?

Jack477 commented 3 years ago

To uninstall just delete folder with files. Don't install it as root user.

memidhun commented 3 years ago

To uninstall just delete folder with files. Don't install it as root user.

Still it's not runnung..I tried clicking the desktop icon

Jack477 commented 3 years ago

Type this in terminal and tell me what you see sudo python3 ${HOME}/CommanderPi/src/main.py ${HOME}

memidhun commented 3 years ago

sudo python3 ${HOME}/CommanderPi/src/main.py ${HOME}

Traceback (most recent call last): File "/home/kali/CommanderPi/src/main.py", line 9, in import gui as g File "/home/kali/CommanderPi/src/gui.py", line 4, in import resources as rs File "/home/kali/CommanderPi/src/resources.py", line 16, in home_path = sys.argv[1] NameError: name 'sys' is not defined

Jack477 commented 3 years ago

Try this version, I've added manually sys import CommanderPi.zip

memidhun commented 3 years ago

Try this version, I've added manually sys import CommanderPi.zip

Traceback (most recent call last): File "/home/kali/CommanderPi/src/main.py", line 9, in import gui as g File "/home/kali/CommanderPi/src/gui.py", line 4, in import resources as rs File "/home/kali/CommanderPi/src/resources.py", line 188, in print(refusage()) File "/home/kali/CommanderPi/src/resources.py", line 165, in refusage buff=int(buff) ValueError: invalid literal for int() with base 10: 'gen'

Jack477 commented 3 years ago

Try this, if it wont work type this in terminal and show me your output vcgencmd measure_clock v3d I guess problem depends on Kali beacuse CommanderPi is designed for Debian/Raspbian. CommanderPi.zip