Open maksimsamt opened 3 months ago
Perhaps, it is already known issue https://github.com/flathub/org.jitsi.jitsi-meet?tab=readme-ov-file#wayland-support
Any plans to solve this issue?
I also just tested it with Fedora 40 GNOME 64, Wayland. Same thing, the flatpak not launch in default mode.
When I disable wayland via --nosocket=wayland
it works via the x11 fallback.
The AppImage also only works in the x11 fallback (which is the default), it does not launch if wayland is enabled via
ELECTRON_OZONE_PLATFORM_HINT=wayland ./jitsi-meet-x86_64.AppImage
For completeness: I just tested with anything in this regard was fixed with newer electron versions (30.3.1, 31.3.1), unfortunately not. Same issue, no launch in wayland mode
I have the same issue since today. Jitsi worked fine until yesterday (16.09.2024) I run flatpak update yesterday and today jitsi won't start anymore. flatpak history shows no update for jitsi:
Aug 19 07:56:13 deploy update org.gnome.Platform 45 user flathub
Aug 22 19:25:30 deploy update org.fedoraproject.Platform f40 system fedora
Sep 16 11:22:55 deploy update eu.betterbird.Betterbird.Locale stable system flathub
Sep 16 11:23:48 deploy update org.fedoraproject.Platform f40 system fedora
Sep 16 11:23:54 deploy update org.freedesktop.Platform.GL.default 23.08 system flathub
Sep 16 11:23:56 deploy update org.freedesktop.Platform.GL.default 23.08-extra system flathub
Sep 16 11:23:56 deploy update org.freedesktop.Platform.Locale 23.08 system flathub
Sep 16 11:23:57 deploy update org.freedesktop.Platform.VAAPI.Intel 23.08 system flathub
Sep 16 11:23:58 deploy update org.freedesktop.Platform.ffmpeg-full 23.08 system flathub
Sep 16 11:24:03 deploy update org.freedesktop.Platform 23.08 system flathub
Sep 16 11:24:08 deploy update eu.betterbird.Betterbird stable system flathub
Sep 16 11:24:12 deploy update com.ultimaker.cura stable system flathub
Sep 16 11:24:12 deploy update org.telegram.desktop.webview.Locale stable system flathub
Sep 16 11:24:14 deploy update org.telegram.desktop.webview stable system flathub
Sep 16 11:24:19 deploy update org.telegram.desktop stable system flathub
Sep 16 11:41:57 pull org.freedesktop.Platform.GL.default 23.08 user flathub
Sep 16 11:41:57 deploy update org.freedesktop.Platform.GL.default 23.08 user flathub
Sep 16 11:41:59 pull org.freedesktop.Platform.GL.default 23.08-extra user flathub
Sep 16 11:41:59 deploy update org.freedesktop.Platform.GL.default 23.08-extra user flathub
Sep 16 11:41:59 pull org.freedesktop.Platform.VAAPI.Intel 23.08 user flathub
Sep 16 11:41:59 deploy update org.freedesktop.Platform.VAAPI.Intel 23.08 user flathub
Sep 16 11:42:00 pull org.gnome.Platform.Locale 45 user flathub
Sep 16 11:42:00 deploy update org.gnome.Platform.Locale 45 user flathub
Sep 16 11:42:04 pull org.gnome.Platform 45 user flathub
Sep 16 11:42:05 deploy update org.gnome.Platform 45 user flathub
Error message when I try to run jitsi
[morland@morland-lenovo ~]$ flatpak run --nosocket=wayland org.jitsi.jitsi-meet
[2:0917/101003.902679:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[morland@morland-lenovo ~]$ flatpak run org.jitsi.jitsi-meet
Debug: Enabling Wayland backend
[2 zypak-helper] Wait found events, but sd-event found none
[2:0917/100732.453772:ERROR:bus.cc(407)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
Jitsi Meet org.jitsi.jitsi-meet 2024.6.0 stable flathub system
[morland@morland-lenovo ~]$ flatpak --version
Flatpak 1.15.10
Jitsi Meet 2024.5.0 Flatpak won't launch under Wayland (Fedora Kinoite 40.20240805.0 (Fedora 40 KDE)).
It is possible to run with
--nosocket=wayland
argument:But anyway, in backgroung application throws errors:
More details https://github.com/jitsi/jitsi-meet-electron/issues/964