Ramesh Krishna

Results 7 comments of Ramesh Krishna

Removing the library seems to work. Here is the output: ``` $ squashfs-root/AppRun cli /home/user/squashfs-root/usr/bin/ail-cli: symbol lookup error: /lib64/libgio-2.0.so.0: undefined symbol: g_module_open_full $ rm squashfs-root/usr/lib/libgmodule-2.0.so.0 $ squashfs-root/AppRun cli Usage: /home/user/squashfs-root/usr/bin/ail-cli...

Just to chime in here, the proposed workaround (removing `libgmodule-2.0.so.0` from an unsquashed appimage) helped AppImageLauncher to function on a Fedora 35 machine (see https://github.com/TheAssassin/AppImageLauncher/issues/472).

I have tested the workaround above (removing `libgmodule-2.0.so.0` from an unsquashed AppImageLauncher) on an Ubuntu Bionic VM (18.04.6 x86_64). The workaround still allows the app to function and run, same...

I can confirm this issue still exists with the latest (as of December 29th, 2020, 1f52c72 continuous build) version of appimageupdatetool: ``` $ ./appimageupdatetool-x86_64.AppImage -d ./appimageupdatetool-x86_64.AppImage Fetching release information for...

Is there some way for the logs to output more detailed information for that API lookup? I somehow doubt my IP is blocked. I also checked at a remote server...

Right, as I said before, is there some way to confirm whether the API lookup failed due to an IP block or the app? The logs output from the app...

@zhurai Thanks for the tip on this. I've implemented this on my own machine, and it seems to be working. One addition is to use a tool like `kdotool` to...