fastfetch icon indicating copy to clipboard operation
fastfetch copied to clipboard

[BUG] OpenMandriva logo is no more displayed

Open AngryPenguinPL opened this issue 1 year ago • 2 comments

General description of bug:

  • What happened: From fastfetch 2.11.2 logo OpenMandriva is no more displayed. This is important to us because we have set fastfetch as the default installed program in the distribution.
  • What should happen: OpenMandriva logo should be displayed again.
  • Fastfetch version used: 2.11.2 to 2.11.4
  • Did it work in an older version: Yes it worked fine up to 2.11.1, problem appears in 2.11.2.
  • Where did you get the binary: Package compiled by myself and also tested in prebuild binary from GitHub release page.
  • Does this issue still occurs in the latest dev build? Yes.

Often helpful information:

Screenshot:

Screenshot_20240506_173034 On left side fastfetch 2.11.1 showing OpenMandriva logo, while on right side 2.11.4 without OpenMandriva logo.

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

//paste here

Output of fastfetch -c ci.jsonc --format json:

long output so uploaded to pastebin: https://pastebin.com/Ngc7tRmv

Output of fastfetch --list-features:

fastfetch --list-features
threads
vulkan
wayland
xcb-randr
xcb
xrandr
x11
drm
gio
dconf
dbus
imagemagick7
chafa
zlib
sqlite3
rpm
egl
glx
osmesa
opencl
libpulse
libnm
Proprietary GPU driver API
linux/videodev2
linux/wireless

If my image logo didn't show / work

  • The image protocol you used: any
  • The terminal you used: gnome-terminal, gnome-console, kde konsole, kitty all affected
  • Upload the image file here, or paste the image URL:
  • Does it work with --logo-width {WIDTH} --logo-height {HEIGHT}? No

Worth to add logo is displayed correctly when I call it by fastfetch -l openmandriva

AngryPenguinPL avatar May 06 '24 15:05 AngryPenguinPL

I don't have OpenMandriva installed. Simple testing fastfetch -l OpenMandriva works for me.

image

Can you paste the content of /etc/os-release? Does fastfetch -l OpenMandriva work for you?

CarterLi avatar May 06 '24 15:05 CarterLi

I think I find what the problem is. OpenMandriva should have file /etc/lsb-release and DISTRIB_ID=OpenMandriva Lx in the file.

CarterLi avatar May 06 '24 16:05 CarterLi

v2.11.5 will be released soon to fix this issue

CarterLi avatar May 06 '24 16:05 CarterLi

Indeed, the problem has been solved. Thanks

AngryPenguinPL avatar May 06 '24 18:05 AngryPenguinPL