Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ TEST = \
${GOPKG_PREFIX}/system/keyevent1 \
${GOPKG_PREFIX}/system/lang \
${GOPKG_PREFIX}/system/power1 \
${GOPKG_PREFIX}/system/power_manager1 \
${GOPKG_PREFIX}/system/resource_ctl \
${GOPKG_PREFIX}/system/scheduler \
${GOPKG_PREFIX}/system/swapsched1 \
Expand Down
1 change: 0 additions & 1 deletion bin/dde-system-daemon/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import (
_ "github.com/linuxdeepin/dde-daemon/system/keyevent1"
_ "github.com/linuxdeepin/dde-daemon/system/lang"
_ "github.com/linuxdeepin/dde-daemon/system/power1"
_ "github.com/linuxdeepin/dde-daemon/system/power_manager1"
_ "github.com/linuxdeepin/dde-daemon/system/resource_ctl"
_ "github.com/linuxdeepin/dde-daemon/system/scheduler"
_ "github.com/linuxdeepin/dde-daemon/system/swapsched1"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/godbus/dbus/v5 v5.1.0
github.com/jouyouyun/hardware v0.1.8
github.com/linuxdeepin/dde-api v0.0.0-20251010074154-51d1a75add21
github.com/linuxdeepin/go-dbus-factory v0.0.0-20251016090126-a071e2cfa352
github.com/linuxdeepin/go-dbus-factory v0.0.0-20251106025636-c57e2e679c9a
github.com/linuxdeepin/go-gir v0.0.0-20250812023606-b28aaee32ac9
github.com/linuxdeepin/go-lib v0.0.0-20251103025305-67a8f34eebc3
github.com/linuxdeepin/go-x11-client v0.0.0-20240415051504-c8e43d028ff9
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/linuxdeepin/dde-api v0.0.0-20251010074154-51d1a75add21 h1:djcA0sDYOGMam+3PXLvWCSWgrT/q4zYPQXvVrQTLmFc=
github.com/linuxdeepin/dde-api v0.0.0-20251010074154-51d1a75add21/go.mod h1:0ZwJxZjAVBso131IbmEEBS41D5G6mtNZ3i0/csrLDMM=
github.com/linuxdeepin/go-dbus-factory v0.0.0-20251016090126-a071e2cfa352 h1:MaDDdeUL7WfbJb3yR6SUbptaII8IbxYFJc2VSNMqTMY=
github.com/linuxdeepin/go-dbus-factory v0.0.0-20251016090126-a071e2cfa352/go.mod h1:dfpixHkqiijg3P7w5QArkMyC7+vlHcutN5R6zHIn8is=
github.com/linuxdeepin/go-dbus-factory v0.0.0-20251106025636-c57e2e679c9a h1:pUnReu+BGSsca8XtsT2YyQvMp0EOuCiEbVJK4dZBfZc=
github.com/linuxdeepin/go-dbus-factory v0.0.0-20251106025636-c57e2e679c9a/go.mod h1:dfpixHkqiijg3P7w5QArkMyC7+vlHcutN5R6zHIn8is=
github.com/linuxdeepin/go-gir v0.0.0-20250812023606-b28aaee32ac9 h1:H95pXIA104lsylGPXXPm8rM+6vVsmKff7sJGGgWMu5A=
github.com/linuxdeepin/go-gir v0.0.0-20250812023606-b28aaee32ac9/go.mod h1:a0tox5vepTQu5iO6rdKc4diGT+fkyXZlRROM8ULEvaI=
github.com/linuxdeepin/go-lib v0.0.0-20251103025305-67a8f34eebc3 h1:r84k4eXs1xwlnIwexfndGxEQY9y1TW76ctTUfJwkxHo=
Expand Down
28 changes: 0 additions & 28 deletions misc/conf/org.deepin.dde.PowerManager1.conf

This file was deleted.

3 changes: 0 additions & 3 deletions misc/systemd/services/system/dde-system-daemon.service
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ ReadWritePaths=-/var/lib/dde-daemon/display/
ReadWritePaths=-/var/lib/dde-daemon/power/
# ReadWritePaths=-/etc/tlp.d
# com.deepin.daemon.SwapSchedHelper
# 需要操作cgroup
# com.deepin.daemon.PowerManager
# 无读写文件
# com.deepin.daemon.Daemon
# ReadWritePaths=-/etc/NetworkManager/system-connections
Expand All @@ -116,7 +114,6 @@ ReadWritePaths=-/var/tmp
ReadWritePaths=-/boot
# com.deepin.daemon.KeyEvent
# 写/proc/uos/touchpad_switch
# com.deepin.daemon.PowerManager
# 无读写文件
# com.deepin.system.InputDevices
# 写/proc/uos/touchpad_switch
Expand Down
62 changes: 0 additions & 62 deletions system/power_manager1/daemon.go

This file was deleted.

32 changes: 0 additions & 32 deletions system/power_manager1/exported_methods_auto.go

This file was deleted.

111 changes: 0 additions & 111 deletions system/power_manager1/manager.go

This file was deleted.

16 changes: 0 additions & 16 deletions system/power_manager1/power_manager_dbusutil.go

This file was deleted.

47 changes: 0 additions & 47 deletions system/power_manager1/utils.go

This file was deleted.

Loading