fastfetch
fastfetch copied to clipboard
[BUG] Inconsistent logo quality in bash vs. zsh
General description of bug:
- What happened: Running
fastfetch --logo ~/mylogo.png --logo-width 38yields with different results when running it in bash vs. zsh (check the screenshot below) - What should happen: Image quality should be consistent
- Fastfetch version used: fastfetch 2.8.7 (x86_64)
- Did it work in an older version: N/A, this is the first version I've used.
- Where did you get the binary: Manjaro's Official Repo (extra)
- Does this issue still occurs in the latest dev build? Not sure.
Often helpful information:
Screenshot:
The content of the configuration file you use (if any):
//Default settings
Seems chafa was used when executing fastfetch in bash. What terminal were you using?
Seems chafa was used when executing fastfetch in bash.
Seems so, yes. I installed it as an optional dependency.
What terminal were you using?
Yakuake for bash and Konsole for zsh.
Change to fastfetch --kitty ~/mylogo.png --logo-width 38 should fix this issue
BTW, I uninstalled fastfetch with chafa, rebooted my system, installed fastfetch without chafa (double-checked it and chafa does not exist on my system), then I ran fastfetch --logo ~/mylogo.png --logo-width 38 again and found out that the output image is still the same as per my original screenshot above, so the initial issue may not be the result of chafa.
However, fastfetch --kitty ~/mylogo.png --logo-width 38 does resolve the issue.