solus-project / linux-steam-integration

Helper for enabling better Steam integration on Linux
GNU Lesser General Public License v2.1
432 stars 19 forks source link

with-steam-binary build option is ignored #13

Closed QkiZMR closed 7 years ago

QkiZMR commented 7 years ago

I build LSI on Ubuntu 17.04 but option -Dwith-steam-binary=/usr/games/steam is completely ignored. Even if I change default values in meson_options.txt file. I need to create symbolic link to /usr/bin/steam to force lsi-steam work.

ikeydoherty commented 7 years ago

What shim mode are you using?

ikeydoherty commented 7 years ago

Also I think the assumption internally (originally) was replace OR co-exist, and I think it forces /usr/bin/steam right now.. Lemme see if I can fix it quick..

ikeydoherty commented 7 years ago

^ There ya go

QkiZMR commented 7 years ago

co-exist. testing

ikeydoherty commented 7 years ago

The patch is @ https://github.com/solus-project/linux-steam-integration/commit/4b718a4bc77aaf4dc3e90a89be4f6bf385b8d1f0

QkiZMR commented 7 years ago

OK, thx. Now works.