Created
July 15, 2016 11:49
-
-
Save cromat/6c08a7c92acfc18ea26f15c13d2fff03 to your computer and use it in GitHub Desktop.
JetBrains DataGrip Ubuntu launcher shortcut and icon
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
// Create file | |
// sudo vim /usr/share/applications/datagrip.desktop | |
[Desktop Entry] | |
Version=1.0 | |
Type=Application | |
Name=DataGrip | |
// Change path to DataGrip directory | |
Icon=/home/tomislav/apps/DataGrip-2016.1.1/bin/product.png | |
// Change path to DataGrip directory | |
Exec="/home/tomislav/apps/DataGrip-2016.1.1/bin/datagrip.sh" %f | |
Comment=Develop with pleasure! | |
Categories=Development;IDE; | |
Terminal=false | |
StartupWMClass=jetbrains-datagrip-ce |
You can use "Tools" -> "Create Desktop Entry..." from started DataGrip
Yeah, this was 3 years ago when DataGrip was still in beta and didn't had option to create desktop entry :)
but where can I find it?
but where can I find it?
in the DataGrip menu, not the os
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use "Tools" -> "Create Desktop Entry..." from started DataGrip