https://bugs.kde.org/show_bug.cgi?id=480343
--- Comment #2 from Ralph <r.clark...@cantab.net> --- (In reply to Jean-Baptiste Mardelle from comment #1) > This is a bit strange. The Luma files are stored inside the AppImage, which > is a readonly filesystem, so I don't understand how this can happen. Did you > maybe at some point install/uninstall Kdenlive though your package manager, > maybe creating a conflict? > If I understand correctly, when starting the AppImage, if you add a wipe > composition to an empty project, the linear_y luma is here and works, but is > missing / empty for a specific project ? Yes, this specific project developed the problem. > Could you check in /usr/share/kdenlive/lumas or > /usr/local/share/kdenlive/lumas if you have any file /folders there ? > Could you open the problematic project file in a text editor, look for > "linear_x" and "linear_y" and tell me the full path for these tiles in the > project file ? I do not have any files or folders called kdenlive in /usr. If I open the project file I see this: <transition id="transition0" in="00:00:08.750" out="00:00:11.733"> <property name="a_track">6</property> <property name="b_track">7</property> <property name="geometry">00:00:00.000=0% 0% 100% 100% 0%;00:00:02.983=0% 0% 100% 100% 100%</property> <property name="factory">loader</property> <property name="aligned">0</property> <property name="progressive">1</property> <property name="mlt_service">composite</property> <property name="kdenlive_id">wipe</property> <property name="luma">/tmp/.mount_kdenliJ3Cndz/usr/share/kdenlive/lumas/HD/linear_y.pgm</property> <property name="softness">0</property> <property name="luma_invert">1</property> <property name="fill">1</property> </transition> The /tmp line is strange as that path if different every time I run the Appimage. If I delete the path before "linear_y.pgm" and reopen the project file I still see the problem. I am able to fix the problem by selecting "Linear X" as the wipe (which does have an icon next to it) and I must then play back the wipe in full then stop playback. Now I am able to select "Linear Y" and its icon has reappeared. It now behaves correctly. -- You are receiving this mail because: You are watching all bug changes.