https://bugs.kde.org/show_bug.cgi?id=395626
--- Comment #6 from Vincent Petry <pvinc...@yahoo.fr> --- Hmph... Whatever I do, when using the manually compiled mlt from git with proper dirs, kdenlive shows green vertical bars in the preview panel and crashes when I open my test project. I took the compilation option from the RPM build log to make sure it has the right paths: % ./configure --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-sdl --enable-sdl2 --enable-debug --enable-gpl --enable-gpl3 --enable-extra-versioning --swig-languages=python % make -j4 % sudo make install This gives me the green bars and crashes. Maybe I've hit upon another bug or env issue. I'll need to get this working to be able to properly bisect later on. For now, I've used a barbaric approach and copied the modules manually on top of the RPM files: % sudo cp lib*.so /usr/lib64/mlt-6/ At least now kdenlive works as before. And using this approach, reverting bd78c208bc43f5d2e2833621fb6a4a1bcc9d54f2 did NOT solve the transition issue. So I'll likely need to bisect. I've attached the reverted commit in case I did something wrong during conflict resolution. -- You are receiving this mail because: You are watching all bug changes.