-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Most SteamVR tools are broken #890
Comments
Have you been able to get any SteamVR games to even launch with the flatpak? I haven't tried this in quite awhile. |
Well no, because i can't finish SteamVR's setup, that requires super user permissions, but flatpak version of Steam straight up does not allow that |
@okawo80085 you're experiencing #898 and I've mentioned a workaround in there. With that I can at least launch and play Beat Saber. |
Its not just that, the tools shipped with SteamVR rely on the fact that |
What's the outcome if you manually create those symlinks and use setcap to override the need for sudo? It'd be nice to know if that fixes things because then all that would need to be done is change some of the default perms for the app. |
I had to nuke that system, i'll install flask steam and try that this weekend. |
So i got a bit distracted with war and completely forgot about to make a comment with more details, this issue is still present :) The most notable symptom of it is that Steps to reproduce:
flatpak enter <steam instance id> /home/<user>/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/SteamVR/bin/vrpathreg.sh show However the funny thing is that if i run it not using flatpak enter from my host, Is there any way to at least fix the Full log from
|
With the latest SteamVR update, the fact that the setup env script cannot run/fails to run is causing SteamVR to crash on launch 🫠 |
Game information
SteamVR is Valve's VR runtime.
Distribution name and version where applicable
Fedora 35 Workstation
Flatpak info
Problem description
SteamVR has some utilities for developers, from which
vrpathreg
does not work.More info can be found here, altho on Linux its started by
vrpathreg.sh
from<steam path>/steamapps/common/SteamVR/bin
(SteamVR can not be installed separately from Steam)And here is the actual problem:
Also if the Steam client's root directory is not symbolically linked to
~/.steam/root
it refuses to run at all. Most of open source SteamVR drivers rely on~/.steam/root
for setup, pretty important to have imo.Other utilities might be broken too, i just didn't get around to testing the others yet.
Does this issue reproduce with native Steam
No
The text was updated successfully, but these errors were encountered: