fastfetch icon indicating copy to clipboard operation
fastfetch copied to clipboard

[BUG] Inconsistent logo quality in bash vs. zsh

Open jazz-it opened this issue 1 year ago • 3 comments

General description of bug:

  • What happened: Running fastfetch --logo ~/mylogo.png --logo-width 38 yields 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: icHan5b

The content of the configuration file you use (if any):

//Default settings

jazz-it avatar May 04 '24 19:05 jazz-it

Seems chafa was used when executing fastfetch in bash. What terminal were you using?

CarterLi avatar May 05 '24 00:05 CarterLi

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.

jazz-it avatar May 05 '24 00:05 jazz-it

Change to fastfetch --kitty ~/mylogo.png --logo-width 38 should fix this issue

CarterLi avatar May 05 '24 00:05 CarterLi

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.

jazz-it avatar May 05 '24 16:05 jazz-it