我尝试在 Ubuntu 20.04 上安装 JB Toolbox。我从官方网站下载并解压后选择使用这个
sudo tar -xzf jetbrains-toolbox-1.21.9712.tar.gz -C /opt
Run Code Online (Sandbox Code Playgroud)
但是当我使用打开它时。/jetbrains-toolbox命令它在后台打开并在大约 10 秒内关闭(使用top命令检查这一点)。UI 中看不到任何内容。连顶栏图标都看不到。
我检查了该位置的日志~/.local/share/JetBrains/Toolbox/logs,但也找不到任何内容。
我在 Wayland 和 x11 上尝试过,但仍然不起作用。
有人可以帮我解决这个问题吗?
谢谢。
mk.*_*k.. 10
对我来说,这是一个缺失的问题libfuse。
0728 Apr 4 2022 /opt/jetbrains-toolbox-1.23.11731/jetbrains-toolbox
sandeep@maystreet-work-pc:~$ /opt/jetbrains-toolbox-1.23.11731/jetbrains-toolbox
dlopen(): error loading libfuse.so.2
AppImages require FUSE to run.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information
Run Code Online (Sandbox Code Playgroud)
我能够通过安装来修复它libfuse2:
sudo apt install libfuse2
Run Code Online (Sandbox Code Playgroud)
无论如何,jetbrains-toolbox从命令行运行会有帮助,它位于/opt. 对我来说完整的路径是/opt/jetbrains-toolbox-1.23.11731/jetbrains-toolbox
| 归档时间: |
|
| 查看次数: |
8002 次 |
| 最近记录: |