└┌(%:~)┌- flatpak run org.getmonero.Monero
Failed to create wl_display (No such file or directory)
qt.qpa.plugin: Could not load the Qt platform plugin "wayland" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
Workaround to run with xwayland (and missing security benefits): flatpak run --env=QT_QPA_PLATFORM=xcb org.getmonero.Monero
After opening this I compared the json to other flatpaks and encountered better workaround flatpak override org.getmonero.Monero --socket=wayland and opened #15 as a proper solution.
Workaround to run with xwayland (and missing security benefits):
flatpak run --env=QT_QPA_PLATFORM=xcb org.getmonero.Monero