A return file pointing at gamescope-session-opengamepadui is a stale self-reference: os-session-select writes the current autologin session to the return file on every switch, and once an exclusive OGPU session is active that session is OpenGamepadUI itself. Returning to it bounces straight back instead of landing in Steam, so drop it from the valid return sessions.
23 lines
926 B
JSON
23 lines
926 B
JSON
{
|
|
"plugin.id": "session-switch",
|
|
"plugin.name": "Session Switch",
|
|
"plugin.version": "0.1.2",
|
|
"plugin.min-api-version": "1.1.0",
|
|
"plugin.link": "https://forge.thergic.ar/jose/steam-button-opengamepadui-plugin",
|
|
"plugin.source": "https://forge.thergic.ar/jose/steam-button-opengamepadui-plugin",
|
|
"plugin.summary": "Adds a 'Switch to Steam' button to the power menu",
|
|
"plugin.description": "Lets OpenGamepadUI return to Steam game mode on ChimeraOS and SteamOS by adding a 'Switch to Steam' button to the power menu, in addition to the built-in 'Switch to Desktop' button.",
|
|
"store.tags": [
|
|
"session-switch",
|
|
"utility",
|
|
"system",
|
|
"chimeraos",
|
|
"steamos"
|
|
],
|
|
"store.images": [
|
|
"https://forge.thergic.ar/jose/steam-button-opengamepadui-plugin/raw/branch/trunk/docs/icon.png"
|
|
],
|
|
"author.name": "Jose Falanga",
|
|
"author.email": "jose.falanga@gmail.com",
|
|
"entrypoint": "plugin.gd"
|
|
}
|