diff --git a/Troubleshooting.md b/Troubleshooting.md index 13f4642..8ea22dd 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -150,4 +150,8 @@ When run inside docker container nnn exits instantly. The solution is to create 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. -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/). \ No newline at end of file +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/). + +## Wrong/Bad sorting order ([#1652](https://github.com/jarun/nnn/issues/1652)) + +`nnn` respects the environmental `LC_COLLATE` value - the effect of this depends on your `libc`. Try setting it to something standard/well-supported such as "C" or "C.UTF8" and see if that fixes the issue or not. \ No newline at end of file