-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
zenity - Gdk-Message: 17:02:38.640: Error 71 (Protocol error) dispatching to Wayland display. #358827
Comments
As a minor data point: your command works for me on I suspect it's a problem in /cc |
Well, I used Then, I tested disabling GTK's use of Wayland by unsetting the |
Can you check your Hyprland logs? There might be a clue on what's wrong. The output of running zenity with the env var |
I couldn't find any Hyprland logs, but I did find a corresponding error in my user systemd journal:
With
|
@vaxerski can you take a look? |
I don't see any problem with hyprland here. The error is correct. |
The issue seems related to a change in GTK 4.16. In this release, GTK changed the default GSK renderer to Vulkan when using Wayland. See https://www.phoronix.com/news/GTK-4.16-Released I tested zenity by setting GSK_RENDERER to I then tested the What's strange about this is that Brave and NetworkManager work just fine without setting the GSK renderer. |
I'm on plasma 6 wayland. And I also get
All of them worked on 24.05, but now they print the error from above.
|
Zenity is now working just fine.
|
Describe the bug
zenity
fails with an error and doesn't display its GUI. The error is:Gdk-Message: 17:02:38.640: Error 71 (Protocol error) dispatching to Wayland display.
Steps To Reproduce
Steps to reproduce the behavior:
nix shell nixpkgs#zenity
zenity --error --text "This is a test."
Expected behavior
I expected a Zenity dialog to appear.
Additional context
Metadata
"x86_64-linux"
Linux 6.11.7, NixOS, 25.05 (Warbler), 25.05.20241114.6e88b61
yes
yes
nix-env (Nix) 2.24.10
/nix/store/d80cc94kdas9nn5ayclpgpg33j1clhii-source
Notify maintainers
@trofi
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: