https://bugs.kde.org/show_bug.cgi?id=521384
Bug ID: 521384
Summary: Snap (rev 139) fails to launch on Ubuntu 26.04:
libavformat.so.61 not found
Classification: Applications
Product: kdenlive
Version First 26.04.0
Reported In:
Platform: Ubuntu
OS: Linux
Status: REPORTED
Severity: major
Priority: NOR
Component: Setup & Installation
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
== Summary ==
Kdenlive 26.04.0 (snap rev 139) fails to launch entirely on Ubuntu 26.04 LTS
The binary immediately exits with a missing shared library error.
Installing the ffmpeg-2204 content snap doesn't resolve the issue.
== Steps to reproduce ==
1. Install Kdenlive via snap on Ubuntu 26.04 LTS:
sudo snap install kdenlive
2. Install the ffmpeg-2204 content snap:
sudo snap install ffmpeg-2204
3. Attempt to launch Kdenlive from the terminal:
kdenlive
== Actual result ==
/snap/kdenlive/139/usr/bin/kdenlive: error while loading shared libraries:
libavformat.so.61: cannot open shared object file: No such file or directory
Kdenlive does not launch at all. The error appears immediately before any
KDE/Qt initialisation.
== Expected result ==
Kdenlive launches normally.
== Environment ==
- OS: Ubuntu 26.04 LTS
- Architecture: x86_64
- kdenlive snap: 26.04.0, rev 139, channel latest/stable
- ffmpeg-2204 snap: 8.1, rev 145, channel latest/stable
== Additional notes ==
- FFmpeg 8.1 provides: libavformat.so.62
- kdenlive binary expects: libavformat.so.61 (Mismatch then?)
--
You are receiving this mail because:
You are watching all bug changes.