flathub/com.jetbrains.WebStorm

Git remote not accessible through SSH

Opened this issue · 0 comments

I commonly use SSH to access and authenticate with git remotes. This has never been a problem with a conventional install of WebStorm. With this Flatpak however, interacting with the remote in any way through the IDE (i.e. pushing commits) will fail with the following message:

/var/run/host/bin/ssh: error while loading shared libraries: libgssapi_krb5.so.2: cannot open shared object file: No such file or directory
fatal: Could not read from remote repository.

Strangely this only happens when using the IDE integration. At the same time, I can even open a terminal within WebStorm and push from it just fine.

I'm running the latest version of this Flatpak on a Linux Mint 21 host.

The same issue does not occur when using the IntelliJ IDEA Community Flatpak, but I've not yet been able to track down the relevant difference in configuration.