Cannot install Xmodules in Ubuntu 22.04

First (just for the record) Ubuntu 22.04 will no longer ship with the libfuse2 package by default. The AppImage distribution (and more generally, all existing AppImage’s) are built expecting libfuse2 support. This means that AppImage’s will not run on Ubuntu 22.04 by default.

You will have to manually run this first:

sudo apt install libfuse2*

prior to executing any AppImage

I know that you have done this already. And I confirmed that XModules show as “not installed” => We will debug this further and update the XModules ASAP. Thanks for reporting this issue.

1 Like