删除 ~/.config/QQ/versions/版本号/libssh2.so.1 可以解决热更新后登录界面空白的问题。
另外,如果遇到有问题的热更新版本,可以修改 ~/.config/QQ/versions/config.json 将有问题的版本加入 onErrorVersions,并将 curVersion 的值改为上一个可以正常使用的版本,这样可以回滚到上一个版本并不再提示这个有问题的版本更新。
| Git Clone URL: | https://aur.archlinux.org/linuxqq.git (read-only, click to copy) |
|---|---|
| Package Base: | linuxqq |
| Description: | New Linux QQ based on Electron |
| Upstream URL: | https://im.qq.com/linuxqq |
| Keywords: | electron linuxqq qq tencent |
| Licenses: | LicenseRef-QQ |
| Conflicts: | linuxqq-nt-bwrap |
| Submitter: | redchenjs |
| Maintainer: | Integral (Purofle) |
| Last Packager: | Integral |
| Votes: | 109 |
| Popularity: | 0.174123 |
| First Submitted: | 2019-10-24 14:27 (UTC) |
| Last Updated: | 2026-07-25 01:57 (UTC) |
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 35 Next › Last »
删除 ~/.config/QQ/versions/版本号/libssh2.so.1 可以解决热更新后登录界面空白的问题。
另外,如果遇到有问题的热更新版本,可以修改 ~/.config/QQ/versions/config.json 将有问题的版本加入 onErrorVersions,并将 curVersion 的值改为上一个可以正常使用的版本,这样可以回滚到上一个版本并不再提示这个有问题的版本更新。
似乎可以像wemeet-bin一样使用bwrap来阻止自动更新。
不建议使用qq的自动更新,似乎是提供的libssh用不了导致登陆界面上什么都没有。遇到这种情况直接删除 ~/.config/QQ/versions/版本号 文件夹即可。删除后会qq会回滚。
不建议使用qq的自动更新,似乎是提供的libssh用不了导致登陆界面上什么都没有。遇到这种情况直接删除 ~/.config/QQ/versions/版本号 文件夹即可。删除后会qq会回滚。
(qq:4285): VIPS-WARNING **: 11:31:07.435: unable to load "/usr/lib/vips-modules-8.15/vips-openslide.so" -- libopenslide.so.1: 无法打开共享目标文件: 没有那个文件或目录
新版本疑似需要安装openslide
无法安装qq
error: could not extract /opt/QQ/icudtl.dat (Truncated zstd input)
error: problem occurred while installing linuxqq
error: could not commit transaction
error: failed to commit transaction (transaction aborted)
Errors occurred, no packages were upgraded.
linuxqq 4:3.2.9_24568-1 无法启动(libssh2没加载)
Error: /usr/lib/libcurl.so.4: undefined symbol: libssh2_session_set_read_timeout
at 26274 (evalmachine.<anonymous>)
at s (evalmachine.<anonymous>)
at 67024 (evalmachine.<anonymous>)
at s (evalmachine.<anonymous>)
at o (evalmachine.<anonymous>)
at get session [as session] (evalmachine.<anonymous>)
at get ntSession [as ntSession] (evalmachine.<anonymous>)
at 25884 (evalmachine.<anonymous>)
at s (evalmachine.<anonymous>)
at 92103 (evalmachine.<anonymous>)
(Use `qq --trace-warnings ...` to show where the warning was created)
(node:16830) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
workaround:
$ env LD_PRELOAD="/usr/lib/libssh2.so" linuxqq
更新linuxqq-4:3.2.9_24568-1 打开程序后界面全空,什么都不显示
快捷键Ctrl Alt R被强制占用, 且未找到修改的地方
最新版本依赖libpulseaudio希望添加
Pinned Comments
Integral commented on 2023-03-14 09:20 (UTC)
目前通过删除 linuxqq 包自带的 libvips 临时解决了浏览图片时崩溃的问题 PS:感谢 @ayatale 的建议