From e31cb906a1a5e81920e1d1963b54bad1099df6b5 Mon Sep 17 00:00:00 2001 From: N-R-K Date: Sat, 5 Nov 2022 00:44:25 +0000 Subject: [PATCH] Workaround for #1476 and #1407 --- Troubleshooting.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index e1efb53..213ec3d 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -143,4 +143,8 @@ There's a known issue with Amethyst window manager on macOS - redraws do not wor ## Truncated icons in st -When using `O_NERD/O_ICONS`, some `nnn` file icons in simple terminal may appear truncated. A `st` patch fixing this issue is available in a reddit thread [here](https://www.reddit.com/r/suckless/comments/jt90ai/update_support_for_proper_glyph_rendering_in_st/). \ No newline at end of file +When using `O_NERD/O_ICONS`, some `nnn` file icons in simple terminal may appear truncated. A `st` patch fixing this issue is available in a reddit thread [here](https://www.reddit.com/r/suckless/comments/jt90ai/update_support_for_proper_glyph_rendering_in_st/). + +## Running inside docker containers + +When run inside docker container nnn exits instantly. The solution is to create the container with the flag `--init`. \ No newline at end of file