Never return to the OpenGamepadUI session when switching to Steam (v0.1.2)

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.
This commit is contained in:
Jose Falanga 2026-08-09 15:43:35 -03:00
parent c11585e79c
commit ff63dfad65
2 changed files with 6 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"plugin.id": "session-switch",
"plugin.name": "Session Switch",
"plugin.version": "0.1.1",
"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",