Closed dikodahan closed 4 years ago
Thanks for your request. I will fix this small things which I missed.
Awesome! One more comment on this one, since this is going to have frequent updates and additions, I suggest you add a check in code against a version update in the GitHub repo to notify user of a pending update and a click to update (runs a script to close the app, downloads & updates files, relaunch app).
First off, thank you for this! Great little app!!!
I just installed on an RPI3B+ with Raspberry Pi OS and it works without issues. A few things I noticed though that are worth fixing:
test.desktop
tocommander-pi.desktop
. This will just make it simpler and prevent any potential future conflict because of using the name test.logo.png
. The file does not exist. I manually updated it to icon.png and it works without any issues. A quick update to the c_desktop.py file to point to the right file will solve that./usr/share/applications/
there is no need to leave the file on the desktop. It can be deleted in the script to keep things clean.With that, I would also suggest a few enhancements, if I may:
cat /proc/device-tree/model
.Raspberry Pi 3 Model B Plus Rev 1.3
config.txt
file to make this happen. I would assume this app would greatly assist the less techie people. With that, I would suggest having a few simple one click button for all 3 parameters. Like; Basic, Recommended, Extreme.Again, really great small app!!! Just throwing it out there for a few potential enhancements to help others :)