Skip to content

Game Icons

360900 edited this page Aug 2, 2026 · 2 revisions

TinkerGame tries to get the game icon hash from the Appinfo (e.g. on game start or when creating a Game-Desktop-File) and stores the found file (Steam stores them in ~/.steam/steam/steam/games/) under ~/.config/tinkergame/games/icons/, either in the ico or zip subdirectory. Depending on the source, the biggest icon in the (multipart) ico is identified and converted to a png (into the png subdirectory) using the ImageMagick tools identify and convert, or directly extracted from the zip. The destination filename is SteamAppID.png

Those generated png files are used with an absolute path in the Game-Desktop-File.

Notes:

  • not every game seems to have the corresponding file available.
  • some "zip" files are in fact "icos" - filtering/redirecting those is not implemented

Clone this wiki locally