flathub / com.jetbrains.IntelliJ-IDEA-Ultimate

https://flathub.org/apps/details/com.jetbrains.IntelliJ-IDEA-Ultimate
15 stars 7 forks source link

Does not start with error "env: ‘zypak-wrapper’: No such file or directory" #143

Closed langfingaz closed 1 year ago

langfingaz commented 1 year ago

What steps will reproduce the issue? 1. Install IntelliJ IDEA Ultimate as flatpak from https://flathub.org/apps/com.jetbrains.IntelliJ-IDEA-Ultimate 2. Run it with flatpak run com.jetbrains.IntelliJ-IDEA-Ultimate

What is the expected result?

The application should start.

What happens instead?

The application does not start, instead I get this output on my terminal:

idea-wrapper: Setting up NPM packages
idea-wrapper: Setting up Cargo packages
idea-wrapper: Setting up Python packages
idea-wrapper: Setting up Ruby packages
env: ‘zypak-wrapper’: No such file or directory

If I can provide additional helpful information, please let me know.

langfingaz commented 1 year ago

This is the version flatpak list returns:

Name                                       Application ID                            Version        Branch           Installation
IntelliJ IDEA Ultimate                     com.jetbrains.IntelliJ-IDEA-Ultimate      2023.1         stable           system
brittyazel commented 1 year ago

This is because of the re-sync this morning with jetbrains-flatpak-wrapper. The version in-question had pulled in a Zypak dependency last week, which was reverted about an hour ago. We just need someone on this repo (and the others) to re-sync with jetbrains-flatpak-wrapper upstream and trigger a rebuild/redeploy.

For the time being you can roll back to the previous build: flatpak remote-info --log flathub com.jetbrains.IntelliJ-IDEA-Ultimate

Grab the commit ID from the second the last version, and then downgrade with: sudo flatpak update --commit= com.jetbrains.IntelliJ-IDEA-Ultimate

langfingaz commented 1 year ago

Many thanks!

x80486 commented 1 year ago

Should be done once I merge 144 — as always, a pull request is welcomed once you know how to solve the issue(s) :wink: