
Proton Desktop Menu Entry
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
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/"
NickLion
2 years ago
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...`
Report