Sebastian Stenzel
Sebastian Stenzel
> So Cryptomator is likely closing standard error towards its child and any program not handling this gracefully is terminated by SIGPIPE. This might be the case. The `xdg-open` child...
Could aynyone with Dolphin and JDK 11+ do some tests _without Cryptomator_ using `jshell` (part of the JDK): ``` jshell> var process1 = new ProcessBuilder("xdg-open", "file:///home/some/path").start(); // vs jshell> var...
> I've tested with OpenJDK Runtime Environment Temurin-17.0.3+7 (build 17.0.3+7). Replaced the path with a path to the Cryptomator dir. In both cases, I was able to open files in...
The "read" field only shows access to file contents. We can add a new stats counter for access to file metadata. I'll consider this a feature request.
We can easily add another stat counting accesses that are neither read nor write. 🤷♂️
> so I would expect there to be a certain amount of writing of dirents Sorry to disappoint you, but we will not implement fake stats that serve your expectations....
As the program appears to be running, you should also see a tray icon (lower right corner next to the volume and wifi controls). When clicking on that icon, a...
Maybe fixed via 9c83baa? Can you retest this with the latest version?
Can you retest this with the latest versions of Cryptomator and WinFSP? FUSE does allow "streaming" of directory listings, so it should at least not hang.
Why should it be modal?