Created attachment 184621 [details] A screenshot of the SDDM behavior settings within the SDDM kcm, showing the checked Automatically log in box and that the warning with the non-functional button SUMMARY The "Open KDE Wallet Settings" button that appears when checking "Automatically log in" under behavior is non-functional and doesn't bring you to the proper page STEPS TO REPRODUCE 1. Open system settings 2. Go to Colours & Themes -> Login Screen (SDDM) 3. Click on "Behavior" 4. Check "Automatically log in" 5. Click "Open KDE Wallet Settings" on the newly-appeared warning about KDE Wallet OBSERVED RESULT KDE Wallet Settings do not open EXPECTED RESULT System settings either brings you to the KDE Wallet Settings page or opens the standalone window SOFTWARE/OS VERSIONS (available in the Info Center app, or by running `kinfo` in a terminal window) Linux/KDE Plasma: Fedora Linux 42 (Kinoite) (Kernel Version: 6.13.3-200.fc42.x86_64 (64 bit)) KDE Plasma Version: 6.4.4 KDE Frameworks Version: 6.17.0 Qt Version: 6.9.1
Uses old kwallet things with the 5 postifx, needs updating to the new name (without any number) https://invent.kde.org/plasma/sddm-kcm/-/blob/master/src/sddmkcm.cpp?ref_type=heads#L357
The executable is stil called kwalletmanager5 but the desktop file is different.
Would you like to fix this, Luca? It's a very simple change.
(In reply to Nate Graham from comment #3) > Would you like to fix this, Luca? It's a very simple change. Sure, I am so excited to make my first contribution to this project, I'll read the get involved documentation to get everything set up on my machine as soon as I have time
That's great! Let me know if you need any help.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/sddm-kcm/-/merge_requests/97
Git commit cbe7b9ee8468dc47c4215f3eac29478b55c6018c by David Edmundson. Committed on 09/10/2025 at 11:31. Pushed by davidedmundson into branch 'master'. Update to renamed kwalletmanager desktop file M +1 -1 src/sddmkcm.cpp https://invent.kde.org/plasma/sddm-kcm/-/commit/cbe7b9ee8468dc47c4215f3eac29478b55c6018c
Git commit 591f2c1b60cba2f23914d6825b746bed54345acc by David Edmundson. Committed on 09/10/2025 at 16:11. Pushed by davidedmundson into branch 'Plasma/6.5'. Update to renamed kwalletmanager desktop file (cherry picked from commit cbe7b9ee8468dc47c4215f3eac29478b55c6018c) Co-authored-by: David Edmundson <kde@davidedmundson.co.uk> M +1 -1 src/sddmkcm.cpp https://invent.kde.org/plasma/sddm-kcm/-/commit/591f2c1b60cba2f23914d6825b746bed54345acc
I apologize for ending up not working on this as I have been extremely busy but this has stayed in the back of my mind the whole time
No worries! It's fixed now; that's what matters most.