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
In version 1.2.5 the reveal command for in the AbstractMount class was changed from java.awt.Desktop.open() to ...browse(), which is not supported on all systems. (e.g. Linux system with KDE):
In version 1.2.5 the reveal command for in the
AbstractMount
class was changed fromjava.awt.Desktop.open()
to...browse()
, which is not supported on all systems. (e.g. Linux system with KDE):fuse-nio-adapter/src/main/java/org/cryptomator/frontend/fuse/mount/AbstractMount.java
Lines 28 to 38 in 98b6961
In tests the old
open()
command still does the job and hence should be used again.The text was updated successfully, but these errors were encountered: