在此。我给PM(Muflone)的建议是由Kimiblock维护wechat,由devome(已删号)、Wimpy、Rsplwe维护wechat-bin。让AUR用户自行选择使用。但PM(Muflone)并没有采纳 ,或许有他自己的想法吧。但这样下去还是一样没完没了。 不过就算这样分开维护,也会有鬼申请删除wechat-bin。 所以要么选择妥协使用wechat-universal-bwrap。 不过也可能会有鬼申请删除wechat-universal-bwrap(目前有已申请删除但未成功)。
Here. My suggestion to PM (Muflone) is that Kimiblock maintains wechat, and devome (deleted account), Wimpy, and Rsplwe maintain wechat-bin. Let AUR users choose to use it. But PM (Muflone) did not adopt it, maybe he has his own ideas. But it will never end if it goes on like this. However, even if it is maintained separately, there will be ghosts who apply to delete wechat-bin. So either choose to compromise and use wechat-universal-bwrap. However, there may also be ghosts who apply to delete wechat-universal-bwrap (currently, some have applied for deletion but failed).
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 相关事件信息: