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_THEME_VARIANT xprop ignored on Fedora 38 #238

Open
subpop opened this issue Apr 20, 2023 · 4 comments
Open

_GTK_THEME_VARIANT xprop ignored on Fedora 38 #238

subpop opened this issue Apr 20, 2023 · 4 comments

Comments

@subpop
Copy link

subpop commented Apr 20, 2023

It looks like the xprop _GTK_THEME_VARIANT is ignored by clients on Fedora 38. I've verified that the property _GTK_THEME_VARIANT is set to dark:

[link@localhost ~]$ xprop -name Spotify | grep GTK_THEME
_GTK_THEME_VARIANT(UTF8_STRING) = "dark"

But the window title bar is still light.

@TingPing
Copy link
Member

To be clear, that means its ignored by the window manager and/or the window manager doesn't have a GTK3 theme with that variant.

This is somewhat investigated in #236

I'm not sure what this package can do about it.

@subpop
Copy link
Author

subpop commented Apr 20, 2023

I'm not clear where the issue exists. If the xprop is a hint to the window manager, is it mutter that's ignoring the hint and not setting the variant?

@TingPing
Copy link
Member

It is handled in mutter.

@TingPing
Copy link
Member

I think GNOME-Shell just no longer uses GTK3: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2655

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants