fix(power): fix scheduled shutdown notifications - #161
Merged
Conversation
There was a problem hiding this comment.
Sorry @mhduiy, your pull request is larger than the review limit of 150,000 diff characters
1. Restore legacy notification action keys to keep notification sounds enabled. 2. Parse calendar service fields using the actual lowercase D-Bus response names. 3. Use uint32-compatible arguments for the calendar D-Bus method. Log: Fix scheduled shutdown notification sound and workday scheduling. Influence: Scheduled shutdown works correctly on working days. fix(power): 修复定时关机通知问题 1. 恢复旧版通知动作键,避免通知音效被错误抑制。 2. 按日历服务实际返回的字段名解析工作日信息。 3. 使用与日历 D-Bus 方法兼容的 uint32 参数类型。 Log: 修复定时关机通知音效和工作日定时关机调度问题。 PMS: BUG-375825 PMS: BUG-375829 Influence: 工作日定时关机和通知音效恢复正常。 Change-Id: I8cb56dcb8b0e0ec9c2a71977087356e2b7692777
mhduiy
force-pushed
the
task/x11power
branch
from
September 4, 2026 03:16
988fab0 to
d3ab2bf
Compare
fly602
approved these changes
Sep 4, 2026
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: fly602, mhduiy 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 |
Contributor
Author
|
/forcemerge |
|
This pr force merged! (status: blocked) |
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.
修复定时关机通知音效及工作日定时关机流程。
PMS: BUG-375825
PMS: BUG-375829
Summary by Sourcery
Fix scheduled shutdown notifications and working-day scheduling.
Bug Fixes: