Skip to content

Commit eb802c8

Browse files
imguoguoRadxaYuntian
authored andcommitted
feat: disable GDM3 sleep on KDE Plasma for noble and bookworm
https://applink.feishu.cn/client/message/link/open?token=Ami%2F2XW%2Fg4ADaQm1ZLZRwBw%3D
1 parent 1251ce8 commit eb802c8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/share/rsdk/build/mod/packages/kde.libjsonnet

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,16 @@ then
9696
// Debian 12's sddm has issue handling screen hotplug, as well as screen wake up
9797
// https://applink.feishu.cn/client/message/link/open?token=AmY%2FRdMxxQABZoS475OOwAQ%3D
9898
// https://vamrs.feishu.cn/sheets/IFXSs271ThaBVytTCVbcMcxsnpc?sheet=0KtklS&rangeId=0KtklS_iOZ0zYhC18&rangeVer=1
99-
gdm()
99+
gdm() + {
100+
mmdebstrap+: {
101+
packages+:
102+
// Disable sleep in GDM3 when using it with KDE Plasma
103+
// https://applink.feishu.cn/client/message/link/open?token=Ami%2F2XW%2Fg4ADaQm1ZLZRwBw%3D
104+
[
105+
"radxa-system-config-gdm3-disable-sleep",
106+
],
107+
},
108+
}
100109
else
101110
{}
102111
)

0 commit comments

Comments
 (0)