Jack477 / CommanderPi

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

No desktop #23

Closed bingy0744 closed 3 years ago

bingy0744 commented 3 years ago

no fiile commanderpi.desktop

Jack477 commented 3 years ago

What do you mean? Have you delete it?

bingy0744 commented 3 years ago

Install screen:-

pi@raspberrypi:~ $ cd CommanderPi pi@raspberrypi:~/CommanderPi $ sudo ./install.sh /home/pi/CommanderPi Checking for tkinter: Status: install ok installed Reading package lists... Done Building dependency tree
Reading state information... Done python3-pil is already the newest version (5.4.1-2+deb10u2). python3-pil.imagetk is already the newest version (5.4.1-2+deb10u2). The following package was automatically installed and is no longer required: rpi-eeprom-images Use 'sudo apt autoremove' to remove it. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. /home/pi/CommanderPi [Desktop Entry] Name=CommanderPi Comment=System info and overclocking Exec=/home/pi/CommanderPi/src/start.sh Icon=/home/pi/CommanderPi/src/icon.png Categories=Utility; Version=1.0 Type=Application Terminal=false StartupNotify=true Save desktop shortcut to /root/Desktop/commanderpi.desktop Traceback (most recent call last): File "c_desktop.py", line 20, in f = open(d_dir, "w+") FileNotFoundError: [Errno 2] No such file or directory: '/root/Desktop/commanderpi.desktop' chmod: cannot access '/root/Desktop/commanderpi.desktop': No such file or directory

Does this help?

bingy0744 commented 3 years ago

Sorry closed it by mistake. My first using Github issues.

Jack477 commented 3 years ago

Install it without sudo, just ./install.sh

paulwratt commented 3 years ago

that was in the "other" readme, has it not been changed yet? (EDIT: yes it was already changed)

This is what I was talking about when I said "failing gracefully" - atm it does not (for some things). It just means to catch corner cases programatically, and not stop from running properly (ie dont crash)