-
Notifications
You must be signed in to change notification settings - Fork 544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install openshot-qt on Ubuntu 23.10 from PPA #5360
Comments
Hello @JamesRichards22. The PPA installation is broken and the lead developer has been informed of this. If you try executing the PPA command (stable or daily) you are going to get v2.6.1. Instead, download the AppImage and run it. A workaround has been posted in the link you pointed to: #5182. Here is how I did it (not a Linux expert):
This will extract the files to the "$YOUR-PATH/squashfs-root" directory. "libm.so.6" is in squashfs-root/usr/bin/.
Hint: I found libm.so.6 in /usr/lib/x86_64-linux-gnu. This is what I used to override what comes in the OpenShot AppImage. Here is what user https://github.com/Fabioamd87 suggested: $ wget https://github.com/OpenShot/openshot-qt/releases/download/v3.1.1/OpenShot-v3.1.1-x86_64.AppImage Let us know if you were able to get the AppImage running. |
Hi @Colorjet3 , i want to add step that you given here
i follow some additional step from this comment Step which to download appimagetool-x86_64.AppImage from here AppImageTool make the AppImageTool executeable as program and for easier step, i just move that AppImageTool into the squashfs-root location, and run this command on terminal this work for me, I hope it's working for others as well! |
Thank you @diazdaiz. I'll give it a try in the next few days and report back if it worked for me. Hopefully a few others provide feedback as well. |
The last step that worked is to run It runs, so it's an okay workaround. As it's not using local libraries for VA-API for hardware acceleration and doesn't use the native OS icons and file manager. |
This worked for me as well. Sorry for the late response. |
Ubuntu 24.04 has Openshot 3.1.1 in the default repo and it runs fine. |
Thank you @JamesRichards22 for the FYI. |
Describe the bug:
Installing
openshot-qt
from the PPA does not have Ubuntu 23.10 mantic support with versions of dependent libraries. Openshot from the Ubuntu 23.04 lunar PPA requireslibavcodec59
however in Ubuntu 23.10 this has been updated tolibavcodec60
and related packages.Downgrading
libavcodec60
to 59 isn't an option, as there is quite a lot using it.The AppImage also has issues, see #5182.
Steps to reproduce the behavior:
sudo apt update
sudo apt install openshot-qt
Expected behavior:
Openshot installs without issue.
System Details:
The text was updated successfully, but these errors were encountered: