olive-editor / olive

Free open-source non-linear video editor
https://olivevideoeditor.org/
GNU General Public License v3.0
8.1k stars 549 forks source link

[BUILD] Olive AppImage not running #2339

Closed SamuraiDestroy closed 1 month ago

SamuraiDestroy commented 1 month ago

Commit Hash f7e1bff0 and 10ce5fbd

Platform Ubuntu 24.04

Summary Attempting to run the AppImage installed from the .zip file results in nothing happening.

Additional Information / Output Not sure if this is the correct issue category, also could affect more versions, haven't tested though.

Simran-B commented 1 month ago

Did you set the file execute permission for the AppImage with chmod +x?

RafaelLinux commented 1 month ago

I tried it when Olive 0.2.0-f7e1bff0 was released (may 2024) and worked.

SamuraiDestroy commented 1 month ago

Did you set the file execute permission for the AppImage with chmod +x?

I set executable to true in the properties, are those the same?

RafaelLinux commented 1 month ago

Did you set the file execute permission for the AppImage with chmod +x?

I set executable to true in the properties, are those the same?

Yes, it's exactly same result doing it from console or from properties window.

SamuraiDestroy commented 1 month ago

Update: Turns out I needed to install a library to install AppImages.

RafaelLinux commented 1 month ago

You must take into account AppImages are simply "executables", they are no installed. What libraries were they? It will help other users with same issue, don't forget it!!!