https://bugs.kde.org/show_bug.cgi?id=473603
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/-/commit/155bbde |hics/krita/-/commit/dce6816 |a44cf556f952fbd6d89b7749526 |72a5ae22d4be4ee19eb8e964e0f |a9676f |e743a1 --- Comment #13 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit dce681672a5ae22d4be4ee19eb8e964e0fe743a1 by Dmitry Kazakov. Committed on 21/09/2023 at 12:22. Pushed by dkazakov into branch 'master'. Fix external ffmpeg not working on Linux due to clash in LD_LIBRARY_PATH We embed a dynamically linked ffmpeg into our appimage and add that into the environment with a LD_LIBRARY_PATH variable. If the user tries to use a system-provided dynamically-linked ffmped, then there will be a clash and ffmpeg will crash. Hence we should detect if a non-embedded ffmpeg is running and remove the variable from its environment. M +47 -1 libs/ui/animation/KisFFMpegWrapper.cpp M +2 -0 libs/ui/animation/KisFFMpegWrapper.h https://invent.kde.org/graphics/krita/-/commit/dce681672a5ae22d4be4ee19eb8e964e0fe743a1 -- You are receiving this mail because: You are watching all bug changes.