SUMMARY Cannot modify any option of KRDP in system settings. After I updated KDE Neon from 6.1.0 to 6.1.1, I am not unable to edit users or modify any KRDP option.
*** Bug 489247 has been marked as a duplicate of this bug. ***
`systemctl --user mask plasma-krdp_server.service` command helped for me as temporary solution
Does the issue go away if you click the switch in the corner of the System Settings page to turn off the server?
(In reply to Nate Graham from comment #3) > Does the issue go away if you click the switch in the corner of the System > Settings page to turn off the server? No, even the switch is unclickable (also in colors of unclickable items)
Created attachment 171100 [details] All items from KRdp settings disabled
(In reply to Dm from comment #4) > No, even the switch is unclickable (also in colors of unclickable items) confirming this behavior.
krdp 6.1.2-0xneon+22.04+jammy+release+build18 Bug is still here ((
Currently the settings are not modifiable while the server is running. The switch is only disabled when the server is starting and stopping, but if it gets stuck in starting/stopping then the switch would also be stuck.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/krdp/-/merge_requests/53
Git commit 909ebd3a8dc50c6bd242c764d0da5b818b66e736 by Akseli Lahtinen. Committed on 10/07/2024 at 14:41. Pushed by akselmo into branch 'master'. allow toggling server without users Password retrieval is async process, so we should allow the toggle even if there are no accounts available. This should fix bugs where server is on but can't be toggled off due to something blocking the password retrieval. M +0 -1 src/kcm/ui/main.qml https://invent.kde.org/plasma/krdp/-/commit/909ebd3a8dc50c6bd242c764d0da5b818b66e736
A possibly relevant merge request was started @ https://invent.kde.org/plasma/krdp/-/merge_requests/54
Git commit 6b64676ce6924af0c8ddf39837e5df58f4d93195 by Akseli Lahtinen. Committed on 10/07/2024 at 18:04. Pushed by akselmo into branch 'Plasma/6.1'. allow toggling server without users Password retrieval is async process, so we should allow the toggle even if there are no accounts available. This should fix bugs where server is on but can't be toggled off due to something blocking the password retrieval. (cherry picked from commit 909ebd3a8dc50c6bd242c764d0da5b818b66e736) 909ebd3a allow toggling server without users Co-authored-by: Akseli Lahtinen <akselmo@akselmo.dev> M +0 -1 src/kcm/ui/main.qml https://invent.kde.org/plasma/krdp/-/commit/6b64676ce6924af0c8ddf39837e5df58f4d93195
A possibly relevant merge request was started @ https://invent.kde.org/plasma/krdp/-/merge_requests/57
Git commit 7fc5af253771765830546d015c2e9c9b91f5b827 by Akseli Lahtinen. Committed on 05/08/2024 at 15:13. Pushed by akselmo into branch 'master'. Allow changing KRDP server settings when it's running This change will allow changing the KRDP Server settings while it's running, and shows a warning with restart button if user changes the settings while the server is running. M +13 -0 src/kcm/kcmkrdpserver.cpp M +1 -0 src/kcm/kcmkrdpserver.h M +25 -7 src/kcm/ui/main.qml https://invent.kde.org/plasma/krdp/-/commit/7fc5af253771765830546d015c2e9c9b91f5b827