Skip to content

Instantly share code, notes, and snippets.

@e-minguez
Created November 28, 2019 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save e-minguez/ba4b350ffe4ffb5afbb7f16edb2f9e8c to your computer and use it in GitHub Desktop.
Save e-minguez/ba4b350ffe4ffb5afbb7f16edb2f9e8c to your computer and use it in GitHub Desktop.
Stadia custom launcher in Linux with Chromium with vaapi
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Terminal=false
Type=Application
Name=Stadia
Exec=chromium-freeworld --app=https://stadia.google.com/home --ignore-gpu-blacklist --disable-gpu-vsync
Icon=<path to a 300x300 fancy stadia icon>
@e-minguez
Copy link
Author

Create a file with that content in ~/.local/share/applications/Stadia.desktop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment