Welcome to the KDE Plasma 6 KWallet issues Club!
On this upgraded from Leap 15.6 system:
Operating System: openSUSE Leap 16.0
KDE Plasma Version: 6.4.2
KDE Frameworks Version: 6.16.0
Qt Version: 6.9.1
Kernel Version: 6.12.0-160000.8-default (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 8600G w/ Radeon 760M Graphics
Memory: 32 GiB of RAM (30.5 GiB usable)
Graphics Processor: AMD Radeon Graphics
- With Plasma Wayland pure – no X11 …
- With SELinux …
I’m currently using a Blowfish “kdewallet” Wallet with an empty password, for the KDE application credentials (KMail and Dolphin and Chromium Browser) and, a GnuPG Wallet for the Passwords I need to have a note of …
I’ve been running around the SELinux security contexts issue for more days as I care to count and have settled on this solution for the moment.
> ls -ldZ ~/.local
drwx------. 5 xxx xxx unconfined_u:object_r:gconf_home_t:s0 43 3. Nov 10:02 /home/Users/xxx/.local
>
> ls -ldZ ~/.local/*
drwx------. 2 xxx xxx unconfined_u:object_r:home_bin_t:s0 6 3. Nov 10:02 /home/Users/xxx/.local/bin
drwx------. 82 xxx xxx unconfined_u:object_r:data_home_t:s0 4096 6. Jan 18:34 /home/Users/xxx/.local/share
drwx------. 4 xxx xxx unconfined_u:object_r:gconf_home_t:s0 4096 6. Jan 19:29 /home/Users/xxx/.local/state
>
> ls -ldZ ~/.local/share
drwx------. 82 xxx xxx unconfined_u:object_r:data_home_t:s0 4096 6. Jan 18:34 /home/Users/xxx/.local/share
>
> ls -ldZ ~/.local/share/kwalletd
drwx-----T. 2 xxx xxx unconfined_u:object_r:data_home_t:s0 155 6. Jan 18:04 /home/Users/xxx/.local/share/kwalletd
>
> ls -lZ ~/.local/share/kwalletd
insgesamt 48
-rw-------. 1 xxx xxx unconfined_u:object_r:data_home_t:s0 19706 4. Jan 17:27 Benutzer_attributes.json
-rw-------. 1 xxx xxx unconfined_u:object_r:data_home_t:s0 8092 6. Jan 18:04 Benutzer.kwl
-rw-------. 1 xxx xxx unconfined_u:object_r:data_home_t:s0 56 3. Jan 14:15 Benutzer.salt
-rw-------. 1 xxx xxx unconfined_u:object_r:data_home_t:s0 7091 3. Jan 14:11 kdewallet_attributes.json
-rw-------. 1 xxx xxx unconfined_u:object_r:data_home_t:s0 2484 6. Jan 17:52 kdewallet.kwl
-rw-------. 1 xxx xxx unconfined_u:object_r:data_home_t:s0 56 3. Jan 14:07 kdewallet.salt
>
More information regarding my Home directories is here: <Leap 16.0 system upgrade experience 0001>
In another post I’ve raised the issue of the current KDE Plasma 6 version shipping with Leap 16.0 – I’ll come back here to report if, the issues around PAM and KWallet resolve themselves by moving to the Open Build Service openSUSE KDE Project version of KDE Plasma 6.
BTW, I’m currently not experiencing any SELinux access warnings → “restorecon -F -R” was needed on my Home directory to make that issue disappear …