https://bugs.kde.org/show_bug.cgi?id=499483
--- Comment #19 from Irfan <irfanhakim...@yahoo.com> --- (In reply to balooii from comment #18) > Tested cases: > > force wayland, flatpak > flatseal: remove socket=x11 socket=fallback-x11 permissions, keep > socket=wayland -> flatpak run The app crashed. > force x11/xwayland, flatpak > flatseal: remove socket=wayland, keep socket=x11 socket=fallback-x11 -> > flatpak run The app launched just fine, and `Help > About Kdenlive > Components` returned these: ``` Kdenlive: 25.04.0 MLT: 7.30.0 FFmpeg KDE Frameworks: 6.13.0 Qt: Using 6.8.3 and built against 6.8.3 KDE Flatpak runtime (Xcb) Build ABI: x86_64-little_endian-lp64 Kernel: linux 6.12.24-1-lts ``` > force wayland, appimage > QT_QPA_PLATFORM=wayland ./kdenlive-25.04.0-x86_64.AppImage The app launched just fine, but I couldn't get to the menu bar... my desktop uses a global menu bar, and the app's menu/toolbar does not appear on it as it normally does otherwise. Checking with the `qdbus6` command though, it is running a Wayland window and not X11. > force x11/xwayland, appimage > QT_QPA_PLATFORM=xcb ./kdenlive-25.04.0-x86_64.AppImage The app launched just fine, and `Help > About Kdenlive > Components` returned these: ``` Kdenlive: 25.04.0 MLT: 7.30.0 FFmpeg KDE Frameworks: 6.13.0 Qt: Using 6.8.3 and built against 6.8.3 EndeavourOS (Xcb) Build ABI: x86_64-little_endian-lp64 Kernel: linux 6.12.24-1-lts ``` -- You are receiving this mail because: You are watching all bug changes.