LinuxQQ 如果只显示登录界面背景,可以这样子做:
首先,执行命令进入 QQ Versions:
cd ~/.config/QQ/versions/
查看目录下的版本。我这里是 3.2.13-29927。
删除 libssh2.so.1 该文件,重启 linuxqq 来解决。
Search Criteria
Package Details: linuxqq 5:3.2.32_51728-2
Package Actions
| 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) |
Dependencies (8)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- gjs (gjs-nohammerAUR, gjs-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- nss (nss-hgAUR)
- openjpeg2 (openjpeg-gitAUR)
- openslide
- libappindicator-gtk3 (libappindicator) (optional) – Allow QQ to extend a menu via Ayatana indicators in Unity, KDE or Systray (GTK+ 3 library).
Required by (4)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 35 Next › Last »
DKoTechnology commented on 2024-12-11 05:10 (UTC)
abcfy2 commented on 2024-11-17 06:50 (UTC)
更新系统之后无法使用了,终端运行错误信息如下:
❯ linuxqq
version_config_filename :/home/fengyu/.config/QQ/versions/config.json
app_package_filename :/opt/QQ/resources/app/package.json
config_build_id :29271
config_base_version :3.2.13-29271
config_current_version :3.2.13-29725
app_build_version :29271
version_config_filename :/home/fengyu/.config/QQ/versions/config.json
app_package_filename :/opt/QQ/resources/app/package.json
config_build_id :29271
config_base_version :3.2.13-29271
config_current_version :3.2.13-29725
app_build_version :29271
version_config_filename :/home/fengyu/.config/QQ/versions/config.json
app_package_filename :/opt/QQ/resources/app/package.json
config_build_id :29271
config_base_version :3.2.13-29271
config_current_version :3.2.13-29725
app_build_version :29271
[preload] succeeded. /home/fengyu/.config/QQ/versions/3.2.13-29725/major.node
[preload] succeeded. /home/fengyu/.config/QQ/versions/3.2.13-29725/major.node
[7846:1117/143812.831045:ERROR:check.cc(376)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry!
[7846:1117/143812.841974:ERROR:check.cc(376)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry!
Error occurred in handler for 'get-remote-win': Error: No handler registered for 'get-remote-win'
at WebContents.<anonymous> (node:electron/js2c/browser_init:2:82968)
at WebContents.emit (node:events:519:28)
(node:7789) UnhandledPromiseRejectionWarning: Error: node-loader:
Error: /usr/lib/libcurl.so.4: undefined symbol: libssh2_session_set_read_timeout
at 85303 (/home/fengyu/.config/QQ/versions/3.2.13-29725/application.asar/203.background.js)
at s (/home/fengyu/.config/QQ/versions/3.2.13-29725/application.asar/background.js)
at 16232 (/home/fengyu/.config/QQ/versions/3.2.13-29725/application.asar/203.background.js)
at s (/home/fengyu/.config/QQ/versions/3.2.13-29725/application.asar/background.js)
at o (/home/fengyu/.config/QQ/versions/3.2.13-29725/application.asar/203.background.js)
at get session (/home/fengyu/.config/QQ/versions/3.2.13-29725/application.asar/203.background.js)
at get ntSession (/home/fengyu/.config/QQ/versions/3.2.13-29725/application.asar/203.background.js)
at 25884 (/home/fengyu/.config/QQ/versions/3.2.13-29725/application.asar/203.background.js)
at s (/home/fengyu/.config/QQ/versions/3.2.13-29725/application.asar/background.js)
at 92103 (/home/fengyu/.config/QQ/versions/3.2.13-29725/application.asar/203.background.js)
(Use `qq --trace-warnings ...` to show where the warning was created)
(node:7789) 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)
gallnut commented on 2024-11-16 08:19 (UTC)
我在gnome47下使用AppIndicator and KStatusNotifierItem Support作为tray插件,qq托盘图标右击无反应,每次都需要重启插件才能正常右击显示
fu050409 commented on 2024-11-12 07:42 (UTC) (edited on 2024-11-12 12:32 (UTC) by fu050409)
遇到了异常问题,在Arch滚动更新之后,与@abcfy2 所报告的问题类似。无法进入主界面只有登陆界面的背景动画。
Update: 解决方案: rm ~/.config/QQ/versions/3.2.13-29456/libssh2.so.1
Reference: https://wiki.archlinux.org/title/Tencent_QQ#Empty_login_page
[33916:1112/153802.680056:ERROR:check.cc(376)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry!
[33916:1112/153802.701061:ERROR:check.cc(376)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry!
Error occurred in handler for 'get-remote-win': Error: No handler registered for 'get-remote-win'
at WebContents.<anonymous> (node:electron/js2c/browser_init:2:82968)
at WebContents.emit (node:events:519:28)
(node:33856) UnhandledPromiseRejectionWarning: Error: node-loader:
Error: /usr/lib/libcurl.so.4: undefined symbol: libssh2_session_set_read_timeout
at 85303 (/home/fu050409/.config/QQ/versions/3.2.13-29456/application.asar/203.background.js)
at s (/home/fu050409/.config/QQ/versions/3.2.13-29456/application.asar/background.js)
at 16232 (/home/fu050409/.config/QQ/versions/3.2.13-29456/application.asar/203.background.js)
at s (/home/fu050409/.config/QQ/versions/3.2.13-29456/application.asar/background.js)
at o (/home/fu050409/.config/QQ/versions/3.2.13-29456/application.asar/203.background.js)
at get session (/home/fu050409/.config/QQ/versions/3.2.13-29456/application.asar/203.background.js)
at get ntSession (/home/fu050409/.config/QQ/versions/3.2.13-29456/application.asar/203.background.js)
at 25884 (/home/fu050409/.config/QQ/versions/3.2.13-29456/application.asar/203.background.js)
at s (/home/fu050409/.config/QQ/versions/3.2.13-29456/application.asar/background.js)
at 92103 (/home/fu050409/.config/QQ/versions/3.2.13-29456/application.asar/203.background.js)
(Use `qq --trace-warnings ...` to show where the warning was created)
(node:33856) 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)
zllr commented on 2024-11-05 01:44 (UTC)
最新版本浏览图片崩溃,但在程序目录也没找到libvips的文件,各位有遇到吗?
RinCynar commented on 2024-11-02 02:22 (UTC) (edited on 2024-11-02 02:22 (UTC) by RinCynar)
關於MD5驗證失敗的問題,目前我的臨時解決方案是 手動去I'm.qq.com下載QQLinux最新版本的Deb文件, 重命名下載好的文件為linuxqq_3.2.13-241023_amd64.deb, 將這個文件移動到/home/username/.cache/yay/linuxqq, 打開該目錄下的PKGBUILD,找到pkgver行,將後面的版本號改為3.2.13.241023, 重新運行yay -S linuxqq,在終端詢問"Packages to cleanBuild"的時候Ctrl+S保存對PKGBUILD的更改, 然後便可以繼續安裝
abcfy2 commented on 2024-11-02 02:02 (UTC)
md5验证失败了:
==> 正在创建软件包:linuxqq 5:3.2.13_29271-1 (2024年11月02日 星期六 10时01分50秒)
==> 正在检查运行时依赖关系...
==> 正在检查编译时依赖关系
==> 获取源代码...
-> 找到 linuxqq.sh
-> 找到 linuxqq_3.2.13-29271_amd64.deb
==> 正在验证 source 文件,使用sha512sums...
linuxqq.sh ... 通过
==> 正在验证 source_x86_64 文件,使用sha512sums...
linuxqq_3.2.13-29271_amd64.deb ... 失败
==> 错误: 一个或多个文件没有通过有效性检查!
-> 生成时出错: linuxqq-exit status 1
-> 无法安装以下软件包, 需要手动介入处理:
linuxqq - exit status 1
Pinned Comments
Integral commented on 2023-03-14 09:20 (UTC)
目前通过删除 linuxqq 包自带的 libvips 临时解决了浏览图片时崩溃的问题 PS:感谢 @ayatale 的建议