Created attachment 1186861 [details] icons missing Description of problem: Most icons are missing from dolphin under gnome Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Install Fedora Workstation 23 or 24 2. dnf install dolphin 3. dolphin Actual results: Most icons are missing: * toolbar icons except Find * "Control" menu icons except Undo/Reload * folder icons except the "special folder" (Desktop, Documents, Music, ...) and except Places (Network, Trash...) * file icons Expected results: Icons are shown Additional info: * This happens on both 23 on 24, and whether plasma-desktop is installed or not - as long as the gnome-shell session is used. * I tried changing the Icon Theme from Adwaita to Breeze in "kcmshell5 icons", but without success (it reverts itself) * I tries running with XDG_CURRENT_DESKTOP=gnome or XDG_CURRENT_DESKTOP=kde but without change * "QPixmap::scaled: Pixmap is a null pixmap" appears on the console For me the default settings, even when plasma is not installed (but as long as breeze-icon-theme is) should be to fallback to breeze icons when adwaita's don't exist...
Is this something that qgnomeplatform could help address?
Actually QGnomePlatform is the problem, once you start gnome-shell, then QGnomePlatform is used and Gnome icons (or icons which are configured to be used in Gnome) are used for KDE/Qt applications. Given the default icon theme in Gnome is Adwaita, then you would need to use different icon theme which provides also the icons you are missing.
I suppose the gtk fallback-icon-theme isn't used anymore? (I thought that may help here)
Also, is there a dconf setting or environment variable I cant set before launching the app to workaround this?
qgnomeplatform-0.2-10.20161024git.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-49039adca5
qgnomeplatform-0.2-10.20161024git.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-57f6ac1b5f
qgnomeplatform-0.2-10.20161024git.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.
qgnomeplatform-0.2-10.20161024git.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.
I can confirm it works now with qgnomeplatform-0.2-10.20161024git.fc24 Of course the icon theme mix is eye-jarring, but at least usability is back. (Thanks!)