Skip to content

Instantly share code, notes, and snippets.

@cromat
Created July 15, 2016 11:49
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 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
@dmgl
Copy link

dmgl commented Nov 7, 2019

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

@cromat
Copy link
Author

cromat commented Nov 8, 2019

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 :)

@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