AdastralGroup / osprey

The Adastral Client (GUI)
GNU General Public License v3.0
5 stars 1 forks source link

Fix launching on Linux (proton) #29

Closed int-72h closed 2 months ago

int-72h commented 2 months ago

Finally figured it out - this approach seems to work. xdg-open steam -applaunch [appid] -game [game path] [args]

fjuton commented 2 months ago

Removed the redundant proton_map_to_depot variable since it wasn't used anymore. I'd probably unify command_line and url_launch too but it's a small nitpick. Other than that everything looks good to me (if the core concept of this commit works as intended ofc.)