Hello Uwe Herrmuth, sorry for the delay and thanks for you report. I had a look at it and found that these icons are loaded from the current configured theme.
At my desktop e.g.: /usr/share/icons/oxygen/48x48/actions/document-open.png This file belongs to package: oxygen-icon-theme But installing that alone inside a test VM did not help. One needs also to configure this theme somehow. I prepared a change to this package to use qt internal icons as fallback. https://mentors.debian.net/package/dvbcut Kind regards, Bernhard Following command should create and install you a package including the change for testing: mkdir dvbcut cd dvbcut su apt-get install devscripts dpkg-dev apt-get build-dep dvbcut exit dget https://mentors.debian.net/debian/pool/main/d/dvbcut/dvbcut_0.5.4+svn178-13.dsc dpkg-source -x dvbcut_0.5.4+svn178-13.dsc cd dvbcut-0.5.4+svn178/ dpkg-buildpackage -b cd .. su dpkg -i dvbcut_0.5.4+svn178-13_*.deb exit

