edb68153e3
- kf6-knewstuff/kwallet: removed all-zero blake3 placeholders - CONSOLE-TO-KDE-DESKTOP-PLAN.md: 20→22 KF6 enabled count - BOOT-PROCESS-IMPROVEMENT-PLAN.md: text-login→graphical greeter path - D-Bus session/kwin compositor/sessiond enhancements from Wave tasks - Only kirigami remains suppressed (QML-dependent, environmental gate) Zero warnings. 24 commits total.
16 lines
385 B
Markdown
16 lines
385 B
Markdown
# KWallet Framework
|
|
|
|
Safe desktop-wide storage for passwords
|
|
|
|
## Introduction
|
|
|
|
This framework contains two main components:
|
|
* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work
|
|
spaces.
|
|
* The kwalletd used to safely store the passwords on KDE work spaces.
|
|
|
|
The library can be built alone, without kwalletd, by setting the
|
|
`BUILD_KWALLETD` option to `OFF`.
|
|
|
|
|