Sebastian Stenzel
Sebastian Stenzel
Great, we found the root cause then. Possible workarounds: 1. Rather install WinFSP and change your volume settings to FUSE 2. Or if you want to stick with WebDAV, set...
In the meantime we have updated our DBus implementation, so we no longer require `jnr.unixsocket.*`. So this specific error should be obsolete.
Maybe a modern, Windows-specific implementation of our new [TrayMenuController API](https://github.com/cryptomator/integrations-api/blob/develop/src/main/java/org/cryptomator/integrations/tray/TrayMenuController.java) can be added?
Duplicate of #1590
FUSE doesn't support Windows-specific file attributes. We might get it to work via xattr, but I don't want to promise anything.
@tobihagemann I suppose you have 14.3.1 as well? Can you reproduce this? I can't really explain why "lock and quit" should have any influence on the behaviour after a fresh...
Does this happen for all your repos or does it depend on the repo content?
@tobihagemann I think we need to move to a newer API. We are relying on a [5 years old implementation](https://github.com/cryptomator/integrations-mac/blob/develop/src/main/native/org_cryptomator_macos_autostart_MacLaunchServices_Native.m), based on the deprecated `kLSSharedFileListSessionLoginItems`.
> I was thinking that "Enable debug logging" would only allow logging more detailed lines than the normal mode ? That's exactly what it is. Especially I/O is a lot...
After installing the latest fuse-t update, you can add `-onomtime` yourself in the Vault Options dialog: However, in my short test it didn't seem to have the desired effect. 😞