Skip to content

Instantly share code, notes, and snippets.

@shionryuu
Last active March 31, 2024 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shionryuu/5f9dda5a74df8e8b81ef0db737a1e74c to your computer and use it in GitHub Desktop.
Save shionryuu/5f9dda5a74df8e8b81ef0db737a1e74c to your computer and use it in GitHub Desktop.
Suyu v0.0.1 libappimage integrate fail
$ sha256sum Suyu-Linux_x86_64.AppImage
176313966d0e81c13f9b31304bb009e149282e51f27f7b539d2f454512d3e509  Suyu-Linux_x86_64.AppImage
$ ail-cli integrate ./Suyu-Linux_x86_64.AppImage
Processing /home/xxxx/Applications/Suyu-Linux_x86_64.AppImage
Moving AppImage to integration directory
ERROR: appimage_register_in_system : Entry doesn't exists: org.suyu_emu.suyu.desktop
Error: Failed to register AppImage in system via libappimage
$ chmod +x ./Suyu-Linux_x86_64_d949365ea94fd9fad8e9d572fcdc67da.AppImage
$ ./Suyu_d949365ea94fd9fad8e9d572fcdc67da.AppImage --appimage-extract | grep org.suyu_emu.suyu.desktop
QApplication: invalid style override 'GTK+' passed, ignoring it.
        Available styles: Breeze, Oxygen, Windows, Fusion
squashfs-root/org.suyu_emu.suyu.desktop
squashfs-root/usr/share/applications/org.suyu_emu.suyu.desktop
$ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment