-
Notifications
You must be signed in to change notification settings - Fork 39
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
Unmatching icons #106
Comments
I usually configure icons and theme with gnome-tweaks. Can you run any Qt app in a terminal with For example |
Thanks for looking into this! It says "Adwaita" for icon theme but that is not what the programme uses, it is still breeze-light icons. The output is:
|
I can change the icon theme to breeze dark through gnome tweaks but not to Adwaita. In addition, there is no fallback icon theme so if I choose breeze-dark some icons are just missing in other programmes. |
I think that this issue should be reopened. As someone else mentioned here a couple of months ago, this is still an issue: https://www.reddit.com/r/gnome/comments/111w66x/how_to_fix_broken_darkmode_qt_theming_in_gnome_w/ I also just tested this behavior in a fully up-to-date Fedora 38 install and the result is the same. QtGnomePlatform uses Adwaita icons by default but whenever it needs an icon that does not exist in Adwaita it falls back to Breeze icons. This would perfectly fine if it detected QGnomePlatform detected that a Dark Theme is being used and it selected the Breeze Dark icon theme instead of the regular Breeze Icon. |
It is fixed with #137 (I referenced a wrong bug there) and with https://codereview.qt-project.org/c/qt/qtbase/+/476542. |
I was wondering how to change the icon theme. Mine looks like this:
I am using Gnome 42.4 on archlinux
I tried changing org > gnome > desktop > interface > icon-theme in dconf editor but even though it is already "Adwaita" without alteration, kde apps do not honour it.
The text was updated successfully, but these errors were encountered: