Skip to content

Instantly share code, notes, and snippets.

@cromat
Created July 15, 2016 11:49
Show Gist options
  • Save cromat/6c08a7c92acfc18ea26f15c13d2fff03 to your computer and use it in GitHub Desktop.
Save cromat/6c08a7c92acfc18ea26f15c13d2fff03 to your computer and use it in GitHub Desktop.
JetBrains DataGrip Ubuntu launcher shortcut and icon
// 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
@GuilhermeLis
Copy link

but where can I find it?

@cyberskycat
Copy link

but where can I find it?

in the DataGrip menu, not the os

@molla001
Copy link

You can use "Tools" -> "Create Desktop Entry..." from started DataGrip

This works, thanks.
Screenshot from 2023-12-11 23-14-15

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