Still only a minor issue (in the upstream desktop file) was reported and it was promptly fixed in less than one day.
All the rest is noise, with zero technical arguments. The past history is irrelevant, only the current package counts and Kimiblock has quickly fixed all the reported issues.
Now you have wechat and wechat-bin and I cannot read even a single technical issue to solve.
Stop this useless spam and provide valid reports if any, or else keep your personal PKGBUILD elsewhere if you don't want to use this package. Stop asking for maintainer change, this won't happen until there are SERIOUS issues or prolonged maintainer absence
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 相关事件信息: