nullobsi
nullobsi
> When application picks up an icon, it would take the corresponding resource from 'bold', however, for unknown reason, it's getting it from 'regular'. This would make sense; in the...
So, the fonts are included inside the executable and are rendered by QResource. Do you have some custom Qt theme? What happens if you disable the theme?
The PR linked should fix the menu-icon issue, as long as you enable it in your QT platform.
I can't reproduce this on my individual setup, but it is probably related to font-rendering (since the FA icons are rendered as a font). From your screenshots it appears the...
I don't think that's relevant since I also get those messages (I think they're related to the cover-art images somehow) Since it appears to be limited to at least gentoo,...
sure, thanks for the tip; I at least wanted to put this out here, but I'll definitely clean it up and try making a new modem type based on QnetITAP.
Hello, In theory Cantata should set the icon colors [based on QPalette::Text color](https://github.com/nullobsi/cantata/blob/dc5a0ce77cdf3eaacce29180fe7d2c710b3f31af/support/QtAwesome.cpp#L265), however [adwaita-qt is currently unmaintained for 2 years](https://github.com/FedoraQt/adwaita-qt#adwaita-qt-project-is-unmaintained-a-no-longer-actively-developed) and I wonder if there are some changes that...
It seems to be an issue with the theme then. Perhaps there could be an "override palette" option as a workaround.
Hi Tim, Please make sure to follow the template for bug reports, since this appears to be a bug. In particular, I'd need to know what system you're using and...
Thank you for the pull request. A tangent: First, it seems this part of the codebase is particularly old, and I have doubts about the architecture using an XML file...