fix: correct ddcci config structure#1141
Merged
Merged
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAdjusts the DDC/CI brightness DSG config so that global behavior is expressed via flags instead of a top-level global property for the relevant settings. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
deepin pr auto review我已仔细审查了这段JSON配置文件的差异。以下是我的分析和改进建议:
总体评价: 建议:
|
1. Move the "global" attribute from a standalone boolean key to the "flags" array in multiple DConfig JSON files 2. Correct the schema format for global configurations in appearance, audio, brightness, and dock modules 3. Remove redundant "global": true fields to comply with the standard DConfig definition structure Influence: 1. Verify that DConfig daemons read these configurations correctly as global settings 2. Test related settings in Appearance, Audio, Brightness, and Dock modules to ensure default values still apply correctly to all users 3. Check system logs to ensure no JSON parsing errors related to the deprecated standalone "global" key fix: 更正 dconfig 全局标志格式 1. 将多个 DConfig JSON 文件中的 "global" 属性从独立的布尔键移至 "flags" 数组中 2. 更正外观、音频、亮度和任务栏模块中全局配置的架构格式 3. 移除冗余的 "global": true 字段,以符合标准的 DConfig 定义结构 Influence: 1. 验证 DConfig 守护进程能否正确将这些配置读取为全局设置 2. 测试外观、音频、亮度和任务栏模块中的相关设置,确保默认值仍能正确应用 于所有用户 3. 检查系统日志,确保没有与已弃用的独立 "global" 键相关的 JSON 解析错误 Change-Id: If043473532f4b44a6e6403388f5c601d0496f78c
18202781743
approved these changes
Jun 10, 2026
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 18202781743, fly602 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Log: Fixed DDC/CI brightness configuration format to ensure proper global application
Influence:
fix: 更正ddcci配置结构
Log: 修复DDC/CI亮度配置格式,确保其正确全局生效
Influence:
PMS: BUG-363673
Change-Id: I8e0262761ba6ef16b15728877c644ef5b82c276b
Summary by Sourcery
Bug Fixes: