flathub / org.getmonero.Monero

https://flathub.org/apps/details/org.getmonero.Monero
5 stars 4 forks source link

Doesn't start with wayland #14

Closed Mikaela closed 2 years ago

Mikaela commented 2 years ago
└┌(%:~)┌- 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

Mikaela commented 2 years ago

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.