HGL
equal-aqua

how do i open the app image

as the title suggests i cant figure out why i cant open the app image
6 Replies
foreign-sapphire
foreign-sapphire2mo ago
You need to set the executable bit (flag) on the file. How you do that depends on your file browser, or you can use chmod from the commandline.
chmod +x example.appimage
chmod +x example.appimage
equal-aqua
equal-aquaOP2mo ago
it tells me the file dosnt exist when i try to do that
equal-aqua
equal-aquaOP2mo ago
No description
foreign-sapphire
foreign-sapphire2mo ago
If you're not already familiar with the commandline, just look for permissions in the file's properties in your file browser.
equal-aqua
equal-aquaOP2mo ago
No description
foreign-sapphire
foreign-sapphire2mo ago
sorry, didn't see this earlier. I think that's the one.

Did you find this page helpful?