Merged
Conversation
Steam Proton games use window class steam_app_XXXXX. Steam installs icons as steam_icon_XXXXX. This maps between them so actual game icons display instead of generic controller fallback.
bbedward
approved these changes
Jan 10, 2026
Contributor
|
@bbedward @shalevc1098 Could this be tweaked to still fallback to the controller? I'm not sure the exact reasons but it is not working for me. For non-steam games I get it but seems it does not work with some steam games either. Deadlock is a game in closed alpha atm though so not sure if that impacts it. Btw @bbedward as a sidenote to this, would it be possible to extend the "App ID Substitutions" to have an option to check window title? If running a game through gamescope for example app id comes back "Unknown" or null. Window title on the other hand is listed as "gamescope - Deadlock" or something similar I believe. |
Collaborator
|
Check this for a fallback a823095 - open a new one for the window titles (just so it doesnt get lost) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


steam proton games now show their actual game icons instead of the generic controller. maps steam_app_XXXXX window class to steam_icon_XXXXX which is what steam installs.