-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Thank you @grahamrow for your work!
Well, I downloaded Muview (2.1.3.3) and I am facing the following error:
This application failed to start because it could not find or load the Qt platform plugin "xcb"
in "".
Available platform plugins are: xcb
I am using Fedora and I am not good in Linux.
I worked with chatgpt and I reinstalled the following libraries:
libxcb, libxcb-devel, libX11, libX11-devel, libXcursor, libXcursor-devel, libXrandr, libXrandr-devel, libXi, libXi-devel, fontconfig and freetype
and it doesn't help. The problem is with the library: "libfontconfig.so.1" and I can open Muview2-x86_64.AppImage with the following command:
LD_PRELOAD=/ruta/a/libfontconfig.so.1 ./Muview2-x86_64.AppImage
This was my experienced. Thanks again for your work!