Not start in Ubuntu 22.04.2

Hi there,

since I upatet to Ubuntu 22.04.2, It does not start.

Has anyone a Idea?

I assume you are using an AppImage. So, right click on it, go to properties → permissions, and select Allow file to run as a program. Then, try opening the AppImage again.

Hi,

thats for sure. But it still doesn`t work.

Greetings

Try installing the PPA version then. Visit Cryptomator’s downloads page, and select Linux. You will see some links under the header Package Repositories, one of them is a link to the PPA.

Did you ever get your cryptomator appimage working? Mine won’t work since updating to Debian 12.

Appimage working fine for me on debian 12. What error do you get?

Thanks for your reply!

When I attempt to run the latest cryptomator appimage in a brand new virgin Debian 12 container (nothing else installed, only did sudo apt update and sudo apt upgrade), then the GUI doesn’t launch and I get the following error:

  • dlopen(): error loading libfuse.so.2
  • AppImages require FUSE to run.
  • You might still be able to extract the contents of this AppImage if you run it with the --appimage-extract option.
  • See FUSE · AppImage/AppImageKit Wiki · GitHub for more information

I am using the x86 version, not the PPA version.

Out of curiosity,

  • what do you get back when you type the following: sudo apt list --installed | grep fuse
  • are you using the x86 version (not the PPA version)?

Here’s the output for sudo apt list --installed | grep fuse

fuse-overlayfs/stable,now 1.10-1 amd64 [installed,automatic]
fuse3/stable,now 3.14.0-4 amd64 [installed,automatic]
libfuse2/stable,now 2.9.9-6+b1 amd64 [installed,automatic]
libfuse3-3/stable,now 3.14.0-4 amd64 [installed,automatic]
libsquashfuse0/stable,now 0.1.105-1 amd64 [installed,automatic]
python3-fuse/stable,now 2:1.0.5-1+b3 amd64 [installed,automatic]

Did you manage to get it working?