rustdesk / rustdesk/rustdesk-server-pro
Custom client: clipboard IPC broken due to pipe name mismatch (clipboard_service cannot reach CM, os error 2)
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 317
- Forks
- 119
- PR merge metrics
- No merged PRs in 30d
Description
RustDesk Server Pro version
Custom client version (1.4.6)
Custom app name: SF-RAPC-TCP
The key log line: Failed to read clipboard from cm: The system cannot find the file specified. (os error 2) from clipboard_service.rs:143
Pipe list output showing \.\pipe\SF-RAPC-TCP\query_cm exists but no flat _cm variant
Ctrl+C works but OLE-based right-click copy in third-party apps fails as a downstream symptom
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at clipboard_service.rs:143 and compare the pipe name it requests with the listed \.\pipe\SF-RAPC-TCP\query_cm endpoint. Reproduce the failed clipboard read using the supplied custom client details, then verify that the expected IPC endpoint is reached and OLE-based right-click copy works without the os error 2.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100