Getting the correct dependencies and up to date version of required libraries has always been a challenge for Kdenlive users. So we are pleased to announce that we now provide binary packages for download. These packages contain the latest Kdenlive development version (git master), as well as current development versions of MLT, Frei0r, OpenCV. The GPU movit library is not included at this stage. There might be some performance hit due to the nature of the formats, but these packages will be most helpful to debug and test the alpha/beta versions so that we can provide better releases. It will also help to identify issues linked to missing dependencies or outdated libraries on your system.
So if you are ready, you can download Kdenlive’s first AppImage here:
http://download.kde.org/unstable/kdenlive/16.12/linux/
Then, simply make the file executable and run it! In a terminal:
- chmod a+x kdenlive-16.12-alpha1-x86_64.AppImage
- ./kdenlive-16.12-alpha1-x86_64.AppImage
We also provide a Snap package available for testing on Ubuntu distros:
- sudo snap install --edge --force-dangerous --devmode kdenlive-devel
- kdenlive-devel
The snap package is in the edge channel and requires “devmode” because of current limitations in the snap format.
These packages will not touch your system’s libraries, and can easily be removed. Please leave your feedback in the comments or on our mailing list(registration required) / forums.
We will provide several updates to this packages before the Kdenlive 16.12 release so that you can follow the development / bug fixes.
Coool! Congratulations for the first AppImage paket. Thumbs up!
Thx Team!
Getting the following error in Manjaro KDE:
This application failed to start because it could not find or load the Qt platform plugin “xcb”
in “”.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, xcb.
Reinstalling the application may fix this problem.
/tmp/.mount_NBF2EU/AppRun: line 49: 2322 Aborted (core dumped) kdenlive $@
Could you try starting the AppImage using this command:
QT_DEBUG_PLUGINS=1 ./kdenlive-16.12-alpha1-x86_64.AppImage
And paste the output here ?
Also on Manjaro KDE:
$ QT_DEBUG_PLUGINS=1 ./kdenlive-16.12-alpha1-x86_64.AppImage
kdenlive: error while loading shared libraries: libselinux.so.1: cannot open shared object file: No such file or directory
QFactoryLoader::QFactoryLoader() checking directory path “/tmp/.mount_5vdIev/usr/lib/qt5/plugins/platforms” …
QFactoryLoader::QFactoryLoader() looking at “/tmp/.mount_5vdIev/usr/lib/qt5/plugins/platforms/libqeglfs.so”
Found metadata in lib /tmp/.mount_5vdIev/usr/lib/qt5/plugins/platforms/libqeglfs.so, metadata=
{
“IID”: “org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3”,
“MetaData”: {
“Keys”: [
“eglfs”
]
},
“className”: “QEglFSIntegrationPlugin”,
“debug”: false,
“version”: 329472
}
Got keys from plugin meta data (“eglfs”)
QFactoryLoader::QFactoryLoader() looking at “/tmp/.mount_5vdIev/usr/lib/qt5/plugins/platforms/libqlinuxfb.so”
Found metadata in lib /tmp/.mount_5vdIev/usr/lib/qt5/plugins/platforms/libqlinuxfb.so, metadata=
{
“IID”: “org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3”,
“MetaData”: {
“Keys”: [
“linuxfb”
]
},
“className”: “QLinuxFbIntegrationPlugin”,
“debug”: false,
“version”: 329472
}
Got keys from plugin meta data (“linuxfb”)
QFactoryLoader::QFactoryLoader() looking at “/tmp/.mount_5vdIev/usr/lib/qt5/plugins/platforms/libqminimal.so”
Found metadata in lib /tmp/.mount_5vdIev/usr/lib/qt5/plugins/platforms/libqminimal.so, metadata=
{
“IID”: “org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3”,
“MetaData”: {
“Keys”: [
“minimal”
]
},
“className”: “QMinimalIntegrationPlugin”,
“debug”: false,
“version”: 329472
}
Got keys from plugin meta data (“minimal”)
QFactoryLoader::QFactoryLoader() looking at “/tmp/.mount_5vdIev/usr/lib/qt5/plugins/platforms/libqminimalegl.so”
Found metadata in lib /tmp/.mount_5vdIev/usr/lib/qt5/plugins/platforms/libqminimalegl.so, metadata=
{
“IID”: “org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3”,
“MetaData”: {
“Keys”: [
“minimalegl”
]
},
“className”: “QMinimalEglIntegrationPlugin”,
“debug”: false,
“version”: 329472
}
Got keys from plugin meta data (“minimalegl”)
QFactoryLoader::QFactoryLoader() looking at “/tmp/.mount_5vdIev/usr/lib/qt5/plugins/platforms/libqoffscreen.so”
Found metadata in lib /tmp/.mount_5vdIev/usr/lib/qt5/plugins/platforms/libqoffscreen.so, metadata=
{
“IID”: “org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3”,
“MetaData”: {
“Keys”: [
“offscreen”
]
},
“className”: “QOffscreenIntegrationPlugin”,
“debug”: false,
“version”: 329472
}
Got keys from plugin meta data (“offscreen”)
QFactoryLoader::QFactoryLoader() looking at “/tmp/.mount_5vdIev/usr/lib/qt5/plugins/platforms/libqxcb.so”
Found metadata in lib /tmp/.mount_5vdIev/usr/lib/qt5/plugins/platforms/libqxcb.so, metadata=
{
“IID”: “org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3”,
“MetaData”: {
“Keys”: [
“xcb”
]
},
“className”: “QXcbIntegrationPlugin”,
“debug”: false,
“version”: 329472
}
Got keys from plugin meta data (“xcb”)
QFactoryLoader::QFactoryLoader() checking directory path “/tmp/.mount_5vdIev/usr/bin/platforms” …
loaded library “/tmp/.mount_5vdIev/usr/lib/qt5/plugins/platforms/libqxcb.so”
QLibraryPrivate::loadPlugin failed on “/tmp/.mount_5vdIev/usr/lib/qt5/plugins/platforms/libqxcb.so” : “Cannot load library /tmp/.mount_5vdIev/usr/lib/qt5/plugins/platforms/libqxcb.so: (libselinux.so.1: cannot open shared object file: No such file or directory)”
This application failed to start because it could not find or load the Qt platform plugin “xcb”
in “”.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, xcb.
Reinstalling the application may fix this problem.
/tmp/.mount_5vdIev/AppRun: line 49: 4896 Aborted (core dumped) kdenlive $@
This is awesome. I’ve been hoping that more devs would use Appimage/Flatpak/Snaps to allow people to go at a faster pace than the repos for certain programs without having to resort to their distro’s version of Sid/Rawhide/etc.
Rock on!
You might be running into https://github.com/probonopd/AppImages/issues/83 here. As a temporary workaround, you might want to install libselinux from your distribution’s package manager or delete libEGL.so.1 from the AppImage.
Thanks pronobo, it works!
I reproduce a problem I have with the stable version, zoom & pan effect does not show any option.
Here I see an error message in the terminal:
[filter avfilter.zoompan] Unexpected return format
Something else I need to install?
Don’t use the avfilter zoom and pan, use the normal scale, zoom and pan effect. Make sure that you have the frei0r filters/plugins installed.
–force-dangerous should not be necessary if installing from the store. It’s just used locally.
Thanks for the packages! i’ve try it
AppImage is a very good idea!!!
Thank you for this hard work!
Awesome! This should help to easily test new features and fixes allowing fast feedback.
Unfortunately same error on Manjaro XFCE:
$ QT_DEBUG_PLUGINS=1 ./kdenlive-16.12-alpha1-x86_64.AppImage
kdenlive: error while loading shared libraries: libselinux.so.1: cannot open shared object file: No such file or directory
Great there’s an AppImage now!
Unluckily, it tends to crash my X11 server after a short time of use. This is under CentOS 7, using the current
xorg-x11-server-1.17.2-10.el7.src.rpm and
xorg-x11-drv-intel-2.99.917-8.20150615.el7.src.rpm
– this is the backtrace emitted to /var/log/Xorg.0.log:
[ 1779.443] (EE)
[ 1779.443] (EE) Backtrace:
[ 1779.443] (EE) 0: /usr/bin/Xorg (xorg_backtrace+0x55) [0x55952de721d5]
[ 1779.443] (EE) 1: /usr/bin/Xorg (0x55952dcc2000+0x1b4339) [0x55952de76339]
[ 1779.443] (EE) 2: /lib64/libc.so.6 (0x7efe87bba000+0x35670) [0x7efe87bef670]
[ 1779.443] (EE) 3: /usr/lib64/xorg/modules/drivers/intel_drv.so (0x7efe82a9d000+0x1a5f5) [0x7efe82ab75f5]
[ 1779.443] (EE) 4: /usr/lib64/xorg/modules/drivers/intel_drv.so (0x7efe82a9d000+0x1b78f) [0x7efe82ab878f]
[ 1779.443] (EE) 5: /usr/lib64/xorg/modules/drivers/intel_drv.so (0x7efe82a9d000+0x4f32d) [0x7efe82aec32d]
[ 1779.443] (EE) 6: /usr/lib64/xorg/modules/drivers/intel_drv.so (0x7efe82a9d000+0x4f8c6) [0x7efe82aec8c6]
[ 1779.443] (EE) 7: /usr/bin/Xorg (0x55952dcc2000+0x13cdff) [0x55952ddfedff]
[ 1779.444] (EE) 8: /usr/bin/Xorg (0x55952dcc2000+0xf3848) [0x55952ddb5848]
[ 1779.444] (EE) 9: /usr/bin/Xorg (0x55952dcc2000+0xf4fa8) [0x55952ddb6fa8]
[ 1779.444] (EE) 10: /usr/bin/Xorg (0x55952dcc2000+0x5823e) [0x55952dd1a23e]
[ 1779.444] (EE) 11: /usr/bin/Xorg (0x55952dcc2000+0x5c16b) [0x55952dd1e16b]
[ 1779.444] (EE) 12: /lib64/libc.so.6 (__libc_start_main+0xf5) [0x7efe87bdbb15]
[ 1779.444] (EE) 13: /usr/bin/Xorg (0x55952dcc2000+0x466b1) [0x55952dd086b1]
[ 1779.444] (EE)
[ 1779.444] (EE) Segmentation fault at address 0x0
[ 1779.444] (EE)
Fatal server error:
[ 1779.444] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 1779.444] (EE)
[ 1779.444] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 1779.444] (EE) Please also check the log file at “/var/log/Xorg.0.log” for additional information.
[ 1779.444] (EE)
[ 1779.444] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 1779.529] (EE) Server terminated with error (1). Closing log file.
Hmmm… I also just noticed that one essential filter is missing from kdenlive at this time which I needed to use for basically all my underwater videos with kdenlive 0.97: The frei0r colgate filter – see https://www.mltframework.org/plugins/FilterFrei0r-colgate/
kdenlive in appimage is a great job, is stable and you can work well, good.
I would contribute starting to report any bugs, for example if you create a slideshow with the slide animation, when you go to view them kdenlive closes and crashes
The “clip jobs”> “autosplit scenes” does not work. If launched part, the work progress line indicates that is proceeding, but in the end nothing happens. It ‘a shame because this is one of the most useful video editing functions
Wow! Glad to see this kind of development.
Doesn’t work on Arch Linux 64bit:
$ ./kdenlive-16.12-alpha1-x86_64.AppImage
kdenlive: error while loading shared libraries: libselinux.so.1: cannot open shared object file: No such file or directory
Same here. Drop the dependency on SELinux for alpha3 and we should be good to go…
This developement is VERY much appreciated as it will let me use kdenlive again. However at this time, it does not run for me on Ubuntu Gnome 16.04 LTS, 64bit. Trying to run kdenlive-devel just gives me this:
starting script
/snap/kdenlive-devel/10
testing kdenlive ——————–
Gtk-Message: Failed to load module “gail”
Gtk-Message: Failed to load module “atk-bridge”
Gtk-Message: Failed to load module “canberra-gtk-module”
KDE Desktop detected, using system icons
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
Segmentation fault (core dumped)
Trying to run under Ubuntu 16.10 64bit. i7 & GTX970
~$ kdenlive-devel
starting script
/snap/kdenlive-devel/10
testing kdenlive ——————–
Gtk-Message: Failed to load module “overlay-scrollbar”
Gtk-Message: Failed to load module “gail”
Gtk-Message: Failed to load module “atk-bridge”
Gtk-Message: Failed to load module “canberra-gtk-module”
KDE Desktop detected, using system icons
libGL: screen 0 does not appear to be DRI2 capable
libGL: OpenDriver: trying /snap/kdenlive-devel/10/usr/lib/x86_64-linux-gnu/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /snap/kdenlive-devel/10/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so
libGL: Can’t open configuration file /home/rolf/snap/kdenlive-devel/10/.drirc: No such file or directory.
libGL: Can’t open configuration file /home/rolf/snap/kdenlive-devel/10/.drirc: No such file or directory.
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
XmbTextListToTextProperty result code -2
Segmentation fault (core dumped)
From us editors: This attempted SPAM really has literary qualities in the way how bad it is, kind of Internet Dada. Enjoy!
Still wondering what kind of parasites these designers mean, surely not a self-reference? Seems to be a really bad case of Google Translatism, me thinks. These SPAMmers really must be desparate!
this is awasome, i want to try this package
Then just try it.
This is wonderful. I’ve been trusting that more devs would utilize Appimage/Flatpak/Snaps to permit individuals to go at a speedier pace than the rest for specific projects without resorting to their distro’s adaptation of Sid/Rawhide/etc.
(Removed advertising links)
This is wonderful. I’ve been trusting that more devs would utilize Appimage/Flatpak/Snaps to permit individuals to go at a speedier pace than the rest for specific projects without resorting to their distro’s adaptation of Sid/Rawhide/etc.