tonquer / picacg-qt

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

arch运行异常 #80

Closed ghost closed 3 years ago

ghost commented 3 years ago

[roger@archKDE bika]./start 段错误 (核心已转储) [roger@archKDE bika]$ sudo ./start 段错误

已正确安装所有驱动 de为kde

ghost commented 3 years ago

现在在用wine跑windows版 也不是不能用

tonquer commented 3 years ago

具体是arch哪个版本

ghost commented 3 years ago

5.10.75-1-lts

tonquer commented 3 years ago

段错误貌似是你/tmp目录空间不够了,但是解决后仍然不显示界面。 用源码运行是正常的,用pyinstaller打包后运行不正常,暂时不知道什么问题

tonquer commented 3 years ago

重新打包了一个,测试下可以运行了 https://github.com/tonquer/picacg-windows/releases/download/v1.2.7/bika_v1.2.7_archlinux_x64.tar.xz

如果运行报错

qt.qpa.wayland: Failed to load client buffer integration: "wayland-egl"
qt.qpa.wayland: Available client buffer integrations: QList()
qt.qpa.wayland: No shell integration named "xdg-shell" found
qt.qpa.wayland: No shell integration named "wl-shell" found
qt.qpa.wayland: No shell integration named "ivi-shell" found
qt.qpa.wayland: Loading shell integration failed.
qt.qpa.wayland: Attempted to load the following shells QList("xdg-shell", "wl-shell", "ivi-shell")

请运行前先执行

export QT_QPA_PLATFORM="xcb"