Skip to content

Commit f73bb08

Browse files
Add arduino.desktop file for Linux
This file is not installed by the ant build, but is intended for use by Linux distributions. The actual file was taken from the Debian package, version 1:1.0.5+dfsg2-1 and is licensed under the GPL-2+. The GenericName, Comment and Categories fields were changed to better reflect the Arduino program and Desktop specification.
1 parent eb986fe commit f73bb08

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

build/linux/dist/arduino.desktop

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[Desktop Entry]
2+
Type=Application
3+
Name=Arduino IDE
4+
GenericName=Integrated Development Environment
5+
Comment=An IDE for Arduino-compatible electronics prototyping platforms
6+
Exec=arduino
7+
Icon=arduino
8+
Terminal=false
9+
Categories=Development;IDE;Electronics;
10+
MimeType=text/x-arduino
11+
Keywords=embedded electronics;electronics;avr;microcontroller;

0 commit comments

Comments
 (0)