https://bugs.kde.org/show_bug.cgi?id=490868
Piotr Dobrogost <bugs.kde....@p.dobrogost.net> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.kde.org/show_b | |ug.cgi?id=500434, | |https://bugs.kde.org/show_b | |ug.cgi?id=500276 --- Comment #2 from Piotr Dobrogost <bugs.kde....@p.dobrogost.net> --- I was having the same issue. I found out that killing KRdp and then connecting again from Windows 10 Remote Desktop app works. 1. On the server run `systemctl --user status app-org.kde.krdpserver.service` and take note of pid number (`Main PID: 65971 (krdpserver)`). 2. Kill the KRdp process with `kill -9 <PID-FROM-STEP-ABOVE>`. 3. Connect again and this time it works. -- You are receiving this mail because: You are watching all bug changes.