[Suggestion] The section Distros - openSUSE Tumbleweed needs to include "libcap-progs" #3

Closed
opened 2025-05-01 04:21:47 -04:00 by RiQuY · 2 comments
RiQuY commented 2025-05-01 04:21:47 -04:00 (Migrated from gitlab.com)

Description

This issue is related to the following URL of the Wiki: https://lvra.gitlab.io/docs/distros/opensuse_tumbleweed/

To make SteamVR work on my system (openSUSE Tumbleweed) and avoid the "SteamVR setup is incomplete" error, I had to do the following commands.

sudo zypper install libcap-progs
sudo ln -s /sbin/getcap /usr/bin/
sudo ln -s /sbin/setcap /usr/bin/

This is because SteamVR needs getcap to work.

Description -- This issue is related to the following URL of the Wiki: https://lvra.gitlab.io/docs/distros/opensuse_tumbleweed/ To make SteamVR work on my system (openSUSE Tumbleweed) and avoid the "SteamVR setup is incomplete" error, I had to do the following commands. ```sh sudo zypper install libcap-progs sudo ln -s /sbin/getcap /usr/bin/ sudo ln -s /sbin/setcap /usr/bin/ ``` This is because SteamVR needs getcap to work.
hypevhs commented 2025-05-01 13:43:32 -04:00 (Migrated from gitlab.com)

mentioned in merge request !94

mentioned in merge request !94
hypevhs commented 2025-05-01 23:00:40 -04:00 (Migrated from gitlab.com)

mentioned in commit 1263b3bd11

mentioned in commit 1263b3bd1190323753360c2891f1111d9dae208c
hypevhs (Migrated from gitlab.com) closed this issue 2025-05-01 23:00:41 -04:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: LinuxVR_Adventure/lvra.gitlab.io#3