Bug 441876 - Clicking Apply does nothing in the KDE Wallet KCM
Summary: Clicking Apply does nothing in the KDE Wallet KCM
Status: REPORTED
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_kwalletconfig5 (show other bugs)
Version: 5.21.5
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-01 16:49 UTC by Alexander Potashev
Modified: 2022-02-12 13:16 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Potashev 2021-09-01 16:49:30 UTC
SUMMARY
Clicking Apply does nothing in the KDE Wallet KCM when I have no permission to edit settings ("You are not allowed to save the configuration" in the caption.)

STEPS TO REPRODUCE
1. Open Systemsettings -> "KDE Wallet" KCM
2. Uncheck "Enable the KDE wallet subsystem"
3. Click Apply

OBSERVED RESULT
The "Apply" is now greyed out (cannot click it again), nothing else happens.

If I then attempt to close the systemsettings window, an Apply-Discard-Cancel dialog opens. If I respond "Apply" to it, I get the "Permission denied" popup.

EXPECTED RESULT
1. A "Permission denied" popup should be displayed.
2. The Apply button should stay enabled (IOW clickable).

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.78.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
Not sure why I'm "not allowed to save the configuration", but that's probably a different questions, see bug #356624, bug #429274.
Comment 1 Alexander Potashev 2022-02-12 13:16:01 UTC
Workaround:

Create file ~/.config/kwalletrc with the following content:

```
[Wallet]
Enabled=false
```