Feat: frontend support #551
Merged
Merged
Conversation
New FrontendExporter writes a standalone .desktop plus a copied icon into the configured export folder so external frontends can scan and launch games. Adds a per-game export icon on the game detail screen, an Export All chip in the export-path setting, and an Export to Frontend action in the side menu. Legacy shortcut export now uses the shared routine. Strings localized across all locales.
|
Please Can you add vortek driver for mali user |
… use display name Sanitize illegal storage chars in exported filenames so names with ? or : no longer fail with EPERM. Add a VIEW intent-filter to XServerDisplayActivity and parse file/content .desktop URIs into the shortcut path so opening an exported file launches the game. Export the game's display name as the filename and Name= so frontends list and match art correctly.
…stent naming Forward an incoming .desktop intent (data URI or file-path extra) from the launcher to the game activity so external launchers start the game instead of the home screen. Fall back to saving the in-memory cover bitmap when no icon file exists. Persist the per-game display name so single and bulk export produce the same filename.
Accept an incoming game file from any intent shape (data, clip, or extra) and any scheme (file, content with stream-copy fallback, or plain path), validating by file contents instead of the .desktop name so launches from frontends boot the game. Export the locally cached store capsule for Steam/Epic/GOG games.
Export a <name>.winnative file containing the game UUID alongside the .desktop and icon, so frontends that pass a scanned file's contents as an id can launch the game via the shortcut_uuid extra.
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.
New FrontendExporter writes a standalone .desktop plus a copied icon into the configured export folder so external frontends can scan and launch games. Adds a per-game export icon on the game detail screen, an Export All chip in the export-path setting, and an Export to Frontend action in the side menu. Legacy shortcut export now uses the shared routine. Strings localized across all locales.