在 Linux Mint 中使用 snapd 代替 flatpak

发布于 2025-01-10 13:24:24 字数 346 浏览 0 评论 0 原文

我在 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?..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

病毒体 2025-01-17 13:24:24

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文