Search Criteria
Package Details: intellij-idea-ultimate-edition-jre 2022.1.3-1
Package Actions
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: | Commercial |
Submitter: | uwolfer |
Maintainer: | uwolfer (dcelasun) |
Last Packager: | dcelasun |
Votes: | 389 |
Popularity: | 2.43 |
First Submitted: | 2009-10-28 09:09 (UTC) |
Last Updated: | 2022-06-21 18:31 (UTC) |
Latest Comments
cartogan commented on 2022-05-28 15:06 (UTC)
I had the same issue as @LucStr and @demego. Fixed it by also installing intellij-idea-ultimate-edition-jre. Is the custom JetBrains jre mandatory? I get the impression that IntelliJ IDEA is supposed to work just fine with the normal OpenJDK.
dcelasun commented on 2022-05-20 12:42 (UTC)
@LucStr, @demego are you sure you're using the builtin jre from the split package? Because I can't reproduce it. To verify, click Help -> About and you should see the following runtime:
demego commented on 2022-05-20 12:24 (UTC)
@dcelasun getting the same exception as LucStr, please take a look
LucStr commented on 2022-05-12 20:14 (UTC) (edited on 2022-05-12 20:15 (UTC) by LucStr)
Since the last update I get the following error:
dcelasun commented on 2022-05-12 06:07 (UTC)
@RasT110e5 this is a split package. When you build it, you get two packages,
intellij-idea-ultimate-edition
andintellij-idea-ultimate-edition-jre
. The latter includes JBR.RasT110e5 commented on 2022-05-11 23:43 (UTC)
Hi, I noticed this package is not copying the jbr folder from the .tar.gz, or the file needs an update. Please update as the default jbr is needed for JCEF plugins, like markdown.
XTREEMRAGE commented on 2022-04-14 14:09 (UTC)
@dehpef, thanks there was an update for it. Update the plugin and I can click again with my mouse :D.
dehpef commented on 2022-04-14 10:09 (UTC)
XTREEMRAGE, Could it be that you have the Key Promoter Intellij plugin installed which wasn't migrated to 2022 yet? If so, try disabling it.
XTREEMRAGE commented on 2022-04-14 09:19 (UTC)
I have a problem with the update from 2021 to 2022. When I start IntelliJ I can't click with my mouse on tabs (like project, structure, problems) and also menu items (File, Edit, etc). I can click on the menu but when I want to select an item of the menu (e.g. File > Settings), it doesn't register it. With my keyboard I can select the items though and it will open.
Does anyone else have that problem?! It worked fine with 2021.
System: Java: openjdk version "11.0.15" OS: Manjaro Linux x86_64 Kernel: 5.15.28-1-MANJARO DE: Plasma 5.24.3
dcelasun commented on 2022-04-14 06:08 (UTC)
@paralen disappeared from where? What DE/WM are you using? My guess is you're using something that can't render SVG icons.
paralen commented on 2022-04-14 06:03 (UTC)
IntelliJ icon disappeared after last update.
dcelasun commented on 2022-04-06 14:31 (UTC)
@Wings-Fantasy thanks for the suggestion, it's done!
Wings-Fantasy commented on 2022-04-06 14:21 (UTC)
Hello maintainers. I think the icon of the software package should use the svg format file in the same directory, because it looks more beautiful, and other software packages of JetBrains have also adopted the svg format icon.
The modification method is very simple, just need to change ".png" in line 42 in PKGBUILD to ".svg"
ramen commented on 2022-02-23 20:28 (UTC)
crashes at startup for me
menteith commented on 2022-02-21 12:40 (UTC) (edited on 2022-02-21 12:47 (UTC) by menteith)
A word of comment pointing that the package installs solely IntelliJ without JRE.
lucipher commented on 2022-01-01 03:46 (UTC)
Thanks for the package maintenance.
And for all the people reporting the package is not working use yay as others stated before, this seems to be an issue with pamac (I had the same issue, but using yay worked perfectly)
Happy new year every body.
duartea commented on 2021-12-30 19:55 (UTC)
Thank you for the maintenance work!
vnt-83 commented on 2021-12-10 10:59 (UTC)
Thanks very much for
yay
!!!madFerret commented on 2021-12-09 07:26 (UTC) (edited on 2021-12-09 07:27 (UTC) by madFerret)
Can confirm, upgrading with
yay
worked.No idea what changed, previously upgrading withpamac
had no issues ¯\(ツ)/¯r_nguyen54 commented on 2021-12-09 00:36 (UTC)
If anyone is experiencing extreme lag, try using version 2021.2 or lower
davidhaller commented on 2021-12-08 19:14 (UTC)
Again: Fetch the repository using git clone. Build and install the package using makepkg. DO NOT USE PAMAC.
If it works, it's a pamac related bug, which you can report on their bugtracker.
Also, always post your error messages or screenshots in English (export LANG=C) as many people here won't be able to read cyrillic letters.
vnt-83 commented on 2021-12-07 18:07 (UTC) (edited on 2021-12-07 18:12 (UTC) by vnt-83)
Screenshots:
Update ready: https://i.imgur.com/tGZ6Keh.png
Update error: https://i.imgur.com/hCHbJsF.png
vnt-83 commented on 2021-12-07 18:00 (UTC)
I have installed and have always updated this package using AUR. But then this error appeared and I updated it once using pamac. Just made sure I get the same error.
davidhaller commented on 2021-12-07 17:20 (UTC)
pamac does not properly support split packages. Use a better AUR helper or install the package using git clone + makepkg.
vnt-83 commented on 2021-12-07 17:16 (UTC) (edited on 2021-12-07 17:18 (UTC) by vnt-83)
Marcel_K, what do you mean by saying that the repository is correct?
I also have same error by update on Manjaro:
Failed to generate information for intellij-idea-ultimate-edition-jre
(translated to english).By update on cli & pamac I get identical error:
PKGBUILD does not exist
.Marcel_K commented on 2021-12-07 16:34 (UTC)
I just cloned the repository, again, and running
git status
shows that the repository is correct:madFerret commented on 2021-12-07 07:29 (UTC) (edited on 2021-12-07 09:18 (UTC) by madFerret)
Also having the issue with
PKGBUILD does not exist.
, but only when building -jre. Does anyone have a solution? PS: I think the root issue is:Marcel_K commented on 2021-12-01 17:34 (UTC)
That sounds like a pamac issue, this repo is correct.
aembleton commented on 2021-12-01 11:24 (UTC)
I'm getting the following error on a pamac update:
PKGBUILD does not exist.
SCDevel commented on 2021-11-28 09:37 (UTC)
@woland7 Download intellij-idea-ultimate-edition-jre
woland7 commented on 2021-10-05 19:54 (UTC)
Latest version works only with Java11 in my case, otherwise I get cannot access class sun.awt.AWTAutoShutdown
jwan commented on 2021-10-01 11:47 (UTC)
I've installed this package, but when I try to run IntelliJ, nothing happens! nothing launches. What am I missing?
Luken commented on 2021-09-16 17:16 (UTC)
Guys, how do you deal with this issue: https://youtrack.jetbrains.com/issue/JBR-917 ? It makes the IDE almost unusable for me, and seems to be there since always.
davidhaller commented on 2021-07-20 12:41 (UTC)
Hey, your package already exists there: https://aur.archlinux.org/packages/intellij-idea-ultimate-edition/
KDN_Observer commented on 2021-07-04 09:29 (UTC)
@zsolt-donca @xavierbaez delete the old downloaded files and redownload the latest one. If you are using an AUR helper, consult the documentation on how to clear the build cache.
xavierbaez commented on 2021-07-03 02:30 (UTC)
One or more files did not pass the validity check!
sergik82 commented on 2021-07-01 14:39 (UTC)
I got an error... How can I manage to deal with it? [ 1056] WARN - #com.intellij.idea.Main -
java.lang.reflect.InvocationTargetException
XTREEMRAGE commented on 2021-07-01 09:35 (UTC)
@Marcel_K Thanks that worked!
Marcel_K commented on 2021-07-01 08:07 (UTC)
@XTREEMRAGE did you delete the old version of ideaIU-2021.1.3.tar.gz, so it is re-downloaded? FYI, the new tarball builds for me.
XTREEMRAGE commented on 2021-07-01 08:02 (UTC)
@dcelasun getting the same error:
dcelasun commented on 2021-07-01 06:55 (UTC)
Looks like JetBrains have updated the tarball without bumping the package version, hence the different checksum. Anyway, should be fixed now.
rfyoung commented on 2021-07-01 05:50 (UTC) (edited on 2021-07-01 05:52 (UTC) by rfyoung)
Hello. It seems that the official sha256sum of the intellij idea package is different from one in the PKGBUILD. This provided official sha256sum might be help. Thanks!
coreja commented on 2021-03-17 07:51 (UTC)
@dcelasun yeah, I also check sha256sum that jetbrains provided, matches the version in pkgbuild. So I downloaded it again just now. Now it's build version 203.7717.56. Thanks for your kindly reply. It might has something to do with cdn cache.
dcelasun commented on 2021-03-17 07:29 (UTC)
On this page I see a build version of 203.7717.56 (screenshot). Maybe the CDN isn't updated in your region?
coreja commented on 2021-03-17 06:09 (UTC)
Hey. The newly downloaded package of ideaIU has a build version of 203.7717.32. Its sha256sum is not equal to the one in your pkgbuild(build version 203.7717.56).
Skipperio commented on 2021-03-14 12:53 (UTC)
Unrecognized VM option 'UseConcMarkSweepGC' Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit.
or any other error solution: sudo pacman -S jdk11-openjdk
sudo archlinux-java set java-11-openjdk
laokong commented on 2021-02-15 04:45 (UTC)
After install intellij-idea-ultimate, show ERROR LicenseManager - No valid license found in below. how to resolve? help me, thank you.
my java jdk Environment: Available Java environments: java-15-jdk (default) java-15-openjdk
java -version
java version "15.0.2" 2021-01-19 Java(TM) SE Runtime Environment (build 15.0.2+7-27) Java HotSpot(TM) 64-Bit Server VM (build 15.0.2+7-27, mixed mode, sharing)
intellij-idea-ultimate-edition %u ✔ 10s WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.intellij.util.ui.StartupUiUtil to constructor com.sun.java.swing.plaf.gtk.GTKLookAndFeel() WARNING: Please consider reporting this to the maintainers of com.intellij.util.ui.StartupUiUtil WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release No valid license found 2021-02-14 23:18:37,502 [ 776] ERROR - #LicenseManager - No valid license found java.lang.Throwable: No valid license found at com.intellij.openapi.diagnostic.Logger.error(Logger.java:159) at com.intellij.ide.b.g.aV.c(aV.java:174) at com.intellij.ide.b.g.aV.a(aV.java:80) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at com.intellij.idea.MainImpl.start(MainImpl.java:95) at com.intellij.idea.StartupUtil.startApp(StartupUtil.java:302) at com.intellij.idea.StartupUtil.prepareApp(StartupUtil.java:242) at com.intellij.ide.plugins.MainRunner.lambda$start$1(MainRunner.java:41) at java.base/java.lang.Thread.run(Thread.java:832) 2021-02-14 23:18:37,504 [ 778] ERROR - #LicenseManager - IntelliJ IDEA 2020.3.2 Build #IU-203.7148.57 2021-02-14 23:18:37,504 [ 778] ERROR - #LicenseManager - JDK: 15.0.2; VM: Java HotSpot(TM) 64-Bit Server VM; Vendor: Oracle Corporation 2021-02-14 23:18:37,504 [ 778] ERROR - #LicenseManager - OS: Linux /1.4s
Ajmar commented on 2021-02-08 17:13 (UTC)
I got the error
Unrecognized VM option 'UseConcMarkSweepGC'
, OpenJDK 15. Fixed by using makepkg, used yay the first time.kuro commented on 2020-12-04 10:41 (UTC)
Im my case I: Reset the java Version with: archlinux-java command. Selected: java-11-openjdk and re-installed. It fixed the problem.
Marcel_K commented on 2020-12-02 01:27 (UTC)
I guess you were using an AUR-helper instead of makepkg, didn't you? When I used such a tool in the past, things did went wrong. Just pulling changes from the Git repository and running makepkg manually solved many problems for me. In this case, you have to install both packages that are created by makepkg and my guess is not installing both caused your issue.
ElijahLynn commented on 2020-12-02 01:20 (UTC)
K, so somehow the package that this AUR creates,
intellij-idea-ultimate-edition-jre
, wasn't actually installed when I updated. I got it installed by doing a manual install from the PKGBUILD file withmakepkg -si
etc. Once the ./jre folder was in /opt/intellij-idea-ultimate-edition from that package, the./idea.sh
script was able to detect it first rather than my system Java (1.8) and it started up correctly and created the right.config/..
folder etc.Not sure why it didn't build the
intellij-idea-ultimate-edition-jre
package though, but that was the reason. I learned a TON about how PKGBUILD files work so that was fun!ElijahLynn commented on 2020-12-01 23:49 (UTC) (edited on 2020-12-02 00:12 (UTC) by ElijahLynn)
Worth noting that the
~/.config/JetBrains/IntelliJIdea2020.3/
directory is never created, AND the older~/.config/JetBrains/IntelliJIdea2020.2/
has files that are touched by the install process (timestamps). The older~/.config/JetBrains/IntelliJIdea2020.2/idea.jdk
is/was set to use/home/elijah/.config/JetBrains/IntelliJIdea2020.2/jdks/jbrsdk-11_0_7-linux-x64-b944.20/jbrsdk
which is the bundled Java 11 but 2020.3 just never gets created and I guess that is where it tries to use a default 1.8.Marcel_K commented on 2020-12-01 23:30 (UTC) (edited on 2020-12-01 23:31 (UTC) by Marcel_K)
@ElijahLynn: perhaps you weren't, as I get:
dcelasun commented on 2020-12-01 23:28 (UTC)
@ElijahLynn no idea, internal JDK11 is working fine for me.
ElijahLynn commented on 2020-12-01 23:26 (UTC) (edited on 2020-12-01 23:33 (UTC) by ElijahLynn)
Just updated from 2020.2 and am getting:
I was using the internal bundled Java that ships with IntelliJ, fwiw. Don't know how to change the version, since it won't start.
Edit: Created upstream issue here https://youtrack.jetbrains.com/issue/IDEA-256579
Marcel_K commented on 2020-11-26 16:52 (UTC)
@aembleton: it's just a glitch while downloading, that happens every now and then. Just retry to run
makepkg
.aembleton commented on 2020-11-26 13:39 (UTC)
I get the following error:
curl: (22) The requested URL returned error: 416 ==> ERROR: Failure while downloading https://download.jetbrains.com/idea/ideaIU-2020.2.4.tar.gz Aborting...
When I try and access the URL with wget, it gets a 302, redirecting the download to https://download-cf.jetbrains.com/idea/ideaIU-2020.2.4.tar.gz but then does successfully download.
This is the first time I've tried installing this package. Does this happen to anyone else?
soloturn commented on 2020-07-22 09:47 (UTC)
anthraxx solved this with the community edition, by installing openjfx and putting it on the classpath: https://github.com/archlinux/svntogit-community/tree/master/intellij-idea-community-edition/trunk
with 2020.2 javafx will not be there an more but java-cef: https://blog.jetbrains.com/platform/2020/07/javafx-and-jcef-in-the-intellij-platform/
godaprojects commented on 2020-07-02 10:19 (UTC)
intellij-idea-ultimate-edition and intellij-idea-ultimate-edition-jre have to be installed for this issue to be solved.
"Tried to use preview panel provider (JavaFX WebView), but it is unavailable. Reverting to default."
dcelasun commented on 2020-05-27 13:07 (UTC)
I honestly don't know how you've managed that :) Try following the instructions on this page and switch to Jetbrains' JRE: https://www.jetbrains.com/help/idea/switching-boot-jdk.html
fokot commented on 2020-05-27 12:35 (UTC)
No, OpenJDK 64-Bit Server VM by Oracle Corporation
dcelasun commented on 2020-05-27 11:38 (UTC)
It should say
OpenJDK 64 Bit Server VM by Jetbrains s.r.o
, does it say that?"fokot commented on 2020-05-27 11:30 (UTC)
I have OpenJDK there, shoudl I change some configs?
dcelasun commented on 2020-05-27 10:00 (UTC)
@fokot no problem. I'm not familiar with pamac but when you install
intellij-idea-ultimate-edition
it should install bothintellij-idea-ultimate-edition
andintellij-idea-ultimate-edition-jre
. You can check by launching IDEA and going to Help -> About. You should see the JRE in use like this. Do you see the Jetbrains JRE there?fokot commented on 2020-05-27 09:52 (UTC)
Thanks @dcelasun. And how should I install the jre version? Sorry I switched to linux form mac just few weeks ago. I just did
pamac install intellij-idea-ultimate-edition
. And this is where I have some files. In bauh where is probably flatpack or snap version (which was not working for me).dcelasun commented on 2020-05-27 07:29 (UTC)
@fokot you need to install
intellij-idea-ultimate-edition
andintellij-idea-ultimate-edition-jre
which are both included in the package. I think maybe your AUR helper is doing something weird with split packages. If in doubt, download the tarball and install withmakepkg -si
.fokot commented on 2020-05-27 07:27 (UTC)
And how to run it with bundled jre then? I do have and error that "Tried to use preview panel provider (JavaFX WebView) but it is unavailable. Reverting to default"
fokot commented on 2020-05-27 07:18 (UTC)
Thank you @dcelasun
dcelasun commented on 2020-05-27 06:27 (UTC)
@fokot you installed it wrong, the package should be
intellij-idea-ultimate-edition
fokot commented on 2020-05-26 23:10 (UTC)
How to run it? I have no script, neither an app in gnome? I installed it as pamac
install intellij-idea-ultimate-edition-jre
kleinph commented on 2020-04-19 09:03 (UTC) (edited on 2020-04-19 09:04 (UTC) by kleinph)
The new light mode (https://blog.jetbrains.com/idea/2020/04/lightedit-mode/) does not work. Is there a symlink or binary missing?
rigelbm commented on 2020-02-17 11:42 (UTC)
When updating the package, I got:
Removing the aforementioned files from my current installation solved it.
jon_black commented on 2020-02-07 07:03 (UTC)
@spritee Try
yay -Scc
to clear the cache. This fixed it for me.spritee commented on 2019-12-18 08:15 (UTC) (edited on 2019-12-18 11:29 (UTC) by spritee)
I got this kind of array (again) and intellij seems to be completely gone D: Somebody knows how this can occur?
dcelasun commented on 2019-12-01 19:42 (UTC)
@Filip98, your download seems to be corrupted. The checksum in this package matches the official version here: https://download.jetbrains.com/idea/ideaIU-2019.3.tar.gz.sha256
Filip98 commented on 2019-12-01 19:37 (UTC)
ideaIU-2019.3.tar.gz ... FAILED to pass sha256sum validation
kollstrom commented on 2019-11-01 09:36 (UTC)
Just installed
intellij-idea-ultimate-edition 2019.2.4-1
, but it looks like all of my configured data sources and their corresponding consoles were deleted. Has anyone else experienced the same? Any way to restore them without manually setting them all up again?dcelasun commented on 2019-10-09 07:09 (UTC)
@Tazmain this is a split package, so it builds two packages
intellij-idea-ultimate-edition
andintellij-idea-ultimate-edition-jre
. You can simply not install the second one.Tazmain commented on 2019-10-09 06:30 (UTC)
I know this is the recommended JRE, but is there any way of installing intelliJ without this? I have found this JRE to causes massive performance issues in the IDE.
triplem commented on 2019-10-03 18:41 (UTC)
Intellij and the current Mutter release do not work nicely together. The keyboard is unresponsive sometimes. To fix this, you do need to update the Mutter to the current git release in testing.
dcelasun commented on 2019-09-24 21:00 (UTC)
Ah, sorry. Will fix in the next version.
Marcel_K commented on 2019-09-24 20:38 (UTC)
Minor detail, but you forgot to reset pkgrel. ;)
dcelasun commented on 2019-09-18 13:37 (UTC)
@zman0900 fixed, thanks.
zman0900 commented on 2019-09-13 18:33 (UTC)
If the 'prepare' section is re-ran without cleaning out the build directory, the mv command errors:
Please consider removing "$srcdir"/jbr if it exists before doing the move.
afwlehmann commented on 2019-09-09 11:05 (UTC) (edited on 2019-09-09 11:06 (UTC) by afwlehmann)
@dcelasun That may well be the case. I retried the build and it seems to be working now. Thanks!
EDIT: Forgot to mention that it was Germany.
dcelasun commented on 2019-09-09 10:56 (UTC)
@afwlehmann from which country are you trying to build? Perhaps it's a CDN issue where one of the locations has a corrupted file.
afwlehmann commented on 2019-09-09 10:37 (UTC)
As of today the build for 2019.2.2-1 keeps failing due to mismatching checksums for ideaIU-2019.2.2.tar.gz.
dcelasun commented on 2019-07-24 16:02 (UTC)
I've updated the package to 2019.2, which upgrades the JetBrains Runtime from JRE 8 to JRE 11. If you see any JRE problems, please report it upstream.
Stolas commented on 2019-05-21 14:02 (UTC)
I get the same error message as spritee
spritee commented on 2019-05-09 11:50 (UTC) (edited on 2019-05-09 12:25 (UTC) by spritee)
:: Processing package changes...
(1/1) upgrading intellij-idea-ultimate-edition [########################################################] 100%
error: could not extract /opt/intellij-idea-ultimate-edition/lib/java-impl.jar (Lzma library error: No progress is possible)
error: problem occurred while upgrading intellij-idea-ultimate-edition
error: could not commit transaction
error: failed to commit transaction (transaction aborted)
Errors occurred, no packages were upgraded.
i got this error when upgrading intellij-idea-ultimate-edition
the programm seems to be completely gone..
dcelasun commented on 2019-04-23 09:59 (UTC)
@arp12 you must have done something wrong, this package has nothing to do with the toolbox.
agilob commented on 2019-04-23 09:52 (UTC)
Why does it install some jetbrain toolbox instead intellij ultimate?
➜ ~ pacman -Ql intellij-idea-ultimate-edition | grep "/usr/bin/" | tail -1 jetbrains-toolbox /usr/bin/jetbrains-toolbox
commented on 2019-04-18 20:32 (UTC)
Hi, would it be possible to use the SVG file instead of the PNG one for the
Icon
entry inside the .desktop file (see https://bugs.archlinux.org/task/62120)?dcelasun commented on 2019-04-18 07:09 (UTC)
@bianjp I will switch this package when they start bundling it like they do with JRE8. In the meantime, you can manually switch by following the "all platforms" instructions on this page.
bianjp commented on 2019-04-18 03:04 (UTC)
When will this package switch to JetBrains Runtime 11? Or is it possible to provide a JetBrains Runtime 11 variant?
dcelasun commented on 2019-03-29 07:35 (UTC)
@xuanwo, done.
xuanwo commented on 2019-03-28 14:25 (UTC)
Add libdbusmenu-glib as optional dependence please, this will make IDEA 's global menu works.
dcelasun commented on 2019-02-28 09:14 (UTC) (edited on 2019-02-28 09:14 (UTC) by dcelasun)
@nickj21, the executable is
intellij-idea-ultimate-edition
. You can see it withpacman -Ql intellij-idea-ultimate-edition | grep "/usr/bin/" | tail -1
.yonson commented on 2019-02-28 00:46 (UTC)
The package is installing successfully for me, but I am not seeing an
idea
executable on my $PATH.skypixel commented on 2019-01-20 15:40 (UTC)
Howdy, I get an error upon launching idea due to a not existing path in the idea python script. It's easily fixable by replacing
RUN_PATH = u'/usr/share/intellijidea-ce/bin/idea.sh'
withRUN_PATH = u'/usr/share/idea/bin/idea.sh'
in/usr/local/bin/idea
.Vrakfall commented on 2019-01-14 12:06 (UTC)
@vlord: Glad it helped :)
vlord commented on 2019-01-11 12:34 (UTC)
@Vrakfall
suppress.focus.stealing=false
works perfectly for i3, thank you very much.Vrakfall commented on 2018-12-06 10:37 (UTC) (edited on 2018-12-06 10:43 (UTC) by Vrakfall)
I found how to fix the focus issue in bspwm. Apparently, at some point JetBrains added a focus stealing suppression feature which fights with automatic focusing feature from WMs like bspwm, i3, etc...
In order to stop that from happening, you need to set the
suppress.focus.stealing=false
in youridea.properties
file. You can find it file inHelp -> Edit Custom Properties...
. Related github issueI believe this should also work for i3 but I don't use that WM at the moment so I could only test bspwm. This should also work for every JetBrains' IDE.
Another possibility, if that doesn't work, is you need to switch your boot JDK to another one that the one originally included with the IDE. For that, press
Ctrl + Shift + A
then type inSwitch Boot JDK
(case insensitive), choose the right option that appeared and you'll then have access to the switching menu. Related github issue (It's not completely related but could influence focus.)It would be nice from the maintainers to pin a message containing these solutions for others find the workarounds easily. For that purpose, I also include below the other i3-only solution previously suggested by @vlord:
irozgar commented on 2018-11-23 11:02 (UTC) (edited on 2018-11-23 11:02 (UTC) by irozgar)
@kkl2401 In their release blog post they say that they have removed the GTK and Windows themes
link: https://blog.jetbrains.com/idea/2018/11/intellij-idea-2018-3-github-pull-requests-java-12-multiline-todo-comments-git-submodule-support-and-more/
kkl2401 commented on 2018-11-23 10:22 (UTC)
Since 2018.3 I don't see Gtk+ among themes. Does anyone know if they removed it completely or if it is come kind of configuration problem because of which it cannot be loaded (I haven't seen anything suspicious in Idea's logs but I may have missed it)?
Vrakfall commented on 2018-11-22 18:24 (UTC)
@vlord: Thanks. I see. Well, I've got the same kind of problem with bspwm but don't know how to solve it so far.
vlord commented on 2018-11-16 09:00 (UTC) (edited on 2018-11-16 09:01 (UTC) by vlord)
@Vrakfall: No sorry. The purpose of the configuration I talked about is to prevent i3 to manage the focus and let intellij deal with it (it seems there is some kind of conflict when both are trying to manage focus).
Vrakfall commented on 2018-11-14 18:19 (UTC)
@vlord: Do you happen to know the same trick for bspwm, by chance?
yiati commented on 2018-11-11 19:46 (UTC)
I had to manually install zenity and kdialog in order for intellij-idea-ultimate-edition 2018.2.5-1 to be launchable from terminal.
lyler commented on 2018-10-15 16:51 (UTC)
@vlord: Thanks for the tip, that solved my disappearing caret as well!
vlord commented on 2018-09-12 13:48 (UTC)
With i3 window manager, I get a disappearing caret issue (looks like kind of a focus issue on editor after closing a popup).
I solved it by commenting the following line in my i3 config : # for_window [class="jetbrains-idea"] focus
jsnlry commented on 2018-04-24 13:05 (UTC) (edited on 2018-04-24 13:06 (UTC) by jsnlry)
After update to 2018.1.1-1 I had focus problems in popup navigators. This made these popup navigators disappear when pressing the first key. I use i3 as window manager.
For example, when I used Ctrl+N to open the "navigate to class"-window, and the text field already contained some characters the popup closed immediately after entering the first new character. I guess that my key press first removed the text that was already in the box, but when the last character is removed from the text box the box closes — before writing the key value I pressed.
I found the following hints in the IntelliJ issue tracker: 1.) In IntelliJ open settings Registry (Ctrl+Shift+A and look for "Registry...") 2.) Find "focus.follows.mouse.workarounds" and enable it 3.) Find "allow.dialog.based.popups" and disable it
With this it works for me. Maybe it helps someone.
https://youtrack.jetbrains.com/issue/IDEA-189280#comment=27-2829940 https://youtrack.jetbrains.com/issue/IDEA-112015#comment=27-1558519
archners commented on 2018-04-16 09:39 (UTC)
Regarding the missing terminal I realize that the option was apparently ticked off during installation. It works as usual.
vishvas commented on 2018-03-22 20:30 (UTC)
I get a terminal just fine - https://imgur.com/a/REcbX
Following up on my earlier post at https://bbs.archlinux.org/viewtopic.php?pid=1775492#p1775492
archners commented on 2018-03-22 20:13 (UTC)
How come there is no integrated terminal in the IDE?
I am on Antergos with KDE Plasma. The terminal option does not seem to be included in this build. How come?
vishvas commented on 2018-03-22 04:31 (UTC) (edited on 2018-03-22 04:39 (UTC) by vishvas)
I am unable to type devanagari characters using the fcitx IME package. However, another arch linux user confirms that he is able to use fcitx IME package for that purpose just fine on https://www.archlinux.org/packages/community/any/intellij-idea-community-edition/ (ref thread - https://groups.google.com/d/msg/sanskrit-programmers/bc6OQzlH4RU/fE8hGGbfBQAJ).
Also, I cannot sync settings with the settings repository anymore. I get - "Could not initialize class com.intellij.credentialStore.kdbx.KdbxKt" (Invalidating cache and restarting did not help.)
Also, the System Settings -> Passwords screen never loads.
dcelasun commented on 2018-03-07 14:57 (UTC)
@n-raymond: Are you sure you are using the correct package? This package doesn’t use
/usr/share/intellij-idea-ultimate-edition
at all.What is the output of
pacman -Qo /usr/share/intellij-idea-ultimate-edition
?n-raymond commented on 2018-03-07 14:43 (UTC) (edited on 2018-03-07 14:46 (UTC) by n-raymond)
Hi ! I updated, removed and reinstall intellij-ide-ultimate-edition version 2017.3.4-1 and both times encounters the same problem : The installation ends "successfully" but fails when I lauch the app from desktop.
The error is :
I did some checks and found that the folder
/usr/share/intellij-idea-ultimate-edition/bin/
exists but only contains a file namedidea.properties.pacsave
. Is it a permission problem that happened silently during the installation ? Does someone have an idea of the problem ?With my thanks !
dcelasun commented on 2018-01-30 10:16 (UTC) (edited on 2018-01-30 10:17 (UTC) by dcelasun)
I’ve added a workaround for it.
klingt.net commented on 2018-01-30 09:54 (UTC) (edited on 2018-01-30 10:04 (UTC) by klingt.net)
The bundled mvn version is missing an executable flag:
The flag is already missing in tar.gz but it would be nice to workaround this bug by flagging the file as exectuable in the PKGBUILD:
A short note, you can't easily run maven configurations in Idea if the distributed mvn is not marked as executable.
UPDATE --I will also create an usptream bug ticket.-- https://youtrack.jetbrains.com/issue/IDEA-185828
stevelee commented on 2017-11-21 00:08 (UTC)
ircecho commented on 2017-10-03 14:19 (UTC)
dcelasun commented on 2017-09-25 18:45 (UTC) (edited on 2017-09-25 18:45 (UTC) by dcelasun)
sheylin commented on 2017-09-25 18:24 (UTC)
acemoo commented on 2017-09-20 06:20 (UTC) (edited on 2017-09-21 06:05 (UTC) by acemoo)
dcelasun commented on 2017-09-19 11:06 (UTC)
eqw3rty commented on 2017-09-19 11:03 (UTC)
dcelasun commented on 2017-09-18 07:07 (UTC)
zman0900 commented on 2017-09-17 03:04 (UTC)
evana commented on 2017-09-17 02:57 (UTC) (edited on 2017-09-17 02:59 (UTC) by evana)
zman0900 commented on 2017-09-15 02:19 (UTC)
dcelasun commented on 2017-09-12 18:43 (UTC)
alonhar commented on 2017-09-12 18:34 (UTC)
Bow commented on 2017-09-12 11:30 (UTC) (edited on 2017-09-12 11:31 (UTC) by Bow)
dcelasun commented on 2017-08-27 15:31 (UTC)
njam commented on 2017-08-27 11:53 (UTC)
bianjp commented on 2017-08-17 05:50 (UTC)
bianjp commented on 2017-08-17 05:39 (UTC)
zman0900 commented on 2017-08-17 05:37 (UTC)
dcelasun commented on 2017-08-17 05:28 (UTC)
bianjp commented on 2017-08-17 03:46 (UTC) (edited on 2017-08-17 03:51 (UTC) by bianjp)
dcelasun commented on 2017-08-16 19:16 (UTC)
pschichtel commented on 2017-08-16 10:43 (UTC)
bianjp commented on 2017-08-16 03:50 (UTC) (edited on 2017-08-16 03:51 (UTC) by bianjp)
zman0900 commented on 2017-08-15 21:37 (UTC)
dcelasun commented on 2017-08-14 07:09 (UTC)
uwolfer commented on 2017-06-09 05:27 (UTC)
Glaeqen commented on 2017-06-08 23:32 (UTC)
evana commented on 2017-05-22 08:27 (UTC)
Det commented on 2017-05-21 21:27 (UTC)
uwolfer commented on 2017-05-21 10:51 (UTC)
evana commented on 2017-05-20 23:01 (UTC)
dcelasun commented on 2017-04-14 07:13 (UTC)
bubo commented on 2017-04-08 14:22 (UTC)
Det commented on 2017-04-03 14:33 (UTC)
Icipher commented on 2017-04-03 14:27 (UTC)
Det commented on 2017-04-03 10:54 (UTC)
bubo commented on 2017-04-03 10:54 (UTC)
dcelasun commented on 2017-03-22 20:09 (UTC)
ruhly commented on 2017-03-22 18:30 (UTC)
skuseberg commented on 2017-03-22 18:11 (UTC) (edited on 2017-03-22 18:14 (UTC) by skuseberg)
Kudlaty commented on 2017-03-22 18:08 (UTC)
srki_82 commented on 2017-02-19 19:22 (UTC)
brill1977 commented on 2017-02-10 10:57 (UTC)
Det commented on 2017-02-02 06:13 (UTC) (edited on 2017-02-02 06:27 (UTC) by Det)
flycal6 commented on 2017-02-02 04:13 (UTC)
Det commented on 2017-02-01 16:45 (UTC) (edited on 2017-02-01 16:45 (UTC) by Det)
flycal6 commented on 2017-02-01 16:38 (UTC)
kazi commented on 2017-01-17 20:07 (UTC)
Det commented on 2017-01-07 19:07 (UTC) (edited on 2017-01-07 19:08 (UTC) by Det)
njam commented on 2016-12-29 16:41 (UTC) (edited on 2016-12-31 15:37 (UTC) by njam)
njam commented on 2016-12-28 09:36 (UTC)
uwolfer commented on 2016-12-27 20:15 (UTC)
pschichtel commented on 2016-12-27 19:28 (UTC)
njam commented on 2016-12-27 18:28 (UTC)
pschichtel commented on 2016-12-15 14:37 (UTC)
njam commented on 2016-12-15 13:38 (UTC)
srki_82 commented on 2016-12-14 23:29 (UTC)
pschichtel commented on 2016-12-07 18:58 (UTC)
uwolfer commented on 2016-11-23 08:10 (UTC)
srki_82 commented on 2016-11-21 20:42 (UTC)
njam commented on 2016-11-21 20:26 (UTC)
Chewtoy commented on 2016-10-19 05:42 (UTC)
commented on 2016-09-11 12:12 (UTC)
uwolfer commented on 2016-07-13 05:49 (UTC)
jshap commented on 2016-07-12 22:51 (UTC) (edited on 2016-07-12 23:59 (UTC) by jshap)
commented on 2016-07-11 21:03 (UTC)
commented on 2016-06-14 11:01 (UTC)
voop commented on 2016-06-06 16:04 (UTC)
rdoursenaud commented on 2016-06-02 02:31 (UTC)
Chewtoy commented on 2016-06-01 05:23 (UTC)
blmarket commented on 2016-06-01 01:49 (UTC)
uwolfer commented on 2016-05-31 06:08 (UTC)
Chewtoy commented on 2016-05-31 05:35 (UTC) (edited on 2016-05-31 05:37 (UTC) by Chewtoy)
Kudlaty commented on 2016-05-30 06:25 (UTC)
JohnRobson commented on 2016-05-20 00:48 (UTC)
kageurufu commented on 2016-05-19 14:48 (UTC)
Chewtoy commented on 2016-05-17 05:19 (UTC)
jshap commented on 2016-05-17 04:52 (UTC)
gogobebe2 commented on 2016-05-15 10:10 (UTC) (edited on 2016-05-15 10:11 (UTC) by gogobebe2)
satai commented on 2016-05-11 13:41 (UTC)
uwolfer commented on 2016-04-05 09:28 (UTC)
Bow commented on 2016-04-02 17:00 (UTC)
pyriand3r commented on 2016-03-31 13:59 (UTC)
serialoverflow commented on 2016-03-31 09:20 (UTC) (edited on 2016-03-31 09:20 (UTC) by serialoverflow)
uwolfer commented on 2016-02-26 06:50 (UTC)
rbellamy commented on 2016-02-25 18:40 (UTC)
rbellamy commented on 2016-01-01 01:30 (UTC)
uwolfer commented on 2015-12-20 10:07 (UTC)
vishnuyr commented on 2015-12-20 08:27 (UTC)
rbellamy commented on 2015-12-09 22:38 (UTC)
zavndw commented on 2015-12-01 10:58 (UTC)
uwolfer commented on 2015-11-21 22:07 (UTC)
butangmucat commented on 2015-11-13 04:52 (UTC)
dcelasun commented on 2015-11-03 10:33 (UTC)
uwolfer commented on 2015-11-03 10:26 (UTC)
freimann commented on 2015-11-03 08:24 (UTC)
thelinuxguy commented on 2015-10-29 20:26 (UTC)
gunzy83 commented on 2015-10-13 22:53 (UTC)
freswa commented on 2015-10-09 11:38 (UTC)
0xR commented on 2015-09-25 08:03 (UTC)
windy commented on 2015-05-14 10:32 (UTC)
deathangel908 commented on 2015-05-14 10:06 (UTC)
mico commented on 2015-05-13 14:02 (UTC)
PhCl commented on 2015-04-22 12:50 (UTC)
windy commented on 2015-04-02 06:59 (UTC)
smammut commented on 2015-03-24 12:22 (UTC)
mrozanc commented on 2015-01-28 18:36 (UTC)
skwee commented on 2015-01-28 17:36 (UTC)
windy commented on 2015-01-04 14:03 (UTC)
intgr commented on 2015-01-04 12:51 (UTC)
uwolfer commented on 2015-01-04 12:37 (UTC)
windy commented on 2015-01-04 09:39 (UTC)
uwolfer commented on 2014-12-24 06:47 (UTC)
mickael9 commented on 2014-12-23 01:19 (UTC)
rdoursenaud commented on 2014-11-20 16:12 (UTC)
rdoursenaud commented on 2014-11-20 16:09 (UTC)
cedricziel commented on 2014-11-17 09:58 (UTC)
windy commented on 2014-11-14 08:01 (UTC)
kelloco2 commented on 2014-11-05 15:21 (UTC)
uwolfer commented on 2014-11-05 14:57 (UTC)
kelloco2 commented on 2014-11-05 12:20 (UTC)
falmp commented on 2014-10-06 16:19 (UTC)
falmp commented on 2014-10-06 16:13 (UTC)
uwolfer commented on 2014-10-06 15:01 (UTC)
jryan commented on 2014-10-06 14:47 (UTC)
uwolfer commented on 2014-10-06 06:47 (UTC)
asuglia commented on 2014-10-04 13:27 (UTC)
commented on 2014-09-30 14:09 (UTC)
windy commented on 2014-08-11 18:55 (UTC)
skwee commented on 2014-08-11 16:55 (UTC)
fzerorubigd commented on 2014-07-23 14:08 (UTC)
windy commented on 2014-07-23 09:05 (UTC)
norby commented on 2014-07-22 12:26 (UTC)
uwolfer commented on 2014-06-27 07:07 (UTC)
windy commented on 2014-06-25 19:44 (UTC)
jhenson commented on 2014-06-22 21:26 (UTC)
elbowz commented on 2014-06-16 10:27 (UTC)
delor commented on 2014-06-15 16:39 (UTC)
hiaselhans commented on 2014-06-15 10:17 (UTC)
Tapi commented on 2014-05-26 15:40 (UTC)
joschi commented on 2014-04-21 09:30 (UTC)
kjozsa commented on 2014-01-07 11:10 (UTC)
uwolfer commented on 2013-12-24 06:51 (UTC)
kjozsa commented on 2013-12-23 12:40 (UTC)
lordlandon commented on 2013-12-19 22:40 (UTC)
intgr commented on 2013-12-14 14:52 (UTC)
delor commented on 2013-12-14 14:14 (UTC)
uwolfer commented on 2013-12-14 13:37 (UTC)
kjozsa commented on 2013-12-13 12:45 (UTC)
intgr commented on 2013-12-10 22:47 (UTC)
uwolfer commented on 2013-12-07 10:27 (UTC)
bretthoerner commented on 2013-12-03 15:12 (UTC)
rdoursenaud commented on 2013-12-03 14:50 (UTC)
rdoursenaud commented on 2013-12-03 14:49 (UTC)
dwijnand commented on 2013-10-03 10:08 (UTC)
commented on 2013-07-28 10:35 (UTC)
commented on 2013-07-28 10:19 (UTC)
zidarsk8 commented on 2013-07-24 14:33 (UTC)
uwolfer commented on 2013-07-14 10:54 (UTC)
ryenus commented on 2013-06-15 13:48 (UTC)
ypoluektovich commented on 2013-04-30 10:34 (UTC)
ypoluektovich commented on 2013-04-25 20:54 (UTC)
kjozsa commented on 2013-04-25 12:48 (UTC)
kjozsa commented on 2013-04-25 12:45 (UTC)
commented on 2013-02-15 16:30 (UTC)
commented on 2013-02-15 16:20 (UTC)
simontunnat commented on 2013-02-14 13:27 (UTC)
uwolfer commented on 2013-02-11 18:15 (UTC)
masser commented on 2013-02-11 15:36 (UTC)
simontunnat commented on 2013-02-08 15:27 (UTC)
uwolfer commented on 2013-01-22 11:22 (UTC)
christophg commented on 2013-01-20 16:51 (UTC)
uwolfer commented on 2013-01-06 11:18 (UTC)
christophg commented on 2013-01-05 14:55 (UTC)
christophg commented on 2013-01-05 14:53 (UTC)
uwolfer commented on 2012-12-27 13:14 (UTC)
uwolfer commented on 2012-12-06 13:21 (UTC)
simontunnat commented on 2012-12-06 10:48 (UTC)
blejzu commented on 2012-12-05 21:05 (UTC)
caspian commented on 2012-11-30 09:51 (UTC)
uwolfer commented on 2012-10-30 06:41 (UTC)
anpieber commented on 2012-09-26 14:52 (UTC)
ikke commented on 2012-09-24 06:29 (UTC)
nicoulaj commented on 2012-07-27 09:40 (UTC)
kidoz commented on 2012-07-22 05:24 (UTC)
onewhodreamt commented on 2012-07-21 21:48 (UTC)
nicoulaj commented on 2012-05-17 15:47 (UTC)
itti commented on 2012-03-29 08:35 (UTC)
commented on 2012-03-28 18:51 (UTC)
commented on 2012-03-28 18:48 (UTC)
commented on 2012-03-14 14:48 (UTC)
commented on 2012-02-13 15:35 (UTC)
commented on 2012-02-02 16:42 (UTC)
uwolfer commented on 2011-12-08 07:21 (UTC)
nicoulaj commented on 2011-12-07 20:15 (UTC)
commented on 2011-12-05 19:01 (UTC)
uwolfer commented on 2011-12-03 08:31 (UTC)
commented on 2011-12-02 19:25 (UTC)
nicoulaj commented on 2011-10-31 16:16 (UTC)
kidoz commented on 2011-10-24 18:01 (UTC)
commented on 2011-08-04 18:43 (UTC)
commented on 2011-06-30 15:18 (UTC)
linx56 commented on 2011-06-04 16:32 (UTC)
uwolfer commented on 2011-04-11 12:37 (UTC)
commented on 2011-04-09 22:13 (UTC)
commented on 2011-04-07 23:17 (UTC)
commented on 2011-04-06 02:29 (UTC)
commented on 2011-03-31 04:40 (UTC)
pdxleif commented on 2011-02-17 20:08 (UTC)
commented on 2011-02-10 05:25 (UTC)
commented on 2011-02-09 21:17 (UTC)
kekeseb commented on 2011-01-04 20:47 (UTC)
uwolfer commented on 2010-12-14 07:24 (UTC)
uwolfer commented on 2010-12-05 11:00 (UTC)
pdxleif commented on 2010-12-03 05:32 (UTC)