#1142159 bsdgames: Icon in .desktop files should not have an extension

Package:
bsdgames
Source:
bsdgames
Description:
collection of classic textual unix games
Submitter:
Zaman Huseynli
Date:
2026-07-16 09:05:01 UTC
Severity:
normal
#1142159#5
Date:
2026-07-16 02:32:33 UTC
From:
To:
All .desktop files in /usr/share/applications/bsdgames/ have incorrect
Icon= field:

Icon=bsdgames.svg

Should be:

Icon=bsdgames

Icon lookup standard (freedesktop.org Icon Theme Specification) expects
extension-less icon names. This causes icons to not display in icon-aware
launchers like Fuzzel.

All 37 files in /usr/share/applications/bsdgames/ are affected.

Fix:
sed -i 's/Icon=bsdgames\.svg/Icon=bsdgames/g'
/usr/share/applications/bsdgames/*.desktop