Hi there, I recently updated my laptop and after reboot, flatpak applications suddenly failed to launch through the KDE application menu.
I tried to run flatseal through terminal instead:
$ flatpak run com.github.tchx84.Flatseal
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:763: FINISHME: support YUV colorspace with DRM format modifiers
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:794: FINISHME: support more multi-planar formats with DRM modifiers
Gdk-Message: 17:46:52.061: Error 71 (Protocol error) dispatching to Wayland display.
After reading this error message, I found the applications ran through X11 fine, but I would like it if they ran on Wayland again.
This command does work to launch the application, but the issue is that scaling is comically incorrect, and I would prefer not to need to run things through terminal windows. So I tried running the applications using the LTS kernel as you suggested and found that it does launch without the need of an open terminal window. But the cursor becomes really large whenever you hover over or use flatpak applications.