Created
March 7, 2021 07:29
-
-
Save ReeseWang/85f3d5c9b8b8827d47ff792886b39fb2 to your computer and use it in GitHub Desktop.
Desktop entry for launching YouTube TV web app from Steam big pic mode, when using Steam as window manager (steamos-compositor-plus). Put it under /usr/share/applications/ and add it to Steam library in Steam settings.
This file contains 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
[Desktop Entry] | |
Version=1.0 | |
Name=YouTube TV | |
StartupWMClass=Google-chrome | |
Exec=env LD_PRELOAD=/usr/lib/libmodeswitch_inhibitor.so /usr/bin/google-chrome-stable --user-agent=\"Mozilla/5.0 (SMART-TV; Linux; Tizen 4.0.0.2) AppleWebkit/605.1.15 (KHTML, like Gecko)\" --ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy --enable-accelerated-video-decode --enable-features=VaapiVideoDecoder --use-vulkan --kiosk --app=https://www.youtube.com/tv#/ --windows-size=1920,1080 | |
StartupNotify=true | |
Terminal=false | |
Icon=youtube | |
Type=Application | |
Categories=Network;WebBrowser; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment