Ubuntu 22.04 LTS has been released. Without hesitate, I upgraded my machine to enjoy some new updates. Unfortunately, OpenShot Video Editor was failed to run with these kind of following error messages:
INFO Connecting to libopenshot with debug port: 5556
I tried to reinstall the app but was still no luck. This is kind of really sad, because OpenShot is my primary video editor to edit videos casually on Linux. It is simple, fast, but reliable to deliver nice video from your Linux machine, to streaming media.
In despair, I randomly installed unstable OpenShot channel trough PPA, and it worked! So basically, these are, for now, the step to fix the OpenShot error and failed to run on Ubuntu 22.04:
sudo add-apt-repository ppa:openshot.developers/libopenshot-daily
sudo apt update
sudo apt install openshot-qt python3-openshot
Comments