fix: add qq.weixin work to dock window icon whitelist#1602
Conversation
There was a problem hiding this comment.
Sorry @18202781743, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
Add "com.qq.weixin.work.deepin" to the windowIconWhitelist configuration in the taskmanager dconfig, ensuring that QChat (WeChat Work) windows display their own icons in the dock instead of falling back to default or generic icons. This change extends the existing whitelist for Tencent applications, which already includes "com.tencent.wechat", to provide a consistent icon experience for both personal WeChat and QChat Work on the dock. Log: Added qq.weixin Work to dock window icon whitelist Influence: 1. Verify QChat Work windows show custom icons in the dock 2. Check that personal WeChat icon display remains unaffected 3. Test dock behavior with both applications open simultaneously 4. Ensure icon display is consistent across different workspace states fix: 将企业微信加入Dock窗口图标白名单 在任务管理器的dconfig配置中,将"com.qq.weixin.work.deepin"加入 windowIconWhitelist,确保企业微信窗口在Dock上显示其专属图标,而 非回退至默认或通用图标。此更改扩展了已有的腾讯应用白名单(已包 含"com.tencent.wechat"),为个人微信和企业微信在Dock上提供一致的图标 体验。 Log: 新增企业微信到Dock窗口图标白名单 Influence: 1. 验证企业微信窗口在Dock上显示自定义图标 2. 检查个人微信图标显示不受影响 3. 测试两个应用同时打开时Dock的行为 4. 确保图标在不同工作区状态下显示一致 PMS: TASK-389031
deepin pr auto review你好!我是CodeGeex,很高兴为你进行代码审查。 本次审查的代码变更是一个JSON格式的DConfig配置文件,主要作用是向 以下是我的详细审查意见: 1. 语法逻辑
2. 代码质量
3. 代码性能
4. 代码安全
总结与改进建议本次变更非常简单且直接,语法和逻辑均无错误。主要的考量点在于安全层面的包名信任以及长远的代码维护。 改进建议(可选): 审查结论:可以合并,但请确认新增的包名是受信任的。 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 18202781743, BLumia The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Add "com.qq.weixin.work.deepin" to the windowIconWhitelist configuration
in the taskmanager dconfig, ensuring that QChat (WeChat Work) windows
display their own icons in the dock instead of falling back to default
or generic icons. This change extends the existing whitelist for Tencent
applications, which already includes "com.tencent.wechat", to provide
a consistent icon experience for both personal WeChat and QChat Work on
the dock.
Log: Added qq.weixin Work to dock window icon whitelist
Influence:
fix: 将企业微信加入Dock窗口图标白名单
在任务管理器的dconfig配置中,将"com.qq.weixin.work.deepin"加入
windowIconWhitelist,确保企业微信窗口在Dock上显示其专属图标,而
非回退至默认或通用图标。此更改扩展了已有的腾讯应用白名单(已包
含"com.tencent.wechat"),为个人微信和企业微信在Dock上提供一致的图标
体验。
Log: 新增企业微信到Dock窗口图标白名单
Influence:
PMS: TASK-389031