fix: compression for AppImage #7

Merged
santiagon610 merged 5 commits from ns/fixAppimageCompression into main 2026-03-09 02:16:57 +00:00
santiagon610 commented 2026-03-08 17:54:26 +00:00 (Migrated from github.com)

Fix a compression configuration error that prevented the AppImage bundle from running via AppImageLauncher.

➜  ~ ~/Applications/announcemint.appimage 
/usr/bin/AppImageLauncher: /lib64/libcurl.so.4: no version information available (required by /usr/bin/../lib/x86_64-linux-gnu/appimagelauncher/libappimageupdate.so)
QSocketNotifier: Can only be used with threads started with QThread
Squashfs image uses (null) compression, this version supports only xz, zlib.
ERROR: appimage_shall_not_be_integrated : sqfs_open_image error: /home/nick/Applications/announcemint.appimage
AppImageLauncher error: appimage_shall_not_be_integrated() failed (returned -1)
Squashfs image uses (null) compression, this version supports only xz, zlib.
ERROR: appimage_is_terminal_app : sqfs_open_image error: /home/nick/Applications/announcemint.appimage
AppImageLauncher error: appimage_is_terminal_app() failed (returned -1)
Fix a compression configuration error that prevented the AppImage bundle from running via AppImageLauncher. ``` ➜ ~ ~/Applications/announcemint.appimage /usr/bin/AppImageLauncher: /lib64/libcurl.so.4: no version information available (required by /usr/bin/../lib/x86_64-linux-gnu/appimagelauncher/libappimageupdate.so) QSocketNotifier: Can only be used with threads started with QThread Squashfs image uses (null) compression, this version supports only xz, zlib. ERROR: appimage_shall_not_be_integrated : sqfs_open_image error: /home/nick/Applications/announcemint.appimage AppImageLauncher error: appimage_shall_not_be_integrated() failed (returned -1) Squashfs image uses (null) compression, this version supports only xz, zlib. ERROR: appimage_is_terminal_app : sqfs_open_image error: /home/nick/Applications/announcemint.appimage AppImageLauncher error: appimage_is_terminal_app() failed (returned -1) ```
Sign in to join this conversation.
No description provided.