diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2020-12-01 15:57:46 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2020-12-01 15:57:46 +0300 |
commit | 2551cab43facf32a5a2b3768ae3034cd10095619 (patch) | |
tree | f7113eb986d7d6d6c5c2fb7a03ae567f76d26fb5 | |
parent | 1dffdb97be4457e8cad905aa910677be81057fe3 (diff) |
readme: add faq section
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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`, `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 #### 1.1 |