...
run in command line:
/home/pi/scratchgpio5/scratchgpio5.sh
or
/home/pi/scratchgpio5/scratchgpio5plus.sh
Code Block | ||
---|---|---|
| ||
pi@raspberrypi:~/Desktop $ more scratchgpio5.desktop
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Exec=./scratchgpio5/scratchgpio5.sh
Icon=scratch
Terminal=false
Name=ScratchGPIO 5
Comment= Programming system and content development tool
Categories=Application;Education;Development;
MimeType=application/x-scratch-project
pi@raspberrypi:~/Desktop $ more scratchgpio5plus.desktop
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Exec=./scratchgpio5/scratchgpio5plus.sh
Icon=scratch
Terminal=false
Name=ScratchGPIO 5plus
Comment= Programming system and content development tool
Categories=Application;Education;Development;
MimeType=application/x-scratch-project
pi@raspberrypi:~/Desktop $
|