mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 11:35:48 +00:00
chore: common issues in readme; document issue about systemd-homed and nosuid
This commit is contained in:
parent
af1e3bb74f
commit
85c0b6d50f
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -24,3 +24,13 @@ git clone https://gitlab.com/gabmus/rex2
|
|||
cd rex2
|
||||
./dist/appimage/build_appimage.sh
|
||||
```
|
||||
|
||||
# Common issues
|
||||
|
||||
## NOSUID with systemd-homed
|
||||
|
||||
If you see this warning:
|
||||
|
||||
> Your current prefix is inside a partition mounted with the nosuid option. This will prevent the Rex2 runtime from acquiring certain privileges and will cause noticeable stutter when running XR applications.
|
||||
|
||||
And you're using systemd-homed to manage your home partition, you need to disable it using homectl. To do so, log out, log in as root in a tty and run: `homectl update <username> --nosuid=false`.
|
||||
|
|
Loading…
Add table
Reference in a new issue