Sleek app - Cannot execute binary file

ahh, ok. It appears the command

chmod -x ./sleek-0.9.7-Beta.AppImage

removed the execute permission from the file.

Does that make sense?

In Terminal I did this:

$ chmod a+x ./sleek-0.9.7-Beta.AppImage
$ ./sleek-0.9.7-Beta.AppImage

and then error was

-bash: ./sleek-0.9.7-Beta.AppImage: cannot execute binary file: Exec format error

Ok that is propably because the AppImage is being built on Github by a regular AMD64 machine.

I’m going to take a look at the Snap problem again, maybe there is a solution to the ARM problem. Have you ever had a running version of sleek on your machine?

Sleek has never run on the ARM machine.

I do run Sleek on an Intel based Chromebook machine under Linux (Beta) using the .deb file to install without any problems.

@bill, I did not work on this issue but v0.9.7 (Revision 311) has been released on Snap store. It’s a long shot, but maybe you give it another try.

Different error with 0.9.7:

Screenshot 2021-03-24 11.31.16 AM