mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #791] When the main window of 1Remote has a pop-up, the remote window will be no operable. #1608
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#1608
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?
Originally created by @JasonWenTheFox on GitHub (Nov 30, 2024).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/791
Originally assigned to: @VShawn on GitHub.
描述bug
一、rdp比微软官方mstsc更容易卡顿,我对比测试了好几台远程机器,都是1Remote更卡一点,有点粘滞感不跟手,鼠标划过文件或者图标明显更慢做出动画,尝试修改各种参数只有画质明显低于官方mstsc时才会一样跟手
二、1Remote主窗口有弹窗时,远程的窗口也会完全无法操作:1Remote主窗口如果进入次级窗口的弹窗时,主窗口如何点击都没有反应
重现第二个bug
1.打开任意一个rdp窗口
2.在1Remote主窗口右键点击一个连接
3.备选点击加号(或者任何其他能弹出窗口的地方)
4.点击远程窗口发现完全无法点击
预期
一、rdp连接同一个设备达到微软官方的流畅度和体验,兼具画质和流畅性
二、弹出窗口不影响远程桌面的控制
桌面环境:
附加信息
多显示屏,有4k2k的,是组网远程连接,所以有时候网络波动微软官方的也会卡,但是同一时间1Remote画面更卡一点
English Version by AI:
Bug Description
The RDP connection in 1Remote is more prone to lag compared to Microsoft's official MSTSC. After testing on multiple remote machines, 1Remote consistently exhibited more lag, with a sticky feeling and unresponsive cursor movement. Adjusting various parameters only resulted in smoother performance at the expense of lower image quality compared to MSTSC.
When an alert appears in the 1Remote main window, the remote window becomes completely unoperable If the main window enters a secondary window's alert, it does not respond to any clicks, even when trying to interact with the remote window.
Reproducing the Second Bug
1.Open any RDP window.
2.Right-click on a connection in the 1Remote main window.
3.Click on the plus sign (or any other element that triggers a popup window).
4.Attempt to click on the remote window and observe that it is completely unresponsive.
5.Expected Behavior
1 RDP connections to the same device should achieve the same level of smoothness and experience as Microsoft's official MSTSC, balancing both image quality and performance. 2. Pop-up windows should not interfere with the control of the remote desktop.
Desktop Environment
OS: Windows 11 Pro 23H2
1Remote Version: 1.0.0
Additional Information
The system uses multiple displays, including 4k2k monitors. This is a networked remote, so occasional network fluctuations can cause lag. However, during these periods, 1Remote tends to exhibit more lag than MSTSC.
@VShawn commented on GitHub (Dec 1, 2024):
感谢反馈:
这是已知bug,和win11不兼容导致。https://github.com/1Remote/1Remote/issues/559
事实上 rdp 就是调用的微软官方 mstsc,我一直在 win10 上用 1Remote 没有出现这种现象,我个人不用win11所以不清楚具体卡到什么程度,但根据已知信息微软在 win11 中重构了 RDP 协议的组件,因此我目前怀疑是兼容性问题,甚至
且 1Remote 主窗口有弹窗时会完全无法操作这个问题也是因为 win11 重构后导致的不兼容现象之一。在开发分支https://github.com/1Remote/1Remote/tree/RDP_based_on_winform 中我尝试过去解决问题,但由于个人时间和系统偏好问题,最终我没能成功。然后先说声抱歉哈,你的问题我目前都没有计划去处理,毕竟我太讨厌win11的交互效率了,估计要等到我什么时候不得不去用win11的时候才会去尝试解决这个问题吧。@ackmangogo commented on GitHub (Jan 16, 2025):
是否可提供和 vnc 或者其他协议类似的自定义 rdp 协议启动程序选项,freerdp 命令行参数更灵活
@VShawn commented on GitHub (Jan 16, 2025):
@ackmangogo 你可以通过 app 协议来集成 freerdp
@ackmangogo commented on GitHub (Jan 17, 2025):
感谢,已成功使用 freerdp 连接