mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#935
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/1Remote/1Remote/pull/1004
Author: @Copilot
Created: 10/18/2025
Status: ✅ Merged
Merged: 10/19/2025
Merged by: @VShawn
Base:
main← Head:copilot/analyze-user-feedback-issue-864📝 Commits (1)
f99d384Initial plan📄 Description
Issue Analysis
This PR provides a comprehensive analysis of issue #864, where users reported that the clipboard is cleared after approximately 1 second when copying content in Excel while connected to a Windows RDP desktop through 1Remote with clipboard sharing enabled.
Investigation Results
After thorough code review and analysis of the issue discussion, I have determined that this is an environment/system issue, NOT a code issue in 1Remote.
Evidence
No clipboard manipulation code exists: The codebase was searched exhaustively for clipboard operations. The only clipboard-related code found:
_rdpClient.AdvancedSettings9.RedirectClipboard = _rdpSettings.EnableClipboard == true(AxMsRdpClient09Host.xaml.cs:352)Developer confirmation: The maintainer stated: "我十分确定代码内没有写过RDP剪贴板的操作" (I'm certain there's no RDP clipboard operation code written)
Intermittent behavior: Multiple users reported the issue is difficult to reproduce consistently, suggesting environmental factors rather than deterministic code behavior
Effective workaround exists: Disabling clipboard sharing in connection settings resolves the issue, confirming the problem lies in the RDP clipboard redirection mechanism itself
Root Cause Analysis
The issue is likely caused by one or more of the following environmental factors:
Conclusion
No code changes are required or recommended because:
User Recommendation
Users experiencing this issue should:
This analysis documents the investigation for future reference and helps users understand the root cause of the issue.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.