Hello, I run into the following with this package:
$ /opt/wechat/wechat
[0115/173206.089285:ERROR:elf_dynamic_array_reader.h(64)] tag not found
[0115/173206.095714:WARNING:process_reader_linux.cc(146)] no stack mapping
[0115/173206.095823:WARNING:process_reader_linux.cc(146)] no stack mapping
[0115/173206.095840:ERROR:scoped_ptrace_attach.cc(27)] ptrace: No such process (3)
[0115/173206.253964:ERROR:directory_reader_posix.cc(42)] opendir /home/lyh/.xwechat/crashinfo/attachments/70a13f11-9b09-4adb-8370-9c5c09d8f1ab: No such file or directory (2)
fish: Job 1, '/opt/wechat/wechat' terminated by signal SIGABRT (Abort)
I'm using Niri(https://github.com/YaLTeR/niri) window manager and I have xdg-desktop-oprtal-gtk installed. Everything is up to date.
Could someone help me troubleshoot this? Thank you :)
EDIT:
Looks like installing xwayland-satellite solves the issue, thank you :)
Pinned Comments
Kimiblock commented on 2025-02-08 12:26 (UTC) (edited on 2025-02-08 12:27 (UTC) by Kimiblock)
若遇到不能启动的问题, 请检查 .desktop 文件是否有 override
leemeng0x61 commented on 2025-02-08 01:59 (UTC) (edited on 2025-02-10 01:54 (UTC) by leemeng0x61)
今日发现一个问题(严格来说或许不能将其定义为 BUG)。
问题现象
点击搜索框,搜索结果会闪现,无法聚焦。
系统环境:
WM规避方式 :
该问题应与鼠标焦点策略存在关联:搜索弹出框疑似响应了 mouse::enter 事件。当对相关事件进行注释处理并将 focus 设置为 false 时,弹出框能够正常使用。以下为目前所采取的临时解决方法:
仅添加“focus=false”,弹出框会处于悬停状态,但当鼠标移动至结果选项列表时,弹框便会消失。若不添加“focus=false”,则弹窗会闪现。
在同时禁用以下代码段后,搜索功能恢复正常。
awsomewm 相关事件信息: