我在 Linux Mint 发行版上安装了 IntelliJ 和 WebStorm。我遇到的问题是我无法在这两个软件上使用集成终端。在这两个中,我的 bash 二进制位置都有问题。我研究了一下,发现 Linux Mint 中的软件管理器默认安装了 flatpak 软件,并且它作为一种容器运行。我尝试将 bash 二进制文件的位置更改为 var/run/host.. 但似乎不起作用。
我读到人们通过安装软件的 tar 版本或使用 snapd 来解决这个问题。由于 Linux Mint 不支持 snapd,我有什么选择?我能否以某种方式授予对我的软件的访问权限以使用我的 bash、npm 等...如果不能,为什么 flatpak 让这些事情变得如此困难?...
I installed IntelliJ and WebStorm on my Linux Mint distro. The problem I have is that I cannot use the integrated terminal on both of the software. In both of them there is a problem with my bash binary location. I researched and saw that the software manager in Linux Mint installs flatpak software by default, and that it works as a sort of a container. I tried to change the location of my bash binary to var/run/host..
but it didn't seem to work.
I read that people solve this by installing the tar version of the software or using snapd. Since snapd is not supported by Linux Mint, what are my alternatives? Can I somehow give access to my software to use my bash, npm, etc... and if not, why is it that flatpak makes these things so difficult?..
发布评论
评论(1)
Flatpak 作为沙盒环境运行 - 每个包都有自己的运行时环境,并且出于安全原因,Flatpak 应用程序无法直接访问主机文件。因此可能会出现很多问题。
请尝试使用官方推荐的选项之一重新安装 IDE (https://www .jetbrains.com/help/webstorm/installation-guide.html) - 从 https://www.jetbrains.com/webstorm/download/#section=linux,或使用 工具箱应用 用于管理安装
Flatpak works as a sandbox environment - each pack has its own runtime environment and because of security reasons, flatpak apps do not have direct access to host files. There could be a lot of problems due to this.
Please try reinstalling the IDE using one of the officially recommended options (https://www.jetbrains.com/help/webstorm/installation-guide.html) - download the
tar.gz
from https://www.jetbrains.com/webstorm/download/#section=linux, or use the toolbox app to manage installations