1
1
mirror of https://github.com/jarun/nnn.git synced 2024-11-22 15:20:59 +03:00

Updated Troubleshooting (markdown)

N-R-K 2022-11-13 10:41:03 +00:00
parent 8ff5bd7fb2
commit ec5f0229b7

@ -141,10 +141,6 @@ On OpenBSD & FreeBSD (and probably on macOS as well) `stty` maps <kbd>^Y</kbd> t
There's a known issue with Amethyst window manager on macOS - redraws do not work correctly and the screen breaks. See [issue #521](https://github.com/jarun/nnn/issues/521) for more details.
## 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/).
## Running inside docker containers
When run inside docker container nnn exits instantly. The solution is to create the container with the flag `--init`.
@ -152,4 +148,6 @@ When run inside docker container nnn exits instantly. The solution is to create
## Icons not working properly
Ensure that the primary font of your terminal is set to a suitable one (e.g when using `O_NERD`, primary font should be a nerd font).
Also ensure that your system's locale is set up properly.
Also ensure that your system's locale is set up properly.
When using [ST](https://st.suckless.org/) some icons may appear truncated. A 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/).