Description: Two simple files so you can open Proton apps just by right clicking on them. You must first have installed proton via Steam and tried a game with it.
The .sh goes to "/bin" and ***DEMANDS*** some necessary modifications in order to work. The .desktop file goes to "~/.local/share/kservices5/ServiceMenus/"
1. '/home/{YOUR_USERNAME}/.steam...'
IMHO it's better to replace with
"$HOME/.steam..."
Double quotes to interpret variables in expression, $HOME instead of /home/{user_name} — more correct way to get user home dir. And no user replacement is needed.
2. This script is pretty useless if you have more than 1 proton game because of `...compatdata/{A_STEAM_PROTON_GAME_ID}/pfx...`
Ratings & Comments
1 Comment
1. '/home/{YOUR_USERNAME}/.steam...' IMHO it's better to replace with "$HOME/.steam..." Double quotes to interpret variables in expression, $HOME instead of /home/{user_name} — more correct way to get user home dir. And no user replacement is needed. 2. This script is pretty useless if you have more than 1 proton game because of `...compatdata/{A_STEAM_PROTON_GAME_ID}/pfx...`