xhost + # Workaround for: QXcbConnection: Could not connect to display :0
[appimagekit.git] / squashfuse_dlopen.c
blobe4a9d6a2291cbdb553264742d7398e7f526db7c9
1 #include "squashfuse_dlopen.h"
3 int have_libloaded = 0;
5 const char *load_library_errmsg =
6 "AppImages require FUSE to run. \n"
7 "You might still be able to extract the contents of this AppImage \n"
8 "if you run it with the --appimage-extract option. \n"
9 "See https://github.com/AppImage/AppImageKit/wiki/FUSE \n"
10 "for more information\n";