-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Linux Wayland composition blank screen #194
Comments
Supposedly this may be caused by a specific version range of libwebkitgtk, as they switched over to supporting Wayland by default, but it fails to automatically fall back to X11. This has since been fixed in the library, but some distros are still shipping older versions without the fix. When I release the next build, this might be solved, depending on the version of libwebkitgtk still being provided on Ubuntu Server 24.04 (the OS being used for the build). In the meantime, if you try running the AppImage with |
It does - I even mentioned it already under the screenshot, that the posted workaround works on X11. My main point was that the issue said it is Wayland issue, while it behaved on X11 in same way. |
rampa3's response was a bit strong, but yes, this was the workaround already posted. Made this issue so others could find the fix as the bug is not with your app but with a gtk library. |
Just noting here for others who might hit the same issue.
On Arch Linux when running in Wayland, the AppImage requires the env flag
WEBKIT_DISABLE_COMPOSITING_MODE=1
or it will be a blank screen.Without:
![image](https://private-user-images.githubusercontent.com/4554196/346361862-21528312-e7dc-4e10-adf5-036f3e7a2b93.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNTYxNTgsIm5iZiI6MTczOTA1NTg1OCwicGF0aCI6Ii80NTU0MTk2LzM0NjM2MTg2Mi0yMTUyODMxMi1lN2RjLTRlMTAtYWRmNS0wMzZmM2U3YTJiOTMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDhUMjMwNDE4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NTk5ZjRmYTlmY2FmODRjMzkzZTA0NzdhN2I2YmFiNDc0ZjMxNzc0ZDc5Njc3OGE1Nzk3ZjVkY2JkMjZhYWMzMSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.GwX_I0nlb9_sMqhY6Eyrw3OkXP3T6GQQlKYJZUHjsNY)
With:
![image](https://private-user-images.githubusercontent.com/4554196/346361882-6083331a-41c7-4ac1-9910-561eb478dc83.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNTYxNTgsIm5iZiI6MTczOTA1NTg1OCwicGF0aCI6Ii80NTU0MTk2LzM0NjM2MTg4Mi02MDgzMzMxYS00MWM3LTRhYzEtOTkxMC01NjFlYjQ3OGRjODMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDhUMjMwNDE4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZDc5NGJkMGQ2MDA3Y2RiNjkwMjYzNzIwYjE4MmI0YjU5ZGM3YzUxNjAyNmMzMzRlYmEzZWIxMjk2OTY5MTUwZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.YUJG_KovZXeDssJmtOj1wbr_B_3Ud6e_uVJ7zi2U0rY)
Found from tauri-apps/tauri#5143
The text was updated successfully, but these errors were encountered: