Last active
May 14, 2018 05:24
-
-
Save evg2108/a0d2d2f888bc37dece3e94bc96bab74b to your computer and use it in GitHub Desktop.
Add Icon to ubuntu 18.04 dock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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