GTK-based Flatpak apps freeze on workspace switch in Hyprland (Wayland) #12103
Unanswered
revanthlol
asked this question in
Bugs - XWayland
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When running GTK-based Flatpak apps (Spider Web, Karere) on Arch Linux with Hyprland, the apps freeze after switching workspaces. The only way to recover temporarily is to click the maximize button.
This seems related to Wayland/X11 backend issues and accessibility socket (AT-SPI) registration.
Steps to Reproduce
flatpak run io.github.zaedus.spiderorflatpak run io.github.karere.Karere).Observed Behavior
Freezes on workspace switch.
AT-SPI / GTK warnings in the terminal:
Mesa Vulkan warnings (Intel GPU):
Attempts to force X11 (
GDK_BACKEND=x11) fail unless the Flatpak hasfallback-x11socket.Flatpak overrides for Wayland/X11/pulseaudio/session-bus don’t fix freezes.
Environment
OS: Arch Linux (latest)
Compositor: Hyprland (Wayland)
GPU/Driver: Intel, Mesa (vulkan support)
Flatpak apps tested:
io.github.zaedus.spider)io.github.karere.Karere)Flatpak runtime: Freedesktop / GNOME (tried both)
Workarounds Tried
Force X11 backend and fallback socket:
Force Wayland backend:
Reinstall
at-spi2-core(accessibility):Tried both Freedesktop and GNOME runtimes in Flatpak.
Setting
NO_AT_BRIDGE=1environment variable (AT-SPI disable) — not yet tested fully.Possible Cause
Logs & Errors
Example GTK warnings
Mesa Intel Vulkan warnings
Additional Notes
Beta Was this translation helpful? Give feedback.
All reactions