chore: update changelog to 1.0.30#90
Conversation
update changelog to 1.0.30 Log: update changelog to 1.0.30
|
TAG Bot TAG: 1.0.30 |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR updates the Debian changelog metadata to bump the package version to 1.0.30 on the master branch. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
deepin pr auto review★ 总体评分:100分■ 【总体评价】
■ 【详细分析】
■ 【改进建议代码示例】 // 针对上下文中提到的缺失 Wayland 关屏逻辑,补充 keybinding/utils.go 中的修复示例
func (m *Manager) systemTurnOffScreen() {
const settingKeyScreenBlackLock = "screen-black-lock"
// 检测当前是否运行在 Wayland 环境下
if m.isWayland() {
conn, err := dbus.SessionBus()
if err != nil {
logger.Warning("failed to connect session bus for wayland screen off:", err)
return
}
defer conn.Close()
// 调用 Wayland 下专用的关屏 D-Bus 接口
obj := conn.Object("com.deepin.daemon.Display", "/com/deepin/daemon/Display")
err = obj.Call("com.deepin.daemon.Display.TurnOffScreen", 0).Err
if err != nil {
logger.Warning("failed to call wayland screen off method:", err)
}
return
}
// 原有的 X11 关屏逻辑保持不变
} |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 18202781743, 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 |
|
/forcemerge |
|
This pr force merged! (status: blocked) |
|
TAG Bot ✅ Tag created successfully 📋 Tag Details
|
更新说明
自动更新 changelog 到版本 1.0.30
变更内容
版本信息
Summary by Sourcery
Documentation: