Merge ~scarlettmoore/casper:main into casper:main

Proposed by Scarlett Gately Moore
Status: Merged
Merged at revision: 3be622deb54db1e5b5abd1cf5224a3c62327dad4
Proposed branch: ~scarlettmoore/casper:main
Merge into: casper:main
Diff against target: 28 lines (+8/-1)
2 files modified
debian/changelog (+7/-0)
scripts/casper-bottom/34disable_kde_services (+1/-1)
Reviewer Review Type Date Requested Status
Simon Quigley (community) Approve
Ubuntu Installer Team Pending
Review via email: mp+464652@code.launchpad.net

Commit message

Emergency fix for live CD. I inadvertently turned on autolock leaving users in a broken state in a live system.

To post a comment you must log in.
Revision history for this message
Simon Quigley (tsimonq2) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 6ae3760..64ea397 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+casper (1.498) noble; urgency=medium
7+
8+ * Redisable autolock in 34disable_kde-services on live.
9+ (LP: #2062402)
10+
11+ -- Scarlett Moore <sgmoore@debian.org> Thu, 18 Apr 2024 14:45:12 -0700
12+
13 casper (1.497) noble; urgency=medium
14
15 * Fix 34disable_kde_services to correctly disable
16diff --git a/scripts/casper-bottom/34disable_kde_services b/scripts/casper-bottom/34disable_kde_services
17index c400cb3..f368ec2 100755
18--- a/scripts/casper-bottom/34disable_kde_services
19+++ b/scripts/casper-bottom/34disable_kde_services
20@@ -23,7 +23,7 @@ log_begin_msg "$DESCRIPTION"
21 for pkg in kubuntu-default-settings ubuntustudio; do
22 settingsdir="/root/usr/share/$pkg/kf5-settings"
23 [ -d "$settingsdir" ] || continue
24- printf "[Daemon]\nTimeout=0\nLockOnResume=false\n" >> "$settingsdir"/kscreenlockerrc
25+ printf "[Daemon]\nTimeout=0\nAutolock=false\nLockOnResume=false\n" >> "$settingsdir"/kscreenlockerrc
26 printf "[Basic Settings]\nIndexing-Enabled=false\n" >> "$settingsdir"/baloofilerc
27 printf "[Module-notificationhelper]\nautoload=false\n" >> "$settingsdir"/kded5rc
28 printf "[Event/Update]\nAction=\n" >> "$settingsdir"/muonabstractnotifier.notifyrc

Subscribers

People subscribed via source and target branches