@NekoLOvO The Icon property is specified by upstream. We do not modify such value in this package because it is not considered a "bug".
You can either do:
a) Use a hook to fix this, or replace the .desktop file in your home directory
b) Use wechat which contains the altered desktop file
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 相关事件信息: