diff -Nru casper-1.389/debian/changelog casper-1.390/debian/changelog --- casper-1.389/debian/changelog 2018-03-02 14:25:18.000000000 +0000 +++ casper-1.390/debian/changelog 2018-03-12 11:45:09.000000000 +0000 @@ -1,3 +1,14 @@ +casper (1.390) bionic; urgency=medium + + * scripts/casper-bottom/34disable_kde_services: + - stop disabling kwallet in Kubuntu live session by removing it's + desktop and service files, and instead write a 'kwalletrc' config + file disabling it. Allows plasma-nm to recognise it is disabled, + and not try to use it initially. Fixes repeated wi-fi password + prompt. (LP: #1572244) + + -- Rik Mills Mon, 12 Mar 2018 11:45:09 +0000 + casper (1.389) bionic; urgency=medium * scripts/casper-bottom/22desktop_settings: diff -Nru casper-1.389/scripts/casper-bottom/34disable_kde_services casper-1.390/scripts/casper-bottom/34disable_kde_services --- casper-1.389/scripts/casper-bottom/34disable_kde_services 2017-04-26 15:33:10.000000000 +0100 +++ casper-1.390/scripts/casper-bottom/34disable_kde_services 2018-03-12 11:45:09.000000000 +0000 @@ -25,10 +25,6 @@ rm -f /root/usr/share/autostart/korgac.desktop rm -f /root/usr/share/autostart/printer-applet.desktop rm -f /root/usr/share/autostart/nepomukserver.desktop -rm -f /root/usr/share/kde4/services/kwalletd.desktop -rm -f /root/usr/share/kservices5/kwalletd5.desktop -rm -f /root/usr/share/dbus-1/services/org.kde.kwalletd5.service -rm -f /root/usr/share/dbus-1/services/org.kde.kwalletd.service rm -f /root/usr/share/kde4/services/kded/kpackagekitd.desktop if [ -z "${PERSISTENT}" ]; then rm -f /root/usr/share/kde4/services/kded/freespacenotifier.desktop @@ -42,6 +38,7 @@ printf "[Module-notificationhelper]\nautoload=false\n" >> /root/usr/share/kubuntu-default-settings/kf5-settings/kded5rc printf "[Event/Update]\nAction=\n" >> /root/usr/share/kubuntu-default-settings/kf5-settings/muonabstractnotifier.notifyrc printf "[Event/Update]\nAction=\n" >> /root/usr/share/kubuntu-default-settings/kf5-settings/muonapplicationnotifier.notifyrc + printf "[Wallet]\nEnabled=false\n" >> /root/usr/share/kubuntu-default-settings/kf5-settings/kwalletrc fi log_end_msg