Merge ~scarlettmoore/casper:main into casper:main

Proposed by Scarlett Gately Moore
Status: Merged
Merged at revision: ae6b1d898ba9f3a966273617687bfebadbc156c0
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 Pending
Review via email: mp+463938@code.launchpad.net

Commit message

Fix 34disable_kde_services to correctly disable kscreenlocker on live cd. (LP #2054246)

Description of the change

Update to the correct settings directive to disable kscreenlocker.

To post a comment you must log in.

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 65c95fc..cbf2820 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+casper (1.496ubuntu1) UNRELEASED; urgency=medium
7+
8+ * Fix 34disable_kde_services to correctly disable
9+ kscreenlocker on live cd. (LP #2054246)
10+
11+ -- Scarlett Moore <sgmoore@debian.org> Tue, 09 Apr 2024 10:23:40 -0700
12+
13 casper (1.496) noble; urgency=medium
14
15 * Allow Xubuntu's installer to be ran without marking the executable as
16diff --git a/scripts/casper-bottom/34disable_kde_services b/scripts/casper-bottom/34disable_kde_services
17index 5a7355a..c400cb3 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\nAutolock=false\n" >> "$settingsdir"/kscreenlockerrc
25+ printf "[Daemon]\nTimeout=0\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