https://bugs.kde.org/show_bug.cgi?id=499483
--- Comment #12 from balooii <balo...@proton.me> --- Hey, thanks for the detailed response. > I added these env variables through Flatseal, and it launches the app > successfully - tho I assume this is not a viable workaround and is merely for > troubleshooting? yes exactly, just for troubleshooting. You should remove those env vars again for further testing. As it works with appimage maybe there is an issue with something in the cache or configuration. Can you temporarily move away your local kdenlive flatpak directory so it will create a new pristine profile and try again? ``` mv ~/.var/app/org.kde.kdenlive ~/.var/app/org.kde.kdenlive.bak ``` If that works move it back and move away just the cache subdirectory in it. Next thing we could try if you get the same info from glxinfo when you run it inside flatpak. Luckily its available on flathub: ``` flatpak install org.freedesktop.Platform.GlxInfo flatpak run org.freedesktop.Platform.GlxInfo -B ``` On my system this gives me the same output as when running glxinfo natively. -- You are receiving this mail because: You are watching all bug changes.