Summary: | Crash: "NotifyKeyboardKeycode": Marshalling failed | ||
---|---|---|---|
Product: | [Plasma] KRdp | Reporter: | Tim Gromeyer <tim.gromeyer> |
Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
Status: | REPORTED --- | ||
Severity: | crash | CC: | ahiemstra, epiciskandar, jackyzy823 |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Tim Gromeyer
2024-10-17 07:54:44 UTC
same here The problem is `org.kde.krdp: A valid TLS certificate ("krdp.crt") and key ("krdp.key") is required for the server to run!` You need run `krdpserver -u user -p test --certificate ./xxx.crt --certificate-key ./xxx.key` You could run `winpr-makecert -path .` to generate certificate in the current path with the hostname. |