diff --git a/CMakeLists.txt b/CMakeLists.txt
index cab5d6421..0bfb64ad2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -221,10 +221,10 @@ INSTALL(FILES
IF(UNIX AND NOT APPLE AND NOT BEOS AND NOT HAIKU)
INSTALL(FILES ${CMAKE_SOURCE_DIR}/build/linux/cdogs-sdl.desktop DESTINATION ${INSTALL_PREFIX}/share/applications)
INSTALL(FILES ${CMAKE_SOURCE_DIR}/build/linux/cdogs-sdl.appdata.xml DESTINATION ${INSTALL_PREFIX}/share/appdata)
- INSTALL(FILES ${CMAKE_SOURCE_DIR}/build/linux/cdogs-icon.16.png DESTINATION ${INSTALL_PREFIX}/share/icons/hicolor/16x16/apps/cdogs-sdl.png)
- INSTALL(FILES ${CMAKE_SOURCE_DIR}/build/linux/cdogs-icon.22.png DESTINATION ${INSTALL_PREFIX}/share/icons/hicolor/22x22/apps/cdogs-sdl.png)
- INSTALL(FILES ${CMAKE_SOURCE_DIR}/build/linux/cdogs-icon.32.png DESTINATION ${INSTALL_PREFIX}/share/icons/hicolor/32x32/apps/cdogs-sdl.png)
- INSTALL(FILES ${CMAKE_SOURCE_DIR}/build/linux/cdogs-icon.48.png DESTINATION ${INSTALL_PREFIX}/share/icons/hicolor/48x48/apps/cdogs-sdl.png)
+ foreach(RES 16 22 32 48 128)
+ INSTALL(FILES ${CMAKE_SOURCE_DIR}/build/linux/cdogs-icon.${RES}.png
+ DESTINATION ${INSTALL_PREFIX}/share/icons/hicolor/${RES}x${RES}/apps/cdogs-sdl.png)
+ endforeach(RES)
elseif(WIN32)
# Package for Windows
FILE(GLOB DLLS "${CMAKE_SOURCE_DIR}/dll/*.dll")
diff --git a/build/linux/cdogs-icon.128.png b/build/linux/cdogs-icon.128.png
new file mode 100644
index 000000000..57f66c9b9
Binary files /dev/null and b/build/linux/cdogs-icon.128.png differ
diff --git a/build/linux/cdogs-sdl.appdata.xml b/build/linux/cdogs-sdl.appdata.xml
index 630762ca8..eedba4a6d 100644
--- a/build/linux/cdogs-sdl.appdata.xml
+++ b/build/linux/cdogs-sdl.appdata.xml
@@ -3,11 +3,11 @@
cdogs-sdl.desktopCC0-1.0GPL-2.0+
- C-Dogs
+ C-Dogs SDLClassic overhead run-and-gun game
- C-Dogs is an arcade shoot-em-up which lets players work alone and
+ C-Dogs SDL is an overhead shoot-em-up which lets players work alone and
cooperatively during missions or fight against each other in the
“dogfight” deathmatch mode.