mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #1013] Pinned tags not show after program restart #804
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#804
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 @reginfo on GitHub (Oct 21, 2025).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/1013
Originally assigned to: @VShawn on GitHub.
Describe the bug
Pinned tags not appear on the top bar after program restart
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Tag is pinned also after program shutdown but it lost, only one remains.
Desktop (please complete the following information):
@itagagaki commented on GitHub (Oct 25, 2025):
On my end, the behavior I've observed differs slightly from what's been reported, but the pin/unpin behavior does indeed seem a bit off.
P.S.
1.2.1 works fine for me.
The latest main branch is does not work with pining the tags. I suspect the issue is caused by the refactoring that made three months ago, but I'm not sure.
@VShawn commented on GitHub (Nov 13, 2025):
@reginfo sorry for delay, plz check file
.locality/.tags.jsonafter you pin something. if it correctly saved the IsPinned should be true.1.2.1 shouldn't have this problem, I suspect that 1Remote doesn't have permission to write to .tags.json
The latest main branch does have issues.
@reginfo commented on GitHub (Nov 14, 2025):
Hi,
So when I make changes nothing new appears in .tags.json. There is only one tag. But is I modify this file manually - tags appears.
I don`t think it is permission issue, as DB is updating on my changes and the on one folder. Maybe it related to portable version?
I also testes Nightly version - the same behavior.
@VShawn commented on GitHub (Nov 15, 2025):
@reginfo That doesn't make sense, at least not for the nightly version. Just yesterday I checked the nightly build while troubleshooting this issue, and the .tags.json file was being modified correctly (i.e., when pinning a tag, the corresponding IsPinned would change to true).
Could you please double-check the nightly version and verify if the .tags.json file is actually being updated when you pin/unpin tags? There might be something specific about your setup that's causing this behavior.
Additionally, I found that the tag issue in the nightly version appears to be related to incorrect data binding objects after the refactoring.
@reginfo commented on GitHub (Nov 19, 2025):
Hi,
I have renamed folder and get a new one with nightly version.
I have copy my DB file. And now everything is OK.
Thanks.