Skip to content

Instantly share code, notes, and snippets.

@julian-labuschagne
Last active August 18, 2023 09:45
Show Gist options
  • Save julian-labuschagne/341b0c88c61dda1b58703a98681fcd96 to your computer and use it in GitHub Desktop.
Save julian-labuschagne/341b0c88c61dda1b58703a98681fcd96 to your computer and use it in GitHub Desktop.
Arduino IDE Desktop file
###
#
# Place this file inside: .local/share/applications/ folder in your home directory
# This file should be called aduino.desktop
#
# Make sure the path for Exec and Icon is correct
#
###
[Desktop Entry]
Version=1.0
Name=Arduino IDE
Comment=Write code and flash to Arduino hardware
GenericName=Embedded electronics IDE
Keywords=Programming;Development
Exec=<path to arduino ide executable>
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=<path to arduino icon>
Categories=GNOME;GTK;Development;Programming;
MimeType=text/x-arduino;
StartupNotify=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment