@pm3843 Me and a PM (Muflone) is currently trying to resolve this mess. This pkgbase is intended to stop the war of duplication and flooding. I do not modify the official package in any way, shape or form (so zero modification). The desktop file it self comes from the deb package and is already broken.
As for the dependencies, those are given by namcap and should not be easily removed when the app actually references it.
The guidelines has always had the no duplication line. I'm not sure what you're trying to say.
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 相关事件信息: