From 217d71ba4389074438c09142bbc9f75dddd07f56 Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Tue, 24 Dec 2024 13:52:18 -0600 Subject: [PATCH] Change debconf frontend to noninteractive --- debian/changelog | 6 ++++++ src/lubuntu-update-backend | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 44152b4..5c1773d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lubuntu-update-notifier (1.1.1) plucky; urgency=medium + + * Switch debconf frontend to noninteractive. (LP: #2091704) + + -- Aaron Rainbolt Tue, 24 Dec 2024 13:51:28 -0600 + lubuntu-update-notifier (1.1.0) oracular; urgency=medium * Port to Qt6. diff --git a/src/lubuntu-update-backend b/src/lubuntu-update-backend index 1379c7c..1b6ad13 100755 --- a/src/lubuntu-update-backend +++ b/src/lubuntu-update-backend @@ -66,7 +66,7 @@ elif [ "$1" = 'doupdate' ]; then dpkg --configure -a # Run the real update - DEBIAN_FRONTEND='kde' apt-get -o Dpkg::Options::='--force-confdef' -o Dpkg::Options::='--force-confold' -o Apt::Color='0' -o Dpkg::Use-Pty='0' -y dist-upgrade |& tee /run/lubuntu-update-apt-log + DEBIAN_FRONTEND='noninteractive' apt-get -o Dpkg::Options::='--force-confdef' -o Dpkg::Options::='--force-confold' -o Apt::Color='0' -o Dpkg::Use-Pty='0' -y dist-upgrade |& tee /run/lubuntu-update-apt-log # Find all the conffiles doConffiles='y';