Summary: | Black Screen When Connecting to KRDP Server Using Windows 10 RDP Client | ||
---|---|---|---|
Product: | [Plasma] KRdp | Reporter: | Mike Smith <mikesmith929+kde> |
Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
Status: | REPORTED --- | ||
Severity: | major | CC: | ahiemstra, bugs.kde.org, postix |
Priority: | NOR | ||
Version First Reported In: | 6.1.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: |
https://bugs.kde.org/show_bug.cgi?id=500434 https://bugs.kde.org/show_bug.cgi?id=500276 |
||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mike Smith
2024-07-26 20:03:41 UTC
This is the same bug I think as here: https://invent.kde.org/plasma/krdp/-/issues/8 I'm not sure if this is the right place or in invent and couldn't find this bug in bugs.kde so here it is. 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. |