an easy solution would be to put the python games back in their original position. otherwise, you could edit the desktop entry file to point to their new location.billyhayes wrote:help i thought it may have been a good idea to start putting thing on my mem stick and i ruined my python games it gives me a warning when i try to use python games [Invalid desktop entry file: '/usr/share/raspi-ui-overrides/applications/python-games.desktop']please help and thank you
A TryExec= line is a check to see if a program is installed, it doesn't actually execute the program named, rather it looks to see if such a program is available and is marked executable, if not then the .desktop file may be ignored. By the looks of it that line in your .desktop file was trying to pass a parameter to the program named which would be an error (it makes no sense because the program isn't being executed).stychokiller wrote: ↑Sat Feb 24, 2018 7:37 amWHY doesn't desktop-file-validate find ALL of the problems in a *.desktop file?![]()
I finally got rid of this error by deleting "TryExec=/usr/local/sbin/stopBlanking.sh 0"![]()
from the stopBlanking.desktop file desktop-file-validate NEVERflagged this line as being a problem
(linux 4.4.9-v7+ armv7l). I'm posting this in case someone else runs across this problem with desktop executable
icons.