mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #902] 重开1Remote会清空kitty的Session #2650
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#2650
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 @zbl400 on GitHub (Apr 2, 2025).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/902
Originally assigned to: @VShawn on GitHub.
Describe the bug
退出 1Remote 后再启动1Remote, 一旦启动后,会清空 1Remote\kitty\Sessions 目录内的配置文件
To Reproduce
启动 1remote, 然后使用自带的 kitty 保存了几个session,发现它默认保存在 1Remote\kitty\Sessions 目录下。
此时使用 session 很正常。
退出 1Remote, 就是在系统托盘中,右键 1Remote ,退出。此时 1Remote\kitty\Sessions 仍有session配置文件
再次启动 1Remote, 一旦启动,不需要连接任何服务器, 1Remote\kitty\Sessions 的配置文件被清空了。
Expected behavior
希望能保留 kitty session 配置文件
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 (Apr 2, 2025):
这不是个BUG,必须要清除 Sessions,否则会导致 1remote 连接 SSH 时载入到错误的配置。
使用自带的 kitty 是指你自己下载的 kitty 吗?那么问题应该就在于
使用自带的 kitty 保存了几个session为何会会保存到了 1Remote 的目录下。@zbl400 commented on GitHub (Apr 2, 2025):
哦,原来是这么设计的,明白了。
kitty就是1Remote自带的,本想利用他的session做些共性和个性的配置。这么设计的话,我把个性的session配置文件放其他位置。
谢谢