mirror of
https://github.com/jarun/nnn.git
synced 2024-11-23 19:31:28 +00:00
Updated Troubleshooting (markdown)
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.
|
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
|
## Running inside docker containers
|
||||||
|
|
||||||
When run inside docker container nnn exits instantly. The solution is to create the container with the flag `--init`.
|
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
|
## 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).
|
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/).
|
Loading…
Reference in a new issue