Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 527 Bytes

Create_Desktop_Shortcut_on_Ubuntu.md

File metadata and controls

38 lines (24 loc) · 527 Bytes

Create Desktop Shortcut on Ubuntu


/home/[name]/.local/share/applications/

sudo touch [name].desktop

gedit ./[name].destop
  • gedit is the official text editor of the GNOME desktop environment

[name].desktop

[Desktop Entry]
Name=Spring Boot
Type=Application
Terminal=false
Icon=/home/chloe/sts-4.4.1.RELEASE/icon.xpm
Exec=/home/chloe/sts-4.4.1.RELEASE/SpringToolSuite4

Result


Done! Now add it to favorites