Skip to content

Instantly share code, notes, and snippets.

@evg2108
Last active May 14, 2018 05:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evg2108/a0d2d2f888bc37dece3e94bc96bab74b to your computer and use it in GitHub Desktop.
Save evg2108/a0d2d2f888bc37dece3e94bc96bab74b to your computer and use it in GitHub Desktop.
Add Icon to ubuntu 18.04 dock

cd /usr/share/applications

sudo nano jetbrains-rubymine.desktop

[Desktop Entry]
Version=2018.1
Type=Application
Terminal=false
Exec=/home/evg2108/Programs/RubyMine_new/bin/rubymine.sh
Name=jetbrains-rubymine
Comment=
Icon=/home/evg2108/Programs/RubyMine_new/bin/RMlogo.svg

sudo chmod 644 jetbrains-rubymine.desktop

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