Hi Simon, On Fri, 5 Sep 2025 00:12:25 +0200 Simon Widmer <s...@solnet.ch> wrote: > Hi there > > Just found out tat there seems to be a dependency issue. All QT / KDE > apps had missing icons in fact. > Using XFCE, I thought that it might an issue of the theme somehow but: > > After executing 'by chance': > > sudo apt install qt6-svg-plugins > > all is fine now. > > > Hope that is helping you to set the correct dependencies
Yes, "qt6-svg-plugins" is needed for those icons. However, I'm afraid there isn't much more we can do dependency wise without causing other problems. Ideally, we would like qt6-svg-plugins to be a dependency of libqt6gui6, but qt6-svg-plugins in itself already depends on libqt6gui6. By adding that dependency as you suggest it would create a circular dependency which we want to avoid. Therefore, qt6-svg-plugins is recommended by libqt6gui6, i.e. it should be installed by default. Since it wasn't installed for you, are you maybe not installing recommended packages by default ? -- Med vänliga hälsningar Patrick Franz