mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #1064] 莫名出现任务栏高亮 #1795
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#1795
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 @hlc1209 on GitHub (Feb 2, 2026).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/1064
Originally assigned to: @VShawn on GitHub.
Describe the bug
经常莫名出现任务栏高亮,点开并没有发现远程主机有任何windows通知
To Reproduce
Steps to reproduce the behavior:
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
@VShawn commented on GitHub (Feb 3, 2026):
是挂机后出现的吗?请检查搜索一下日志文件中是否存在“exit with error code”,出现这个表示RDP发生断卡并自动重连,RDP断开后会发出闪烁通知。
@hlc1209 commented on GitHub (Feb 3, 2026):
30天的日志里只有一次出现exit with error code,但是基本每天都会出现闪烁通知。我会保持多个rdp链接,不同链接也是分开来出现闪烁的。
@hlc1209 commented on GitHub (Feb 3, 2026):
误按closed了。
@hlc1209 commented on GitHub (Feb 3, 2026):
我看了一下确定出现这种情况的日期的日志,大概几十条,每条都是相同的
[T:019][23:54:46.231]
Warning[VersionHelper.cs(CheckUpdateFromUrl:255)]@VShawn commented on GitHub (Feb 3, 2026):
这个是检查更新的 http 连接失败,不影响的。
搜了一下我主动控制去闪烁的只有下面这两个地方:
https://github.com/search?q=repo%3A1Remote%2F1Remote%20Flash&type=code
和你描述的都不匹配,暂时看不出来到底是为什么会闪烁。
如果你有能力可以自己下载源码调试一下,看到底是哪里触发了任务栏闪烁。
@hlc1209 commented on GitHub (Feb 3, 2026):
不懂调式😂
是否有可能是嵌套rdp的原因,例如分辨率的自适应调整?我会用另一台电脑rdp到这台主机,这时候原来的1remote全屏窗口可能要自动调整分辨率。但是我刚才试了下主动触发,也没有引发闪烁。
我再观察一下吧