Dear Maintainer, when installing SteamVR inside Steam, it requires the getcap command which it apparently cannot find. getcap is at /usr/sbin/getcap on my system which is not in my users PATH. I assume this is the actual issue. I have actually successfully been using SteamVR without this. It will just throw an error on every start that the installation couldn't be finished and tell you to look at /tmp/SteamVRLauncherSetup.log which in turn has a single line: `Mon Dec 12 18:52:46 CET 2022 - Error: getcap is required to complete the SteamVR setup.` Greetings Julian Groß
Debian does not control where proprietary Steam or SteamVR code looks for
executables, so please report this to
<https://github.com/ValveSoftware/SteamVR-for-Linux/>.
(Technically we could set PATH=$PATH:/usr/sbin:/sbin in the Debian-specific
wrapper script, but that doesn't seem like necessarily a great idea since
this affects all parts of Steam and all games, and there's a lot in
/usr/sbin other than getcap.)
Thanks,
smcv
For reference, someone reported the bug upstream: https://github.com/ValveSoftware/SteamVR-for-Linux/issues/563 Though with Valves track record when it comes to SteamVR support, they will likely never fix it.