Package Details: intellij-idea-ultimate-edition 2025.1-1

Git Clone URL: https://aur.archlinux.org/intellij-idea-ultimate-edition.git (read-only, click to copy)
Package Base: intellij-idea-ultimate-edition
Description: An intelligent IDE for Java, Groovy and other programming languages with advanced refactoring features intensely focused on developer productivity.
Upstream URL: https://www.jetbrains.com/idea/
Licenses: custom:commercial
Conflicts: intellij-idea-ultimate-edition-jre
Provides: intellij-idea-ultimate-edition-jre
Submitter: uwolfer
Maintainer: uwolfer (dcelasun)
Last Packager: dcelasun
Votes: 427
Popularity: 3.31
First Submitted: 2009-10-28 09:09 (UTC)
Last Updated: 2025-04-16 15:17 (UTC)

Dependencies (6)

Required by (5)

Sources (5)

Latest Comments

« First ‹ Previous 1 .. 33 34 35 36 37 38 39 40 41 42 43 Next › Last »

<deleted-account> commented on 2013-02-15 16:20 (UTC)

12.1 is out as 126.232. Maybe you should switch to master as a base for stuff downloaded from git.

simontunnat commented on 2013-02-14 13:27 (UTC)

I couldn't build the package, because makepkg complained about not being able to identify the *64 files. I can give you the proper message later.

uwolfer commented on 2013-02-11 18:15 (UTC)

@simontunnat: What errors / problems have you got exactly? Does it hurt when these files are available? @masser: Thanks, I will add this in the next version.

masser commented on 2013-02-11 15:36 (UTC)

Stripping the fsnotifier debug symbols causes notices of outdated native FileWatcher. Could the maintainer please add options=(!strip) to the MAKEPKG?

simontunnat commented on 2013-02-08 15:27 (UTC)

I had problems with the *64.sh files while building an package under x686. Please add something like: if test "$CARCH" == x686; then rm "$pkgdir"/usr/share/$pkgname/bin/fsnotifier64 rm "$pkgdir"/usr/share/$pkgname/bin/libyjpagent-linux64.so rm "$pkgdir"/usr/share/$pkgname/bin/libbreakgen64.so fi

uwolfer commented on 2013-01-22 11:22 (UTC)

Fixed .desktop-file stuff - thanks to christophg.

christophg commented on 2013-01-20 16:51 (UTC)

That StartupWMClass line did not quite fix it yet. The file also has to be named exactly "jetbrains-idea.desktop". (I used "Tools->Create Desktop Entry..." as a workaround, so I missed it)

uwolfer commented on 2013-01-06 11:18 (UTC)

@christophg: Thanks for these hints - will include it in the next build.

christophg commented on 2013-01-05 14:55 (UTC)

The following line in /usr/share/application/intellij-idea-ultimate-edition.desktop fixes the dock-behavior in gnome3 (and possibly other docks) StartupWMClass=jetbrains-idea

christophg commented on 2013-01-05 14:53 (UTC)

The startup-script includes a line that overrides a custom IDEA_JDK env-variable. export IDEA_JDK=$JAVA_HOME This line is not needed because when IDEA_JDK is not set idea.sh defaults to JDK_HOME or JAVA_HOME anyways. So all that is required here is for intellij-idea-ultimate-edition to be a symlink to idea.sh