3

Add Intellij launcher shortcut and icon for ubuntu

 2 years ago
source link: https://gist.github.com/rob-murray/6828864
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Add Intellij launcher shortcut and icon for ubuntu · GitHub

Instantly share code, notes, and snippets.

Add Intellij launcher shortcut and icon for ubuntu

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

// add the following [Desktop Entry] 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


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK