From 9e86b90bba8d373f530438192cb1622831e71e94 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 18 Jun 2020 19:31:54 +0200 Subject: Fix KDEBUG 423093 See https://bugs.kde.org/show_bug.cgi?id=423093 (Password is asked twice when connecting to a new WiFi network) Fixed in Frameworks 5.72.0 and Plasma 5.20.0, but annoying enough that I applied the patches that were made available. --- kde/patch/plasma-framework.patch | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kde/patch/plasma-framework.patch') diff --git a/kde/patch/plasma-framework.patch b/kde/patch/plasma-framework.patch index c74f454..601f16c 100644 --- a/kde/patch/plasma-framework.patch +++ b/kde/patch/plasma-framework.patch @@ -6,3 +6,7 @@ # KDEBUG 359388; fixed in Frameworks 5.20. #cat $CWD/patch/plasma-framework/plasma-framework_KDEBUG_359388.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } +# Password is asked twice when connecting to a new WiFi network, +# KDEBUG 423093; fixed in Frameworks 5.72 and Plasma 5.20. +cat $CWD/patch/plasma-framework/plasma-framework_KDEBUG_423093.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } + -- cgit v1.2.3-79-gdb01