Created
September 23, 2016 08:17
-
-
Save cezarpopa/d5380914eb14f1bb3a7b648ab63df3c4 to your computer and use it in GitHub Desktop.
datagrip shortcut icon / favorite
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
sudo nano /usr/share/applications/datagrip.desktop | |
// | |
[Desktop Entry] | |
Version=1.0 | |
Name=DataGrip | |
Exec=/opt/datagrip/bin/datagrip.sh | |
Terminal=false | |
Type=Application | |
StartupNotify=true | |
Categories=Application;Development; | |
X-Desktop-File-Install-Version=0.15 | |
Icon=/opt/datagrip/bin/product.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment