diff --git a/kwallet-5.86.0-wizard-default-to-blowfish.patch b/kwallet-5.86.0-wizard-default-to-blowfish.patch
new file mode 100644
index 0000000..ae081e1
--- /dev/null
+++ b/kwallet-5.86.0-wizard-default-to-blowfish.patch
@@ -0,0 +1,22 @@
+--- kwallet-5.86.0/src/runtime/kwalletd/knewwalletdialogintro.ui.orig 2021-09-22 21:50:50.564683712 +0200
++++ kwallet-5.86.0/src/runtime/kwalletd/knewwalletdialogintro.ui 2021-09-22 21:51:00.889868483 +0200
+@@ -65,6 +65,9 @@
+
+ Classic, blowfish encrypted file
+
++
++ true
++
+
+
+ -
+@@ -72,9 +75,6 @@
+
+ Use GPG encryption, for better protection
+
+-
+- true
+-
+
+
+
diff --git a/kwallet.spec b/kwallet.spec
index 98d0855..7ae71c9 100644
--- a/kwallet.spec
+++ b/kwallet.spec
@@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: kwallet
Version: 5.86.0
-Release: 1mamba
+Release: 2mamba
Summary: Safe desktop-wide storage for passwords
Group: System/Libraries
Vendor: openmamba
@@ -10,10 +10,11 @@ Packager: Silvan Calarco
URL: https://kde.org/
Source: http://download.kde.org/stable/frameworks/%{majver}/kwallet-%{version}.tar.xz
Patch0: kwallet-5.55.0-kwalletd-legacy-path.patch
+Patch1: kwallet-5.86.0-wizard-default-to-blowfish.patch
License: GPL
## AUTOBUILDREQ-BEGIN
-#libpthread.so.0()(64bit): /usr/lib64/libpthread.so: file not owned by any package
BuildRequires: glibc-devel
+BuildRequires: libX11-devel
BuildRequires: libassuan-devel
BuildRequires: libgcc
BuildRequires: libgcrypt-devel
@@ -61,6 +62,7 @@ This package contains libraries and header files for developing applications tha
%prep
%setup -q
#%patch0 -p1
+%patch1 -p1
%build
%cmake_kde5 -d build
@@ -109,6 +111,9 @@ This package contains libraries and header files for developing applications tha
%doc README.md
%changelog
+* Wed Sep 22 2021 Silvan Calarco 5.86.0-2mamba
+- added patch to default to blowfish choice on fist time wizard dialog
+
* Mon Sep 13 2021 Automatic Build System 5.86.0-1mamba
- automatic version update by autodist