| Summary: | KRDC should switch from KWallet to QtKeychain | ||
|---|---|---|---|
| Product: | [Applications] krdc | Reporter: | m.kurz |
| Component: | general | Assignee: | Urs Wolfer <uwolfer> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | m.kurz |
| Priority: | NOR | ||
| Version First Reported In: | 25.12.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/network/krdc/-/commit/22aa8616274cb43a100ffe6c5cbb4e53dac16a53 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
m.kurz
2026-01-07 13:00:36 UTC
All the read/write password happens in https://invent.kde.org/network/krdc/-/blob/master/core/remoteview.cpp so I guess migration should be easy. (In reply to m.kurz from comment #1) > All the read/write password happens in > https://invent.kde.org/network/krdc/-/blob/master/core/remoteview.cpp so I > guess migration should be easy. Just look at m_wallet A possibly relevant merge request was started @ https://invent.kde.org/network/krdc/-/merge_requests/220 Git commit 22aa8616274cb43a100ffe6c5cbb4e53dac16a53 by Fabio Bas. Committed on 14/01/2026 at 21:36. Pushed by ctrlaltca into branch 'master'. Switch from KWallet to QtKeychain M +81 -63 .flatpak-manifest.json M +1 -1 .kde-ci.yml M +12 -11 CMakeLists.txt M +1 -1 config/general.ui M +7 -6 core/CMakeLists.txt M +1 -1 core/hostpreferences.cpp M +52 -28 core/remoteview.cpp M +0 -2 core/remoteview.h M +0 -1 rdp/CMakeLists.txt M +0 -1 test/CMakeLists.txt M +0 -1 vnc/CMakeLists.txt https://invent.kde.org/network/krdc/-/commit/22aa8616274cb43a100ffe6c5cbb4e53dac16a53 |