Public bug reported: Upstream discussion: http://www.kdenlive.org/forum/mlts-sdl-module-not- found-0
kdenlive refuses to start when freshly installed, because it doesn't parse the output from melt -query correctly. The somewhat cryptic error message is "MLT's SDL module not found.". This happens because kdenlive expects melt to print its feature list to stderr, but the latter prints it to stdout. Until this is fixed, the inital setup can be made working by renaming /usr/bin/melt to /usr/bin/melt.real, then creating the shell script /usr/bin/melt with the following contents: #!/bin/sh if [ "$1" = "-query" -o "$1" = "--version" ] then exec /usr/bin/melt.real ${1+"$@"} >&2 else exec /usr/bin/melt.real ${1+"$@"} fi (Courtesy of the thread on kdenlive.org) After the first run, the shell script can be deleted and melt.real renamed back to melt. This affects melt 0.7.4-3 combined with 0.8-4build1. ProblemType: Bug DistroRelease: Ubuntu 11.10 Package: kdenlive 0.8-4build1 ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20 Uname: Linux 3.0.0-16-generic x86_64 NonfreeKernelModules: fglrx ApportVersion: 1.23-0ubuntu4 Architecture: amd64 Date: Sat Mar 24 18:11:13 2012 InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007) ProcEnviron: LANGUAGE=en_GB:en_US:en PATH=(custom, no user) LANG=en_GB.utf8 SHELL=/bin/bash SourcePackage: kdenlive UpgradeStatus: Upgraded to oneiric on 2011-10-16 (159 days ago) ** Affects: kdenlive (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug oneiric running-unity -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/964024 Title: kdenlive refuses to start due incorrect parsing of output from melt -query To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/kdenlive/+bug/964024/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs