Sebastian Stenzel

Results 305 comments of Sebastian Stenzel
trafficstars

There seems to be a [FUSE for macOS specific protocol extension](https://github.com/osxfuse/osxfuse/issues/501). Not sure how we get this message, but worth researching.

Seems like this is currently being worked on upstream: [JDK-8151430](https://bugs.openjdk.org/browse/JDK-8151430)

Strange: ``` org.cryptomator.frontend.fuse.mount.FuseMountException: Unmount refused: There are open files or pending operations. at [email protected]/org.cryptomator.frontend.fuse.mount.AbstractMount.unmount(AbstractMount.java:33) ``` suggests, that despite the I/O error the file counts as "opened", which according to this...

_May be related to #2341: Apparently when using Cryptomator on Windows 11 with OneDrive, OneDrive starts downloading files, when Cryptomator only asks for the metadata._

> [...] I'm actually wondering how this bug got introduced [...] [Before](https://github.com/ledwardchow/cryptomator/blob/a32f5bb6d90b163a130d025546657d35eca26d47/src/main/java/org/cryptomator/ui/traymenu/TrayImageFactory.java#L24) vs [after](https://github.com/ledwardchow/cryptomator/blob/a404740cebf43d7ee1f2b2c46a5497cd0b49cc8d/src/main/java/org/cryptomator/ui/traymenu/TrayMenuController.java#L63). While [`Class#getResource()`](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Class.html#getResource(java.lang.String)) returns an `URL`, [`Class#getResourceAsStream()`](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Class.html#getResourceAsStream(java.lang.String)) returns an `InputStream`. Apparently, AWT's [`getImage(URL)`](https://docs.oracle.com/en/java/javase/17/docs/api/java.desktop/java/awt/Toolkit.html#getImage(java.net.URL)) attempts to find `@2x`...

> Should that be reworded to indicate it should be installed **_before_** installing Cryptomator? It can be installed in any order. Cryptomator simply needs to be restarted before it sees...

We're planning to create a standard among several open source file encryption tools, for which we will consider this.

> Or, is it in early stages of discussion? Correct, there is not yet anything to see. The specs should be discussed openly though, so I can imagine doing this...

I can't reproduce this, but I may have a different setup than you. Could you please tell us what OS and software versions you're using? Also, to avoid accesses to...

To be honest, I don't understand what this syntax or what a "mount manager" is. @infeo Any chance you ever stumbled upon this in Windows?