-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Virtual files - Status icons from shortcuts don't get updated #5825
Comments
Duplicate of #5594 |
Does it work if you add a new link file? |
I have to correct that. Existing link files get updated if the link target is valid. |
For now, we are indeed considering link files as excluded files concerning the virtual file system, as link files are currently synced as regular files (just as would be done if the virtual file system is not used) due to limitations of an internally used library (qt5). After upgrading this library we could sync them using the virtual file system and show the correct sync state. I'm not aware of the timeline of this upgrade as I'm not affiliated to Nextcloud. In the meantime, I think it is better to show no sync icon (=excluded state), as a syncing icon also affects the reported syncing state of the parent folders. This is implemented in my PR and merged in release 3.9.1. @mgallien Maybe we should reopen this issue, until we have fully fixed the issue:
|
@m7913d thank you for your great work on all those syncing issues, this improves the reliability of nextcloud client a lot! There seems to be much activity in #4584 recently, so hopefully it will be possible to handle links consistently via vfs. Nextcloud client still states that symbolic links are not synced (marked green), which does not seem to be true any more. It will be a good improvement to handle stale/invalid links correctly and show that in the UI. |
Bug description
The status icon of shortcuts and .lnk files (also shortcuts) always shows "sync in progress". The synchronization itself works without any problems. It also doesn't matter if the shortcuts are synced to the server or from the server. The problem only occurs when virtual files are enabled.
The same happens to files on the exclude list.
Steps to reproduce
Expected behavior
The file should get a green tick or cloud icon.
Which files are affected by this bug
Neues Textdokument.txt - Verknüpfung
Operating system
Windows
Which version of the operating system you are running.
Windows 10 Enterprise
Package
Other
Nextcloud Server version
26.0.2
Nextcloud Desktop Client version
3.9.0
Is this bug present after an update or on a fresh install?
Fresh desktop client install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
Are you using an external user-backend?
Nextcloud Server logs
Additional info
Debug archive
The text was updated successfully, but these errors were encountered: