Closed bav-br closed 1 year ago
I've found this https://github.com/PowerShell/PowerShell/issues/3525
As a solution they have changed #!/bin/sh
to #!/bin/bash
in the first line of the AppRun script
Extract the AppImage
./*AppImage --appimage-extract
To check if the problem is related to the ./squashfs-root/AppRun sctipt try to edit it with your favourite text editor
After this, enter the "squashfs-root" directory
cd squashfs-root
and run the AppRun script
./AppRun
now it should work. If so, I'll consider to edit the AppRun just uploaded on this repository as a separate element, at https://github.com/ivan-hc/GIMP-appimage/blob/main/AppRun
Anyway it works in both cases on my Debian Testing/Unstable host.
No answer, I close this issue