ChristophHaag / SteamVR-OpenHMD

SteamVR plugin for using OpenHMD drivers in SteamVR
Boost Software License 1.0
193 stars 33 forks source link

Standard SteamVR folder moved #14

Closed JulianGro closed 5 years ago

JulianGro commented 5 years ago

The standard Steam installation folder has been move (at least on ubuntu), which makes the installation script of SteamVR-OpenHMD fail. The standard folder needs to be updated and there should be an option to change the SteamVR folder to custom installation directorys.

The new standard Steam installation folder is /home/USER/.steam/ So SteamVR would normally be installed in: /home/USER/.steam/steam/steamapps/common/SteamVR/

Workaround to the problem would be to make a symlink: ln -s /home/USER/.steam/steam/ /home/USER/.local/share/

ChristophHaag commented 5 years ago

I believe Steam on Archlinux I set up recently still only used ~/.local/share/Steam and I had to create the ~/.steam/steam symlink manually.

Anyway, #10 was complaining about this too and it's not actually complicated, so I finally changed it. With 3f759c5d279c9daaddbba0edb2d2f1dcd93e10b7 I hope all configurations work.

JulianGro commented 5 years ago

I just ran register.sh with the symlink removed and the new commit. Works well for me. =)