kamiyaa / joshuto

ranger-like terminal file manager written in Rust
https://crates.io/crates/joshuto
GNU Lesser General Public License v3.0
3.45k stars 153 forks source link

Fonts not rendered #301

Closed geometrylearner closed 1 year ago

geometrylearner commented 1 year ago

I have compiled the joshuto in my gentoo GNU/Linux system where most of the unicode fonts invoked by joshuto not rendered correctly for instance '' and ' '. Can I fix this issue by eselect fontconfig enable/disable, or something else fonts I should install and config? Thanks.

DLFW commented 1 year ago

Hm, that should not be a Joshuto issue. Joshuto does not invoke any fonts. It's your terminal that has to support the respective characters. Maybe try to install a nerd font (they should have all the charsets needed and more) and check that those special chars can be displayed in your terminal.

geometrylearner commented 1 year ago

Thanks, you are right, move the nerdfonts directory to "/usr/share/fonts/" fixed the issue. Could close now, Thanks.