Search Criteria
Package Details: datagrip 2020.3.1-1
Git Clone URL: | https://aur.archlinux.org/datagrip.git (read-only, click to copy) |
---|---|
Package Base: | datagrip |
Description: | Smart SQL Editor and Advanced Database Client Packed Together for Optimum Productivity |
Upstream URL: | https://www.jetbrains.com/datagrip/ |
Licenses: | |
Conflicts: | |
Submitter: | freswa |
Maintainer: | freswa |
Last Packager: | freswa |
Votes: | 54 |
Popularity: | 0.90 |
First Submitted: | 2015-12-16 16:43 |
Last Updated: | 2020-12-24 23:21 |
Dependencies (3)
- glib2 (glib2-sched-policy, glib2-clear, glib2-quiet, glib2-git, glib2-nodocs-git, glib2-patched-thumbnailer)
- datagrip-jre (optional) – JetBrains custom Java Runtime (Recommended)
- java-runtime (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, jdk7, jre7, jdk8-j9-bin, jre14, jre, jdk-openj9-bin, jdk-arm, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, zulu-embedded-jdk8, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, jdk8, jre11, zulu-embedded-jdk, jdk7r1-j9-bin, jdk7-j9-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jre8, jre8-adoptopenjdk, zulu-embedded-jdk11, jdk-bcl, jre-bcl, jdk8-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jre-openj9, jre-jetbrains, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jdk-jetbrains, jdk11-openj9-bin, jre11-jetbrains-imfix, jdk8-graalvm-bin, jdk11-graalvm-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk) (optional) – JRE - Required if datagrip-jre is not installed
Latest Comments
1 2 3 Next › Last »
cradcore commented on 2021-01-12 18:10
JVM 15 breaks this. "unrecognized vm option "UseConcMarkSweepGC""
Fixed by removing that option from /opt/datagrip/bin/datagrip64.vmoptions
ShroudedNight commented on 2020-11-25 19:55
The following change appears to successfully build the 2020.3 release:
tocic commented on 2019-11-27 10:37
Please increment
pkgrel
field when you fix/add something according to https://wiki.archlinux.org/index.php/PKGBUILD#pkgrel.Musikolo commented on 2019-11-09 18:19
For those using Plasma KDE, you'll probably notice the datagrip icon won't be displayed if you added it as a favorite. There is bug open at https://bugs.kde.org/show_bug.cgi?id=394981#c13 where you can find a workaround.
I hope it helps.
Thanks.
freswa commented on 2019-09-24 11:42
The issue was not the desktop file pointing to a svg, but rather the svg missing in the package. What would be the purpose of including the png again?
Musikolo commented on 2019-09-24 03:32
@freswa, I completely understand and I have no issues with having both formats installed. My previous message was about the desktop file. Please, check line 5 at:
It is having this:
and I was asking to please change it back to:
I hope everything is clear now.
Thank you!
freswa commented on 2019-09-23 13:31
It is, but the pkg now also includes the svg file.
Musikolo commented on 2019-09-23 13:29
@freswa, it looks like the
jetbrains-datagrip.desktop
file is still referencing the svg file:Thank you.
freswa commented on 2019-09-22 09:48
Fixed. Thanks!
Musikolo commented on 2019-09-22 05:25
@freswa, I've noticed that since the change linked below was done on
2019.2.3
, desktop icon doesn't fully work in KDE Plasma. If you go to the Applications menu, the icon works, but if you add it as favorite, it doesn't:https://aur.archlinux.org/cgit/aur.git/commit/jetbrains-datagrip.desktop?h=datagrip&id=
d9c2a9dba21a
I'm not sure if this is bug in
plasmashell
or the svg image has something wrong. All I know is that reverting the change back to png format, solves the issue.Thank you.