-
Notifications
You must be signed in to change notification settings - Fork 3
Linux icons not stored in the same location as official Steam icons #5
Description
Upon installing a new game for the first time today, I just noticed that Steam Linux actually does support icons, but only if you're just installing the game and check the application shortcut option... In this case, it stores the icons at ~/.local/share/icons/hicolor/256x256/apps/steam_icon_<ID>.png, and the .desktop files can then contain just steam_icon_<ID> and find the icons in the folder.
The icon ID for downloading still has to be fetched via the API though as it's never present on Linux for unknown reasons. Also, I don't use the Flatpak version or any other versions, including macOS, so I'm not sure if those differ. They probably do, who knows...
If I have time soon, I'll try to get around to fixing that so this tool does it the "official" way by default.