ChrisTitusTech / linutil

Chris Titus Tech's Linux Toolbox - Linutil is a distro-agnostic toolbox designed to simplify everyday Linux tasks.
https://christitus.com
MIT License
2.72k stars 225 forks source link

Shell layout is grabled after installation on Linux Mint 21 and 22 #263

Closed attilafelker closed 2 months ago

attilafelker commented 2 months ago

Describe the bug

Shell layout is garbled after installation on Linux Mint 21 and 22 . It looks like certain fonts are not working properly.

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

Additional context

Add any other context about the problem here.

sonnycc commented 2 months ago

Same here. I'm on Kubuntu. I ran the Bash prompt script with no errors after manually installing fastfetch. Screenshot_20240906_050504

Screenshot_20240906_050259

attilafelker commented 2 months ago

interesting that we have different level of garbling. the arrows at the prompt look ok, mine don't.

attilafelker commented 2 months ago

Solution to this problem https://github.com/ChrisTitusTech/linutil/issues/284. Closing.Thanks!

sonnycc commented 2 months ago

I have the font installed. Ninth last line in my first screengrab. Do we need any other fonts?

attilafelker commented 2 months ago

Grab the fonts https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/Meslo.zip

copy the extracted files to your fonts (/usr/share/fonts). You need to be root.

You need to refresh your font cache : fc-cache -f -v

Then You also need to select this font in your terminal preferences : image

Close all terminal windows and start a new one, you should be ok