-
Notifications
You must be signed in to change notification settings - Fork 0
Game Desktop Files
TinkerGame creates/uses two different desktop files:
The Game Launcher (yad) takes a directory containing desktop files as an argument and lists all of them.
Those desktop files are auto-generated Game Data using the (big) Game Pictures in the STLCFGDIR and are therefore of little use for generic purposes.
TinkerGame searches the game icon hashname (in Appinfo),
extracts/converts the corresponding game icon and creates an internally (functional, but unused) desktop file
in STLIDFD (~/.config/tinkergame/games/desktopfiles/ as SteamAppID.desktop)
- when starting a game
- via Command Line
The desktop file can be created as
- internal, functional, but unused (see above) desktop file (0)
- Desktop file (1)
- Application Menu Item (2)
- 1+2 at once (3)
by
-
setting
CREATEDESKTOPICONin the Game Menu to the corresponding value -
appending the corresponding value to the createdesktopicon|cdi Command Line option Example:
tinkergame cdi 780280 3creates an internal desktop file, if not available and then creates a Desktop file and an Application Menu for "Summer Funland" (780280). If the Metadata Support for a game exists and has a validGAMENAME, the correct game title can be used instead of the SteamAppID as well.Alternatively
allcan be used instead of the SteamAppID, which will create the corresponding game icon and desktopfile for every SteamAppID found` with the mode provided as the second argument (not recommended as it is slow!)
Quick Links
- Changelog
- Installation
- Usage
- Main Menu
- Global Menu
- Tray Icon
- Modding
- Platform-Specific Documentation
- Tweaks
- Utilities
- Advanced