readme: add faq section
This commit is contained in:
parent
1dffdb97be
commit
2551cab43f
15
README.md
15
README.md
@ -117,6 +117,21 @@ end, it will work. (If it's not, then something's still missing. In particular,
|
|||||||
make sure to install fonts related packages: `xorg-fonts`, `freetype`,
|
make sure to install fonts related packages: `xorg-fonts`, `freetype`,
|
||||||
`fontconfig`, `libXft`.)
|
`fontconfig`, `libXft`.)
|
||||||
|
|
||||||
|
## FAQ
|
||||||
|
|
||||||
|
#### Q: `sudo voidnsrun xbps-install` exits with "environment variable VOIDNSRUN_DIR not found" error
|
||||||
|
|
||||||
|
A: Add this line to `/etc/sudoers`:
|
||||||
|
```
|
||||||
|
Defaults env_keep += "VOIDNSRUN_DIR"
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Q: Why applications launched with voidnsrun do not see my fonts?
|
||||||
|
|
||||||
|
A: If you installed fonts on your main system, applications that run in the mount
|
||||||
|
namespace can't see them because of custom `/usr` directory. You need to install
|
||||||
|
them again into the altroot directory.
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
#### 1.1
|
#### 1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user