Sebastian Stenzel
Sebastian Stenzel
Thanks for sharing this test case, this is indeed very odd and leaves me a little clueless. > 5. If the line cp "${file}" /dev/null is commented out, significantly less...
Since this feature request popped up several time (including in the early days, see related issue #300), I think it's time to comment on it: Yes, this is a legitimate...
The problem here is that the stack trace doesn't clearly identify the incomplete setup as the root cause. The most reliable way would be to somehow ask the system whether...
Due to lack of knowledge about other languages I can't fully understand the problem. I assume by "English" you mean Latin characters as opposed to e.g. Korean characters? What kinds...
Ok I see.. Well we don't want to restrict the allowed characters too much, since it affects security and would of course cause problems with already-existing non-ascii passwords. But I...
Sadly, I have very limited knowledge on this topic, but I know for sure that passwords are not limited to ASCII on macOS's and Windows' native password field, as I...
@Jackman3005 Splitting the file is not currently planned, as it introduces new problems (partially synced files, non-atomic conflict resolution, ..). See also #299. For now, I can just suggest using...
Seems to be the same as in #984. Can you also retest this with the [1.5.0-beta2](https://github.com/cryptomator/cryptomator/releases/tag/1.5.0-beta2) please? Just a quick test of the UI, you don't need to access any...
Maybe related to [JDK-8186981](https://bugs.openjdk.java.net/browse/JDK-8186981) for which the workaround is to enable software rendering by adding `-Dprism.order=sw` to the `[JVMOptions]` in `C:\Program Files\Cryptomator\app\Cryptomator.cfg`.
@andreaslink-de Can you retest this with [1.5.0-rc1](https://github.com/cryptomator/cryptomator/releases/tag/1.5.0-rc1)? We have updated the graphics toolkit and an upstream fix might affect this issue, too. No need for migration as long as you...