Ubuntu

Adding Shortcuts

Create a .desktop file like the following;

#!/usr/bin/env xdg-open

[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Icon[en_US]=preferences-desktop-keyboard
Exec=/home/sam/Applications/teensy/teensy
Name[en_US]=teensy
Name=Teensy
Icon=preferences-desktop-keyboard

You can get a list of the icons and their descriptions from a few places. List with Descriptions: https://github.com/GNOME/gtk/blob/main/demos/icon-browser/icon.list