We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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?
It is handled in mutter.
I think GNOME-Shell just no longer uses GTK3: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2655
No branches or pull requests
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:
But the window title bar is still light.
The text was updated successfully, but these errors were encountered: