You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It launches through umu with GAMEID=umu-0 (no database entry). gamebus-presenced resolved its title on a live system from the launchers' own install records; per-entry evidence below.
Control — store gog, codename 2049187585, exe Control_DX12.exe; title from detectable (high confidence); id drafted from the game's Steam appid (detectable.json sku), collision-checked 2026-08-07.
Control — store egs, codename calluna; title from heroic-config (high confidence); id drafted from the game's Steam appid (detectable.json sku), collision-checked 2026-08-07.
Checklist
Titles match the store's spelling and capitalization
Every id follows the database rules (Steam appid when the game is on Steam)
Drafted ids collision-checked against the full database
Non-Steam ids contain a letter (a numeric id would be parsed as a SteamAppId)
If the game does not need a fix, it should not be added to this database. Quoting the README:
This database is by no means a complete database of every game released on Windows. We focus on games that requires fixes in Proton. Games that run out of the box have no need be added to the database. If you want a more extensive database of games you can use the Lutris API.
hm.. i just wanted to find at least one relieable source or common sense of what a game is identified with on linux. i tried not to need to reinvent the wheel or at least hone the existing ones along the way...
If thats the hard rule for that - the easy option to contribute is at least created...
So, the i guess i stay at consuming the db as a sidechannel and all the other work existing and stop contributing..
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
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.
It launches through umu with
GAMEID=umu-0(no database entry). gamebus-presenced resolved its title on a live system from the launchers' own install records; per-entry evidence below.Rows for
umu-database.csv:Evidence
gog, codename2049187585, exeControl_DX12.exe; title from detectable (high confidence); id drafted from the game's Steam appid (detectable.json sku), collision-checked 2026-08-07.egs, codenamecalluna; title from heroic-config (high confidence); id drafted from the game's Steam appid (detectable.json sku), collision-checked 2026-08-07.Checklist