~fgaz/public-inbox

nix-bubblewrap: Give some examples of errors that indicate missing flags v1 APPLIED

Arnout Engelen: 1
 Give some examples of errors that indicate missing flags

 1 files changed, 12 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~fgaz/public-inbox/patches/35869/mbox | git am -3
Learn more about email & git

[PATCH nix-bubblewrap] Give some examples of errors that indicate missing flags Export this patch

Perhaps trivial, but may save some confusion for newcomers
---
 README.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/README.md b/README.md
index bd40f1a..41e0768 100644
--- a/README.md
+++ b/README.md
@@ -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
-- 
2.37.2
Thanks, applied!

(took me a while, sorry, I've been busy)