Replies: 1 comment
|
I can confirm that we lack proper handling of extended attributes or labels and do not sync these with the storage provider in general. We are looking into possible options but support may be limited to Integrated connect mode in a future version. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
MacOS uses extended attributes to store certain metadata in files. The MountainDuck documentation states that this metadata can be kept by enabling a hidden flag.
However, even when enabling this hidden flag, there are two bugs that I encountered:
Existing metadata already present remotely is ignored.
New metadata gets deleted immediately after creation.
Steps to reproduce 1)
Test. Set metadata like tag color or folder iconTest._Testcontaining the metadata exists:Steps to reproduce 2)
Expected behavior
When opening WebDav file shares with MountainDuck, metadata should appear in Finder in the same way as it does when opening with the Finder directly
When setting attributes in a MountainDuck-managed directory, attributes should stick the same way as they do for non-MountainDuck-managed directories. Repeating the same steps above on e.g. the Desktop results in the following result:
Desktop
macOS Tahoe 26.1
All reactions