I am starting the linux app with ./cryptomator-1.15.1-x86_64.AppImage. The GUI starts but is unresponsive. I get a whole bunch of errors in the output, below:
/usr/bin/dpkg
12:14:32.956 [main] INFO o.c.common.settings.SettingsProvider - Settings loaded from /home/bob/.config/Cryptomator/settings.json
12:14:33.060 [main] INFO org.cryptomator.common.Environment - user.home: /home/bob
12:14:33.060 [main] INFO org.cryptomator.common.Environment - java.library.path: :/tmp/.mount_cryptoEmkMMf/lib/app:/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
12:14:33.060 [main] INFO org.cryptomator.common.Environment - user.language: en
12:14:33.060 [main] INFO org.cryptomator.common.Environment - user.region: null
12:14:33.061 [main] INFO org.cryptomator.common.Environment - logback.configurationFile: null
12:14:33.061 [main] INFO org.cryptomator.common.Environment - cryptomator.settingsPath: /home/bob/.config/Cryptomator/settings.json:/home/bob/.Cryptomator/settings.json
12:14:33.061 [main] INFO org.cryptomator.common.Environment - cryptomator.ipcSocketPath: /home/bob/.config/Cryptomator/ipc.socket
12:14:33.061 [main] INFO org.cryptomator.common.Environment - cryptomator.integrationsWin.keychainPaths: null
12:14:33.061 [main] INFO org.cryptomator.common.Environment - cryptomator.p12Path: /home/bob/.config/Cryptomator/key.p12
12:14:33.061 [main] INFO org.cryptomator.common.Environment - cryptomator.logDir: /home/bob/.local/share/Cryptomator/logs
12:14:33.061 [main] INFO org.cryptomator.common.Environment - cryptomator.loopbackAlias: null
12:14:33.061 [main] INFO org.cryptomator.common.Environment - cryptomator.mountPointsDir: /home/bob/.local/share/Cryptomator/mnt
12:14:33.061 [main] INFO org.cryptomator.common.Environment - cryptomator.minPwLength: null
12:14:33.061 [main] INFO org.cryptomator.common.Environment - cryptomator.appVersion: 1.15.1
12:14:33.061 [main] INFO org.cryptomator.common.Environment - cryptomator.buildNumber: appimage-5571
12:14:33.061 [main] INFO org.cryptomator.common.Environment - cryptomator.pluginDir: /home/bob/.local/share/Cryptomator/plugins
12:14:33.061 [main] INFO org.cryptomator.common.Environment - cryptomator.showTrayIcon: true
12:14:33.061 [main] INFO org.cryptomator.common.Environment - cryptomator.disableUpdateCheck: null
12:14:33.061 [main] INFO o.cryptomator.launcher.Cryptomator - Starting Cryptomator 1.15.1 on Linux 5.15.167.4-microsoft-standard-WSL2 (amd64)
12:14:33.083 [main] INFO org.cryptomator.ipc.Server - Spawning IPC server listening on socket /home/bob/.config/Cryptomator/ipc.socket
Prism-ES2 Error : GL_VERSION (major.minor) = 1.4
12:14:33.539 [JavaFX Application Thread] INFO o.cryptomator.launcher.Cryptomator - JavaFX runtime started after 1050ms
12:14:33.767 [JavaFX Application Thread] INFO o.purejava.appindicator.AppIndicator - Native code library libayatana-appindicator3.so.1 failed to load
12:14:33.768 [JavaFX Application Thread] INFO o.purejava.appindicator.AppIndicator - Native code library libappindicator3 successfully loaded
12:14:34.272 [JavaFX Application Thread] INFO o.f.d.c.transports.TransportBuilder - Using transport dbus-java-transport-native-unixsocket for address unix:path=/run/user/1000/bus
12:14:34.309 [JavaFX Application Thread] INFO o.f.d.c.transports.TransportBuilder - Using transport dbus-java-transport-native-unixsocket for address unix:path=/run/user/1000/bus
12:14:34.317 [JavaFX Application Thread] INFO o.f.d.c.transports.TransportBuilder - Using transport dbus-java-transport-native-unixsocket for address unix:path=/run/user/1000/bus
12:14:34.670 [JavaFX Application Thread] ERROR o.p.k.f.dbus.handlers.MessageHandler - Unexpected D-Bus response:
org.freedesktop.dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildSignaled
at org.purejava.kwallet@1.4.0/org.purejava.kwallet.freedesktop.dbus.handlers.MessageHandler.send(MessageHandler.java:59)
at org.purejava.kwallet@1.4.0/org.purejava.kwallet.freedesktop.dbus.handlers.Messaging.send(Messaging.java:43)
at org.purejava.kwallet@1.4.0/org.purejava.kwallet.KDEWallet.isOpen(KDEWallet.java:143)
at org.cryptomator.integrations.linux@1.5.2/org.cryptomator.linux.keychain.KDEWalletKeychainAccess$ConnectedWallet.isLocked(KDEWalletKeychainAccess.java:113)
at java.base/java.util.Optional.map(Unknown Source)
at org.cryptomator.integrations.linux@1.5.2/org.cryptomator.linux.keychain.KDEWalletKeychainAccess.isLocked(KDEWalletKeychainAccess.java:47)
at org.cryptomator.desktop@1.15.1/org.cryptomator.common.keychain.KeychainManager.isLocked(KeychainManager.java:79)
at org.cryptomator.desktop@1.15.1/org.cryptomator.ui.mainwindow.VaultDetailLockedController.<init>(VaultDetailLockedController.java:35)
at org.cryptomator.desktop@1.15.1/org.cryptomator.ui.mainwindow.VaultDetailLockedController_Factory.newInstance(VaultDetailLockedController_Factory.java:99)
at org.cryptomator.desktop@1.15.1/org.cryptomator.launcher.DaggerCryptomatorComponent$MainWindowComponentImpl$SwitchingProvider.get(DaggerCryptomatorComponent.java:2937)
at dagger@2.55/dagger.internal.DoubleCheck.getSynchronized(DoubleCheck.java:54)
at dagger@2.55/dagger.internal.DoubleCheck.get(DoubleCheck.java:45)
at org.cryptomator.desktop@1.15.1/org.cryptomator.ui.common.FxmlLoaderFactory.constructController(FxmlLoaderFactory.java:78)
at javafx.fxml@23.0.1/javafx.fxml.FXMLLoader$ValueElement.processAttribute(Unknown Source)
at javafx.fxml@23.0.1/javafx.fxml.FXMLLoader$InstanceDeclarationElement.processAttribute(Unknown Source)
at javafx.fxml@23.0.1/javafx.fxml.FXMLLoader$Element.processStartElement(Unknown Source)
at javafx.fxml@23.0.1/javafx.fxml.FXMLLoader$ValueElement.processStartElement(Unknown Source)
at javafx.fxml@23.0.1/javafx.fxml.FXMLLoader.processStartElement(Unknown Source)
at javafx.fxml@23.0.1/javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
at javafx.fxml@23.0.1/javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
at javafx.fxml@23.0.1/javafx.fxml.FXMLLoader$IncludeElement.constructValue(Unknown Source)
at javafx.fxml@23.0.1/javafx.fxml.FXMLLoader$ValueElement.processStartElement(Unknown Source)
at javafx.fxml@23.0.1/javafx.fxml.FXMLLoader.processStartElement(Unknown Source)
at javafx.fxml@23.0.1/javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
at javafx.fxml@23.0.1/javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
at javafx.fxml@23.0.1/javafx.fxml.FXMLLoader$IncludeElement.constructValue(Unknown Source)
at javafx.fxml@23.0.1/javafx.fxml.FXMLLoader$ValueElement.processStartElement(Unknown Source)
at javafx.fxml@23.0.1/javafx.fxml.FXMLLoader.processStartElement(Unknown Source)
at javafx.fxml@23.0.1/javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
at javafx.fxml@23.0.1/javafx.fxml.FXMLLoader.loadImpl(Unknown Source)
at javafx.fxml@23.0.1/javafx.fxml.FXMLLoader.load(Unknown Source)
at org.cryptomator.desktop@1.15.1/org.cryptomator.ui.common.FxmlLoaderFactory.load(FxmlLoaderFactory.java:46)
at org.cryptomator.desktop@1.15.1/org.cryptomator.ui.common.FxmlLoaderFactory.createScene(FxmlLoaderFactory.java:63)
at org.cryptomator.desktop@1.15.1/org.cryptomator.ui.common.FxmlLoaderFactory.createScene(FxmlLoaderFactory.java:51)
at org.cryptomator.desktop@1.15.1/org.cryptomator.ui.mainwindow.MainWindowModule.provideMainScene(MainWindowModule.java:74)
at org.cryptomator.desktop@1.15.1/org.cryptomator.ui.mainwindow.MainWindowModule_ProvideMainSceneFactory.provideMainScene(MainWindowModule_ProvideMainSceneFactory.java:54)
at org.cryptomator.desktop@1.15.1/org.cryptomator.launcher.DaggerCryptomatorComponent$MainWindowComponentImpl$SwitchingProvider.get(DaggerCryptomatorComponent.java:2863)
at dagger@2.55/dagger.internal.DoubleCheck.getSynchronized(DoubleCheck.java:54)
at dagger@2.55/dagger.internal.DoubleCheck.get(DoubleCheck.java:45)
at org.cryptomator.desktop@1.15.1/org.cryptomator.ui.mainwindow.MainWindowComponent.showMainWindow(MainWindowComponent.java:28)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source)
at javafx.graphics@23.0.1/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at javafx.graphics@23.0.1/com.sun.javafx.application.PlatformImpl.lambda$runLater$11(Unknown Source)
at javafx.graphics@23.0.1/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source)
at javafx.graphics@23.0.1/com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at javafx.graphics@23.0.1/com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$10(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
12:14:42.540 [JavaFX Application Thread] ERROR o.p.k.f.dbus.handlers.MessageHandler - Unexpected D-Bus response:
org.freedesktop.dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildSignaled
at org.purejava.kwallet@1.4.0/org.purejava.kwallet.freedesktop.dbus.handlers.MessageHandler.send(MessageHandler.java:59)
at org.purejava.kwallet@1.4.0/org.purejava.kwallet.freedesktop.dbus.handlers.Messaging.send(Messaging.java:43)
at org.purejava.kwallet@1.4.0/org.purejava.kwallet.KDEWallet.isOpen(KDEWallet.java:143)
at org.cryptomator.integrations.linux@1.5.2/org.cryptomator.linux.keychain.KDEWalletKeychainAccess$ConnectedWallet.walletIsOpen(KDEWalletKeychainAccess.java:181)
at org.cryptomator.integrations.linux@1.5.2/org.cryptomator.linux.keychain.KDEWalletKeychainAccess$ConnectedWallet.loadPassphrase(KDEWalletKeychainAccess.java:137)
at org.cryptomator.integrations.linux@1.5.2/org.cryptomator.linux.keychain.KDEWalletKeychainAccess.loadPassphrase(KDEWalletKeychainAccess.java:59)
at org.cryptomator.desktop@1.15.1/org.cryptomator.common.keychain.KeychainManager.isPassphraseStored(KeychainManager.java:94)
at org.cryptomator.desktop@1.15.1/org.cryptomator.common.keychain.KeychainManager.createStoredPassphraseProperty(KeychainManager.java:131)
at com.github.benmanes.caffeine@3.2.0/com.github.benmanes.caffeine.cache.LocalLoadingCache.lambda$newMappingFunction$3(LocalLoadingCache.java:185)
at com.github.benmanes.caffeine@3.2.0/com.github.benmanes.caffeine.cache.BoundedLocalCache.lambda$doComputeIfAbsent$14(BoundedLocalCache.java:2704)
at java.base/java.util.concurrent.ConcurrentHashMap.compute(Unknown Source)
at com.github.benmanes.caffeine@3.2.0/com.github.benmanes.caffeine.cache.BoundedLocalCache.doComputeIfAbsent(BoundedLocalCache.java:2702)
at com.github.benmanes.caffeine@3.2.0/com.github.benmanes.caffeine.cache.BoundedLocalCache.computeIfAbsent(BoundedLocalCache.java:2684)
at com.github.benmanes.caffeine@3.2.0/com.github.benmanes.caffeine.cache.LocalCache.computeIfAbsent(LocalCache.java:112)
at com.github.benmanes.caffeine@3.2.0/com.github.benmanes.caffeine.cache.LocalLoadingCache.get(LocalLoadingCache.java:60)
at org.cryptomator.desktop@1.15.1/org.cryptomator.common.keychain.KeychainManager.getPassphraseStoredProperty(KeychainManager.java:126)
at org.cryptomator.desktop@1.15.1/org.cryptomator.ui.mainwindow.VaultListContextMenuController.isPasswordStored(VaultListContextMenuController.java:72)
at javafx.base@23.0.1/com.sun.javafx.binding.MappedBinding.computeValue(Unknown Source)
at javafx.base@23.0.1/javafx.beans.binding.ObjectBinding.get(Unknown Source)
at javafx.base@23.0.1/javafx.beans.binding.ObjectExpression.getValue(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.binding.OrElseBinding.computeValue(Unknown Source)
at javafx.base@23.0.1/javafx.beans.binding.ObjectBinding.get(Unknown Source)
at javafx.base@23.0.1/javafx.beans.binding.ObjectExpression.getValue(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/javafx.beans.binding.ObjectBinding.invalidate(Unknown Source)
at javafx.base@23.0.1/javafx.beans.Observable.lambda$subscribe$0(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/javafx.beans.binding.ObjectBinding.invalidate(Unknown Source)
at javafx.base@23.0.1/javafx.beans.Observable.lambda$subscribe$0(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/javafx.beans.property.ObjectPropertyBase.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/javafx.beans.property.ObjectPropertyBase.markInvalid(Unknown Source)
at javafx.base@23.0.1/javafx.beans.property.ObjectPropertyBase$Listener.invalidated(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/javafx.beans.property.ReadOnlyObjectPropertyBase.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/javafx.beans.property.ReadOnlyObjectWrapper.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/javafx.beans.property.ObjectPropertyBase.markInvalid(Unknown Source)
at javafx.base@23.0.1/javafx.beans.property.ObjectPropertyBase.set(Unknown Source)
at javafx.controls@23.0.1/javafx.scene.control.SelectionModel.setSelectedItem(Unknown Source)
at javafx.controls@23.0.1/javafx.scene.control.MultipleSelectionModelBase.lambda$new$0(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/javafx.beans.property.ReadOnlyIntegerPropertyBase.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/javafx.beans.property.ReadOnlyIntegerWrapper.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/javafx.beans.property.IntegerPropertyBase.markInvalid(Unknown Source)
at javafx.base@23.0.1/javafx.beans.property.IntegerPropertyBase.set(Unknown Source)
at javafx.controls@23.0.1/javafx.scene.control.SelectionModel.setSelectedIndex(Unknown Source)
at javafx.controls@23.0.1/javafx.scene.control.MultipleSelectionModelBase.select(Unknown Source)
at javafx.controls@23.0.1/javafx.scene.control.MultipleSelectionModelBase.clearAndSelect(Unknown Source)
at javafx.controls@23.0.1/javafx.scene.control.ListView$ListViewBitSetSelectionModel.clearAndSelect(Unknown Source)
at javafx.controls@23.0.1/com.sun.javafx.scene.control.behavior.CellBehaviorBase.simpleSelect(Unknown Source)
at javafx.controls@23.0.1/com.sun.javafx.scene.control.behavior.CellBehaviorBase.doSelect(Unknown Source)
at javafx.controls@23.0.1/com.sun.javafx.scene.control.behavior.CellBehaviorBase.mousePressed(Unknown Source)
at javafx.controls@23.0.1/com.sun.javafx.scene.control.inputmap.InputMap.handle(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
at javafx.base@23.0.1/javafx.event.Event.fireEvent(Unknown Source)
at javafx.graphics@23.0.1/javafx.scene.Scene$MouseHandler.process(Unknown Source)
at javafx.graphics@23.0.1/javafx.scene.Scene.processMouseEvent(Unknown Source)
at javafx.graphics@23.0.1/javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source)
at javafx.graphics@23.0.1/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source)
at javafx.graphics@23.0.1/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at javafx.graphics@23.0.1/com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(Unknown Source)
at javafx.graphics@23.0.1/com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(Unknown Source)
at javafx.graphics@23.0.1/com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source)
at javafx.graphics@23.0.1/com.sun.glass.ui.View.handleMouseEvent(Unknown Source)
at javafx.graphics@23.0.1/com.sun.glass.ui.View.notifyMouse(Unknown Source)
at javafx.graphics@23.0.1/com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at javafx.graphics@23.0.1/com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$10(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
12:14:42.561 [JavaFX Application Thread] ERROR o.p.k.f.dbus.handlers.MessageHandler - Unexpected D-Bus response:
org.freedesktop.dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildSignaled
at org.purejava.kwallet@1.4.0/org.purejava.kwallet.freedesktop.dbus.handlers.MessageHandler.send(MessageHandler.java:59)
at org.purejava.kwallet@1.4.0/org.purejava.kwallet.freedesktop.dbus.handlers.Messaging.send(Messaging.java:43)
at org.purejava.kwallet@1.4.0/org.purejava.kwallet.KDEWallet.openAsync(KDEWallet.java:108)
at org.cryptomator.integrations.linux@1.5.2/org.cryptomator.linux.keychain.KDEWalletKeychainAccess$ConnectedWallet.walletIsOpen(KDEWalletKeychainAccess.java:186)
at org.cryptomator.integrations.linux@1.5.2/org.cryptomator.linux.keychain.KDEWalletKeychainAccess$ConnectedWallet.loadPassphrase(KDEWalletKeychainAccess.java:137)
at org.cryptomator.integrations.linux@1.5.2/org.cryptomator.linux.keychain.KDEWalletKeychainAccess.loadPassphrase(KDEWalletKeychainAccess.java:59)
at org.cryptomator.desktop@1.15.1/org.cryptomator.common.keychain.KeychainManager.isPassphraseStored(KeychainManager.java:94)
at org.cryptomator.desktop@1.15.1/org.cryptomator.common.keychain.KeychainManager.createStoredPassphraseProperty(KeychainManager.java:131)
at com.github.benmanes.caffeine@3.2.0/com.github.benmanes.caffeine.cache.LocalLoadingCache.lambda$newMappingFunction$3(LocalLoadingCache.java:185)
at com.github.benmanes.caffeine@3.2.0/com.github.benmanes.caffeine.cache.BoundedLocalCache.lambda$doComputeIfAbsent$14(BoundedLocalCache.java:2704)
at java.base/java.util.concurrent.ConcurrentHashMap.compute(Unknown Source)
at com.github.benmanes.caffeine@3.2.0/com.github.benmanes.caffeine.cache.BoundedLocalCache.doComputeIfAbsent(BoundedLocalCache.java:2702)
at com.github.benmanes.caffeine@3.2.0/com.github.benmanes.caffeine.cache.BoundedLocalCache.computeIfAbsent(BoundedLocalCache.java:2684)
at com.github.benmanes.caffeine@3.2.0/com.github.benmanes.caffeine.cache.LocalCache.computeIfAbsent(LocalCache.java:112)
at com.github.benmanes.caffeine@3.2.0/com.github.benmanes.caffeine.cache.LocalLoadingCache.get(LocalLoadingCache.java:60)
at org.cryptomator.desktop@1.15.1/org.cryptomator.common.keychain.KeychainManager.getPassphraseStoredProperty(KeychainManager.java:126)
at org.cryptomator.desktop@1.15.1/org.cryptomator.ui.mainwindow.VaultListContextMenuController.isPasswordStored(VaultListContextMenuController.java:72)
at javafx.base@23.0.1/com.sun.javafx.binding.MappedBinding.computeValue(Unknown Source)
at javafx.base@23.0.1/javafx.beans.binding.ObjectBinding.get(Unknown Source)
at javafx.base@23.0.1/javafx.beans.binding.ObjectExpression.getValue(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.binding.OrElseBinding.computeValue(Unknown Source)
at javafx.base@23.0.1/javafx.beans.binding.ObjectBinding.get(Unknown Source)
at javafx.base@23.0.1/javafx.beans.binding.ObjectExpression.getValue(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/javafx.beans.binding.ObjectBinding.invalidate(Unknown Source)
at javafx.base@23.0.1/javafx.beans.Observable.lambda$subscribe$0(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/javafx.beans.binding.ObjectBinding.invalidate(Unknown Source)
at javafx.base@23.0.1/javafx.beans.Observable.lambda$subscribe$0(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/javafx.beans.property.ObjectPropertyBase.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/javafx.beans.property.ObjectPropertyBase.markInvalid(Unknown Source)
at javafx.base@23.0.1/javafx.beans.property.ObjectPropertyBase$Listener.invalidated(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/javafx.beans.property.ReadOnlyObjectPropertyBase.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/javafx.beans.property.ReadOnlyObjectWrapper.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/javafx.beans.property.ObjectPropertyBase.markInvalid(Unknown Source)
at javafx.base@23.0.1/javafx.beans.property.ObjectPropertyBase.set(Unknown Source)
at javafx.controls@23.0.1/javafx.scene.control.SelectionModel.setSelectedItem(Unknown Source)
at javafx.controls@23.0.1/javafx.scene.control.MultipleSelectionModelBase.lambda$new$0(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/javafx.beans.property.ReadOnlyIntegerPropertyBase.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/javafx.beans.property.ReadOnlyIntegerWrapper.fireValueChangedEvent(Unknown Source)
at javafx.base@23.0.1/javafx.beans.property.IntegerPropertyBase.markInvalid(Unknown Source)
at javafx.base@23.0.1/javafx.beans.property.IntegerPropertyBase.set(Unknown Source)
at javafx.controls@23.0.1/javafx.scene.control.SelectionModel.setSelectedIndex(Unknown Source)
at javafx.controls@23.0.1/javafx.scene.control.MultipleSelectionModelBase.select(Unknown Source)
at javafx.controls@23.0.1/javafx.scene.control.MultipleSelectionModelBase.clearAndSelect(Unknown Source)
at javafx.controls@23.0.1/javafx.scene.control.ListView$ListViewBitSetSelectionModel.clearAndSelect(Unknown Source)
at javafx.controls@23.0.1/com.sun.javafx.scene.control.behavior.CellBehaviorBase.simpleSelect(Unknown Source)
at javafx.controls@23.0.1/com.sun.javafx.scene.control.behavior.CellBehaviorBase.doSelect(Unknown Source)
at javafx.controls@23.0.1/com.sun.javafx.scene.control.behavior.CellBehaviorBase.mousePressed(Unknown Source)
at javafx.controls@23.0.1/com.sun.javafx.scene.control.inputmap.InputMap.handle(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
at javafx.base@23.0.1/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
at javafx.base@23.0.1/javafx.event.Event.fireEvent(Unknown Source)
at javafx.graphics@23.0.1/javafx.scene.Scene$MouseHandler.process(Unknown Source)
at javafx.graphics@23.0.1/javafx.scene.Scene.processMouseEvent(Unknown Source)
at javafx.graphics@23.0.1/javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source)
at javafx.graphics@23.0.1/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source)
at javafx.graphics@23.0.1/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at javafx.graphics@23.0.1/com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(Unknown Source)
at javafx.graphics@23.0.1/com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(Unknown Source)
at javafx.graphics@23.0.1/com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source)
at javafx.graphics@23.0.1/com.sun.glass.ui.View.handleMouseEvent(Unknown Source)
at javafx.graphics@23.0.1/com.sun.glass.ui.View.notifyMouse(Unknown Source)
at javafx.graphics@23.0.1/com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at javafx.graphics@23.0.1/com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$10(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
12:14:42.562 [JavaFX Application Thread] INFO o.p.k.f.dbus.handlers.SignalHandler - Await signal org.purejava.kwallet.KWallet$walletAsyncOpened(/modules/kwalletd5) within 120 seconds.