Ralph Plawetzki
Ralph Plawetzki
Hi, the logs you posted do not contain anything unusual. For testing purposes, I installed a Pop!_OS 22.04 VM with Cryptomator from the ppa. Everything is fine there and works...
I googled around a bit. [Graphics Switching on (Pop!_OS)](https://support.system76.com/articles/graphics-switch-pop/) and this [stackoverflow question](https://stackoverflow.com/questions/71365052/how-to-force-gpu-usage-with-javafx) both suggest the same to make an NVIDIA dGPU work with JavaFX: set certain environment variables on...
The log you shared shows that the application found another running instance and therefore shut down. But starting the application with the environment variables set does not make the application...
Ok, and what is the result on starting the application with different environment variables? Any difference?
To clarify: the Cryptomator UI is not completely unresponsive (as you can open the prefs and change settings), but the "Add" button does not open the ContextMenu? If this is...
As much as I would like to help you, I do not know how. I installed the NVIDIA version of Pop!_OS, just to see, if it makes a difference. It...
> **[JavaFX Application Thread] ERROR o.p.k.f.dbus.handlers.Messaging - Severe error: Kwallet daemon not initialized properly** > > Could this be the reason the UI doesn't work properly? No. This is one...
It might be worth in your case to check, that your NVIDIA drivers are working properly. You can check dmesg, whether the kernel loads and uses your drivers. Furthermore, there...
> @tobihagemann I think we need to move to a newer API. We are relying on a [5 years old implementation](https://github.com/cryptomator/integrations-mac/blob/develop/src/main/native/org_cryptomator_macos_autostart_MacLaunchServices_Native.m), based on the deprecated `kLSSharedFileListSessionLoginItems`. Is there a replacement...
Portals were designed for use with applications sandboxed through Flatpak. I am not that confident that a JavaFX app can use org.freedesktop.portal.Documents easily, see https://github.com/flathub/org.cryptomator.Cryptomator/issues/19#issuecomment-1399250411.