flathub / com.jetbrains.IntelliJ-IDEA-Community

https://flathub.org/apps/details/com.jetbrains.IntelliJ-IDEA-Community
14 stars 11 forks source link

"The IDE seems to be launched with a script launcher" warning on start #177

Open Newbytee opened 2 weeks ago

Newbytee commented 2 weeks ago

When I started IntelliJ IDEA Community for the first time, it gave me a warning stating that "The IDE seems to be launched with a script launcher ('bin/idea.sh'). Please consider switching to a native launcher ('bin/idea') for better experience":

image

I assume that is something this Flatpak package should resolve?

x80486 commented 2 weeks ago

This started happening recently. Almost all JetBrains (Flatpak) applications are using a "wrapper" (https://github.com/Lctrs/jetbrains-flatpak-wrapper/) to start.

I don't have time right now to look at this, and everything is (still) working as usual, but I guess there should be a way to do everything (at startup) that the wrapper is providing, and just use the bin/idea native launcher in the end.