-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] Blank screen on Flatpak #8970
Comments
Hi there! I tested AppImage on Arch Linux Gnome 45, which is running smooth ( Gitbutler 0.10.17 ), and it is running flawlessly. We currently don't support flatpak, So... 🤷 |
That's not entirely true, at least in v2 where you don't need to build webkitgtk manually anymore. We just don't generate the manifests (which imo feels kinda useless at least in the context of flathub) and i didn't get to write the docs yet :/ Anyway, since 44 works i will mark this as an upstream issue. Also, if it's not too much work, i'd recommend trying a v2-beta app and see if it works any better. Lastly for now, SlimeVR works fine for me on WSL ubuntu at least so reproducing may take a while (if i can repro it at all that is) |
I'm pretty sure this happens when running webkit2gtk on flatpak GNOME 45 runtime. I haven't tried Tauri v2, but Epiphany, which uses the webkit2gtk provided by the runtime, has the same issue, so I suspect it's there too.
AppImage and building from source are working fine on my machine too. |
okay if epiphany is broken too then it's the same in tauri v2. And it would also mean that it'll get fixed relatively quickly hopefully. Of course assuming that it's not just an issue for you (epiphany also works for me 🤷 ) |
At discord, a user posted that using |
Thanks for mentioning it here. Unfortunately that didn't work for me. |
Hello. |
Describe the bug
There are tauri apps running on
org.gnome.Platform
version 45 runtime:These all show the blank screen. (or it shows the splash screen and then stops)
Reproduction
You can install the SlimeVR and GitButler from Flathub
You can build the ModrinthApp and others:
flatpak-builder --user --install --force-clean build-dir com.modrinth.ModrinthApp.yml
This will take some time because it need to build webkit2gtk-4.0.
flatpak run com.modrinth.ModrinthApp
Expected behavior
No response
Full
tauri info
outputStack trace
No response
Additional context
It does work on
org.gnome.Platform
44. I confirmed this with in.cinny.Cinny and by building GitButler to run on GNOME 44 runtime.I'm not using Nvidia cards and I tried
WEBKIT_DISABLE_COMPOSITING_MODE=1 flatpak run <appid>
, but no luck.The text was updated successfully, but these errors were encountered: