Closed filipkemuel closed 6 years ago
The icon yumex-dnf in the Apps folder has a space before the .svg - this makes gtk.update-icon-cache throw an error.
Renaming it so that it does not have a space fixes this. And actually also fixes it so that the icon is actually shown for yumex ;)
mv Apps/yumex-dnf\ .svg Apps/yumex-dnf.svg
Thank you.
Fixed
The icon yumex-dnf in the Apps folder has a space before the .svg - this makes gtk.update-icon-cache throw an error.
Renaming it so that it does not have a space fixes this. And actually also fixes it so that the icon is actually shown for yumex ;)