Created
February 11, 2019 09:20
-
-
Save pwntr/45693312cf8c571b2f8d7e391180a9d0 to your computer and use it in GitHub Desktop.
Proper EAGLE PCB E-CAD desktop launcher for Ubuntu/GNOME
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# copy this file to ~/.local/share/applications/. Change installation paths below to fit your setup. | |
[Desktop Entry] | |
Version=9.3.0 | |
Type=Application | |
Terminal=false | |
Name=EAGLE | |
Comment=PCB design: schematic capture, board layout, and autorouter | |
# paths need to be absolute, no ~ allowed within this file | |
Exec=/home/youruser/apps/eagle-9.3.0/eagle | |
Icon=/home/youruser/apps/eagle-9.3.0/bin/eagle-logo.png | |
# meta data | |
Categories=Engineering;Electronics; | |
Keywords=eagle;pcb;schematics;electronics; | |
MimeType=application/x-eagle-schematic;application/x-eagle-board;application/x-eagle-project; | |
# used to group all windows under the same launcher icon | |
StartupWMClass=eagle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment