Skip to content

Instantly share code, notes, and snippets.

@paulobunga
Last active March 7, 2021 11:17
Show Gist options
  • Save paulobunga/3adf97114473b2a8bf5c04c6072a4880 to your computer and use it in GitHub Desktop.
Save paulobunga/3adf97114473b2a8bf5c04c6072a4880 to your computer and use it in GitHub Desktop.
create_ubuntu_launcher_icon

// create file: sudo vim /usr/share/applications/intellij.desktop

// add the following

Version=13.0
Type=Application
Terminal=false
Icon[en_US]=/home/rob/.intellij-13/bin/idea.png
Name[en_US]=IntelliJ
Exec=/home/rob/.intellij-13/bin/idea.sh
Name=IntelliJ
Icon=/home/rob/.intellij-13/bin/idea.png

// mod permissions ``sudo chmod 644 /usr/share/applications/intellij.desktop sudo chown root:root /usr/share/applications/intellij.desktop```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment