Package Base Details: intellij-idea-ultimate-edition

Git Clone URL: https://aur.archlinux.org/intellij-idea-ultimate-edition.git (read-only, click to copy)
Submitter: uwolfer
Maintainer: uwolfer (dcelasun)
Last Packager: dcelasun
Votes: 415
Popularity: 1.54
First Submitted: 2009-10-28 09:09 (UTC)
Last Updated: 2024-04-30 14:23 (UTC)

Latest Comments

« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 .. 40 Next › Last »

stevelee commented on 2017-11-21 00:08 (UTC)

If someone encountered a checksum problem when install, maybe you actually downloaded the wrong build version from a CDN. There are two reasons: 1.When you download from http://jetbrains.com/something_to_download, the server will redirect you to a CDN server according to your location(IP). 2.The CDN server do not update the file timely. Here is my solution: Edit the PKGBUILD file with your favourite editor, and replace the domain in the first source with one which will not redirect you and is updated timely. Here I choose https://download-cf.jetbrains.com/. The rest will rock. Hope it works for you.

ircecho commented on 2017-10-03 14:19 (UTC)

@sheylin @dcelasun If you are running Antergos, they have a package which seems to be fulfilling the intellij-idea-ultimate-edition requirement, this package is: antergos/jetbrains-toolbox. If you run "yaourt -S intellij-idea-ultimate-edition" it will try to install "jetbrains-toolbox" from antergos repository. If you run "yaourt -S aur/intellij-idea-ultimate-edition" it will install this AUR package instead.

dcelasun commented on 2017-09-25 18:45 (UTC) (edited on 2017-09-25 18:45 (UTC) by dcelasun)

@sheylin: That doesn't sound possible and I can't reproduce it. Toolbox is a completely different archive [0] and this package doesn't even download that. Are you sure you are building/installing the correct package? [0] https://aur.archlinux.org/packages/jetbrains-toolbox

sheylin commented on 2017-09-25 18:24 (UTC)

When I install the intellij-idea-ultimate-edition package it only installs jetbrains-toolbox. No IJ to be found. When I install the intellij-idea-ultimate-edition-jre it installs something in /opt but the seems to be only the JRE and not the IDE istelf. Is this happening to anyone else?

acemoo commented on 2017-09-20 06:20 (UTC) (edited on 2017-09-21 06:05 (UTC) by acemoo)

Just updated to the /opt version. Now my taskbar icon is gone. Any ideas? also, is this happening to more people? Fixed it. Had to update my .desktop file.

dcelasun commented on 2017-09-19 11:06 (UTC)

@eqw3rty: Sorry about that, fixed.

eqw3rty commented on 2017-09-19 11:03 (UTC)

Anybody has this issue? :: Installing intellij-idea-ultimate-edition package(s)... :: intellij-idea-ultimate-edition package(s) failed to install. Check .SRCINFO for mismatching data with PKGBUILD.

dcelasun commented on 2017-09-18 07:07 (UTC)

Patch applied, thanks everyone.

zman0900 commented on 2017-09-17 03:04 (UTC)

+1 to that patch. Better than mine. Also, people shouldn't really have any custom config inside the package directory anyway. If you edit the vmoptions from inside idea, it will create a file in the config directory in your home.

evana commented on 2017-09-17 02:57 (UTC) (edited on 2017-09-17 02:59 (UTC) by evana)

Once again I am going to suggest moving the install location to /opt to align with packaging standards and other Jetbrains IDEs such as clion. This patch also improves the packaging process by using mv instead of rsync or cp to preserve permissions and reduce the amount of disk space required during packaging. I've also added a post_upgrade message to notify people that their custom configurations will need to be moved. Patch is available here: https://thelinuxman.us/0001-pkgbuild-install-improvements.patch