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
diff --git a/debian/changelog b/debian/changelog
index 65c95fc..cbf2820 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
1casper (1.496ubuntu1) UNRELEASED; urgency=medium
2
3 * Fix 34disable_kde_services to correctly disable
4 kscreenlocker on live cd. (LP #2054246)
5
6 -- Scarlett Moore <sgmoore@debian.org> Tue, 09 Apr 2024 10:23:40 -0700
7
1casper (1.496) noble; urgency=medium8casper (1.496) noble; urgency=medium
29
3 * Allow Xubuntu's installer to be ran without marking the executable as10 * Allow Xubuntu's installer to be ran without marking the executable as
diff --git a/scripts/casper-bottom/34disable_kde_services b/scripts/casper-bottom/34disable_kde_services
index 5a7355a..c400cb3 100755
--- a/scripts/casper-bottom/34disable_kde_services
+++ b/scripts/casper-bottom/34disable_kde_services
@@ -23,7 +23,7 @@ log_begin_msg "$DESCRIPTION"
23for pkg in kubuntu-default-settings ubuntustudio; do23for pkg in kubuntu-default-settings ubuntustudio; do
24 settingsdir="/root/usr/share/$pkg/kf5-settings"24 settingsdir="/root/usr/share/$pkg/kf5-settings"
25 [ -d "$settingsdir" ] || continue25 [ -d "$settingsdir" ] || continue
26 printf "[Daemon]\nTimeout=0\nAutolock=false\n" >> "$settingsdir"/kscreenlockerrc26 printf "[Daemon]\nTimeout=0\nLockOnResume=false\n" >> "$settingsdir"/kscreenlockerrc
27 printf "[Basic Settings]\nIndexing-Enabled=false\n" >> "$settingsdir"/baloofilerc27 printf "[Basic Settings]\nIndexing-Enabled=false\n" >> "$settingsdir"/baloofilerc
28 printf "[Module-notificationhelper]\nautoload=false\n" >> "$settingsdir"/kded5rc28 printf "[Module-notificationhelper]\nautoload=false\n" >> "$settingsdir"/kded5rc
29 printf "[Event/Update]\nAction=\n" >> "$settingsdir"/muonabstractnotifier.notifyrc29 printf "[Event/Update]\nAction=\n" >> "$settingsdir"/muonabstractnotifier.notifyrc

Subscribers

People subscribed via source and target branches