Version: 0.6 (using 4.4.00 (KDE 4.4.0), Kubuntu packages) Compiler: cc OS: Linux (x86_64) release 2.6.32-14-generic Bovo stores its icon in the oxygen icon set instead of in hicolor. This means that if someone is not using the oxygen icons, then they won't have an icon for Bovo. For instance, if a user wants kdegames installed but is using Gnome as their desktop environment, they will get a missing icon in the menu for Bovo instead of the regular application icon. I think this line in KDE/kdegames/bomber/src/CMakeLists.txt needs to be changed for this to work properly: kde4_add_app_icon(bovogui_SRCS "${KDE4_ICON_DIR}/oxygen/*/apps/bovo.png")
SVN commit 1097996 by gpelladi: BUG: 228583 Add icons for bovo, like other games do. M +1 -1 AUTHORS M +18 -11 CMakeLists.txt M +1 -1 gui/version.h A icons (directory) A icons/CMakeLists.txt AM icons/hi128-app-bovo.png AM icons/hi16-app-bovo.png AM icons/hi22-app-bovo.png AM icons/hi32-app-bovo.png AM icons/hi48-app-bovo.png AM icons/hi64-app-bovo.png WebSVN link: http://websvn.kde.org/?view=rev&revision=1097996
SVN commit 1097999 by gpelladi: BUG: 228583 Add icons for bovo, like other games do. M +1 -1 AUTHORS M +18 -11 CMakeLists.txt M +1 -1 gui/version.h A icons (directory) branches/KDE/4.4/kdegames/bovo/icons#1097996 WebSVN link: http://websvn.kde.org/?view=rev&revision=1097999
Fixed in 4.4 branch and trunk. 4.4.1 has been already tagged, so KDE 4.4.2 will include the fix first.