You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new vault, unlock the vault and open a shell inside the unlocked vault (which is a FUSE mount)
Create a directory inside the vault, e.g. mkdir test
Change into the directory cd test
Receive a weird error message:
Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on
Error: Could not find or load main class .home.user..local.share.sheldon.repos.github.com.skywind3000.z.lua.z.lua
Caused by: java.lang.ClassNotFoundException: /home/user//local/share/sheldon/repos/github/com/skywind3000/z/lua/z/lua
Should the plugin be compatible with FUSE or is this a known limitation? (Maybe it has nothing to do with FUSE and is a Cryptomator problem, not sure...)
The text was updated successfully, but these errors were encountered:
When using the plugin inside a Cryptomator vault, it doesn't work and triggers a very interesting error message.
mkdir test
cd test
Should the plugin be compatible with FUSE or is this a known limitation? (Maybe it has nothing to do with FUSE and is a Cryptomator problem, not sure...)
The text was updated successfully, but these errors were encountered: