Skip to content
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

GTK apps are rendered incorrectly (using vulkan?) #361216

Open
robertosw opened this issue Dec 2, 2024 · 2 comments
Open

GTK apps are rendered incorrectly (using vulkan?) #361216

robertosw opened this issue Dec 2, 2024 · 2 comments
Labels
0.kind: bug Something is broken

Comments

@robertosw
Copy link

Describe the bug

My PC was using the unstable channel for a while now. I have not updated the channel locally for about two-three months. I now switched to the stable 24.11. Since this switch, the LACT application fails to start. There is already an issue and a temporary solution in their repo. It seems like the issue occurs because the application is being rendered using vulkan, instead of OpenGL.

Has there been a distro-wide change or is just this application rendered using Vulkan?
The source of the LACT nix package mentions vulkan, but my understanding of the nix language is not good enough to make sense of how vulkan is used.

Steps To Reproduce

Run lact in the terminal:

2024-12-02T20:43:21.885666Z  INFO lact_client::connection::unix: connecting to service at "/var/run/lactd.sock"
Gdk-Message: 21:43:21.885: Error 71 (Protocol error) dispatching to Wayland display.

Run GSK_RENDERER=opengl lact gui - application starts

Notify maintainers

@figsoda


Add a 👍 reaction to issues you find important.

@robertosw robertosw added the 0.kind: bug Something is broken label Dec 2, 2024
@robertosw robertosw changed the title LACT package forced to use vulkan LACT package forced to use vulkan? Dec 2, 2024
@borisoid
Copy link

borisoid commented Dec 3, 2024

Related #358827

@robertosw
Copy link
Author

Update

I updated my entire system (still on stable nixos-24.11). Now lact (and other GTK apps) launch, but are rendered incorrectly:

Launching the application directly (lact gui):
Bildschirmfoto_20241216_140839

Launching the application with
GSK_RENDERER=opengl lact gui
Bildschirmfoto_20241216_140856

This does also happen with gnomes disk utility tool:
Bildschirmfoto_20241216_141143
Bildschirmfoto_20241216_141209

@robertosw robertosw changed the title LACT package forced to use vulkan? GTK apps are rendered incorrectly (using vulkan?) Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken
Projects
None yet
Development

No branches or pull requests

2 participants