~fgaz/nix-bubblewrap

52647ba7bd7c2da86bab509312866e146adcc7d2 — Arnout Engelen 1 year, 2 months ago 4e078c8
Give some examples of errors that indicate missing flags

Perhaps trivial, but may save some confusion for newcomers
1 files changed, 12 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +12 -0
@@ 82,6 82,18 @@ packages installed through `/etc/nixos/configuration.nix`.
This is not done automatically because it breaks executables that rely on
`argv[0]`, such as coreutils and busybox.

### Missing `-gpu`

The following messages may indicate the application requires the `-gpu` flag:

* `Can't find icudtl.dat`

### Missing `-x11`

The following messages may indicate the application requires the `-x11` flag:

* `Missing X server or $DISPLAY`

## Contributing

You can send patches to my