The error messages haven’t led to searches with useful troubleshooting info (for me), are different for different packages and also appear when launching the .deb installation on my Q4OS laptop which does work.
Suggesting Ubuntu 22.04 is too old is kinda anathema to the snap, AppImage, and FlatPak mantra “install it and it just works on any distribution with the daemon correctly set up”, that’s snap and FlatPak. And AppImage is “just mark it executable and it works”. And Ubuntu 22.04 is supported until 27.04, about 2 1/4 years more so I would expect it would work packaged in at least one of the .deb, snap, AppImage, or FlatPak.
but…
** .deb errors
running on Ubuntu 22.04 as follows
$ export QT_QPA_PLATFORM=wayland
$ kdenlive --mlt-log verbose kdenlive
The only warning in the output is the next line. The word “error” is not anywhere in the terminal output.
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Plus 59 lines of “plugin not available: <some_plugin>”
…and the same is seen on Q4OS 5.7.1-n1 but on Q4OS both video and audio are captured.
** snap errors
Failed to load module “canberra-gtk-module”
** AppImage errors
$ export QT_QPA_PLATFORM=wayland
$ ./kdenlive-21.08.3a-x86_64.appimage
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
QSocketNotifier: Can only be used with threads started with QThread
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
qt.qpa.plugin: Could not find the Qt platform plugin “wayland” in “”
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: xcb.
** FlatPak errors: flatpak -vv run org.kde.kdenlive
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
qt.qpa.plugin: Could not load the Qt platform plugin “xcb” in “” even though it was found.
This application failed to start because no Qt platform plugin could be initialized.
And you see “xcb” in both AppImage and FlatPak but the modules are installed and latest versions.
My initial question remains, Any suggestion which installation type to focus on, and then where to find more detailed troubleshooting instructions?