Sebastian Stenzel

Results 305 comments of Sebastian Stenzel
trafficstars

Your use case is easy to understand and legitimate and as such there are plenty of tools optimized for it. If you want to sync (with compression and encryption on...

Does this folder exist? `{USER_HOME}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup`? Seems like we just [rely on its existence](https://github.com/cryptomator/integrations-win/blob/1.0.0-beta2/src/main/java/org/cryptomator/windows/autostart/WindowsAutoStart.java) without checking it.

> If I may, I would suggest in investigating installing as a Windows service somewhere down the road. It appears more robust against user filesystem modifications, as I've seem to...

> for more info about retrieving it, see https://docs.microsoft.com/en-us/windows/win32/shell/knownfolderid Why am I not surprised to learn that Windows require you to write 20+ LoC to read a simple config value....

Thanks for linking the other thread. `st_ino` is indeed not set by Cryptomator, as we don't use the `use_ino` mount option. However, we can try to explicily nil this field,...

> -Also there is a capital-case path on the left (line 12), that is absent on the right. Not sure whether it does matter but anyways. It does, actually. Cryptomator...

> I think this means Ubuntu is missing a WebDav client, correct? Can you recommend one? On Linux, WebDAV mounting happens via [`gvfs-mount`](https://github.com/cryptomator/webdav-nio-adapter/blob/1.1.2/src/main/java/org/cryptomator/frontend/webdav/mount/LinuxGvfsMounter.java) or [`gio`](https://github.com/cryptomator/webdav-nio-adapter/blob/1.1.2/src/main/java/org/cryptomator/frontend/webdav/mount/LinuxGioMounter.java). However, both options seem to...

> As one can see in the provided video footage, the application seem to open for a short time. I cannot say, whats causing this, but maybe the systemlog reveals...

Log looks normal. It even proves that a third party process successfully reads content from the files: ``` 19:13:36.527 [Thread-158] TRACE o.c.frontend.fuse.ReadOnlyAdapter - read 32768 bytes from file /file-example_PDF_1MB.pdf starting...

To summarize a few of the above comments: * Logs prove that the OS reads the file, even if "nothing happens" → no problem on Cryptomator's side * When manually...