Skip to content

Instantly share code, notes, and snippets.

@pwntr
Created February 11, 2019 09:20
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pwntr/45693312cf8c571b2f8d7e391180a9d0 to your computer and use it in GitHub Desktop.
Save pwntr/45693312cf8c571b2f8d7e391180a9d0 to your computer and use it in GitHub Desktop.
Proper EAGLE PCB E-CAD desktop launcher for Ubuntu/GNOME
# 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