wayland模式下打开登陆界面非常慢是为啥?登陆之后就好了。这是 运行 /opt/QQ/start.sh
的日志:
[stone@arch ~]$ /opt/QQ/start.sh
version_config_filename :/home/stone/.config/QQ/versions/config.json
app_package_filename :/opt/QQ/electron --ozone-platform-hint=auto --enable-wayland-ime /opt/QQ/resources/resources/app/package.json
config_build_id :
config_base_version :3.2.15_250110
config_current_version :
app_build_version :
version_config_filename :/home/stone/.config/QQ/versions/config.json
app_package_filename :/opt/QQ/resources/app/package.json
config_build_id :
config_base_version :3.2.15_250110
config_current_version :
app_build_version :31363
version_config_filename :/home/stone/.config/QQ/versions/config.json
app_package_filename :/opt/QQ/resources/app/package.json
config_build_id :
config_base_version :3.2.15_250110
config_current_version :
app_build_version :31363
[preload] succeeded. /opt/QQ/resources/app/major.node
[preload] succeeded. /opt/QQ/resources/app/major.node
[76:0206/102001.194050:ERROR:check.cc(376)] Check failed: false. NOTREACHED log messages are omitted in official builds. Sorry!
[76:0206/102001.204045: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)
[76:0206/102030.533085:ERROR:command_buffer_proxy_impl.cc(132)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
[2:0206/102030.533887:ERROR:gpu_process_host.cc(1002)] GPU process exited unexpectedly: exit_code=512
[76:0206/102100.713759:ERROR:command_buffer_proxy_impl.cc(132)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
[2:0206/102100.714840:ERROR:gpu_process_host.cc(1002)] GPU process exited unexpectedly: exit_code=512
(electron:2): VIPS-WARNING **: 10:21:00.852: unable to load "/usr/lib/vips-modules-8.16/vips-poppler.so" -- libpoppler-glib.so.8: 无法打开共享目标文件: 没有那个文件或目录
[194d90f8685] 10:21:00.933
[QQEX] start, exCoreVersion: 3.2.15-31363
[2:0206/102130.904388:ERROR:gpu_process_host.cc(1002)] GPU process exited unexpectedly: exit_code=512
[76:0206/102131.041497:ERROR:command_buffer_proxy_impl.cc(132)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.
Pinned Comments
chiyuki0325 commented on 2024-05-31 13:54 (UTC) (edited on 2024-05-31 13:54 (UTC) by chiyuki0325)
==== linuxqq-nt-bwrap 注意事项 ====
==> 要传递给 bwrap 的自定义参数应该写在 ~/.config/qq-bwrap-flags.conf,
可在此文件中设置自定义挂载目录。
==> 要传递给 electron 的自定义参数应该写在 ~/.config/qq-electron-flags.conf。
==> 如果要在 QQ 中下载文件,请先在 设置 -> 存储管理 中
把下载文件夹更改为系统的“下载”/“Downloads”文件夹。
==> 如果系统中安装了 Docker / ZeroTier / Tailscale 或配置了 TUN / TAP 网络设备,
则可以使用固定 MAC 地址模式启动 QQ 以修复自动登录问题。
当系统有上述网络设备时,安装 slirp4netns 和 socat 包再启动 QQ 即可使用此模式。
如果未安装上述网络设备,你也可以在 ~/.config/qq-fix-mac.conf 中写入任意内容,
或设置 QQ_FIX_MAC 环境变量为 1 来手动启用此模式。