tonquer / picacg-qt

哔咔漫画, PicACG comic PC client(Windows, Linux, MacOS)
GNU Lesser General Public License v3.0
3.52k stars 180 forks source link

Appimage无法直接运行 #181

Closed Molyuu closed 2 years ago

Molyuu commented 2 years ago

我已经自己解决了,开个issue记录一下。

操作系统(如MacOS 10.15)

ArchLinux 5.18.9-arch1-1 x86_64 GNU/Linux

网络环境(移动,联通,电信,移动宽带,联通宽带,电信宽带,等等..)

移动宽带

问题描述(简要描述发生的问题)

直接运行release中的Appimage后,产生如下报错:


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


然后,尝试增加了`--appimage-extract`参数后将其解压,运行解压出来的文件夹中的`AppRun`二进制文件,可正常使用。后来简单google了一下,发现是没有安装`fuse2`这个包,安装之后,appimage就能正常工作了。

### 复现步骤(详细描述导致问题产生的操作步骤,如果能稳定复现)
> 同上

### 日志提交(问题截图或者日志,日志在设置中设置为INFO,在帮助界面打开日志目录)
> 
Molyuu commented 2 years ago

不过我这属于运行环境的问题,开个issue会不会不太好(