dankamongmen / notcurses

blingful character graphics/TUI library. definitely not curses.
https://nick-black.com/dankwiki/index.php/Notcurses
Other
3.48k stars 112 forks source link

"no bitmap is known for your distro" - how do I fix this? #2655

Open OdinsHat opened 2 years ago

OdinsHat commented 2 years ago

I recieve this notification when I run ncneofetch under an ASCII Arch logo. I want to post a nice rice on Reddit 🙂 so wondered how I go about fixing this?

I did Google it but came up blank. Is it a simple fix such as placing an image somewhere or does it require changes to your library or the executable?

Much appreciate any help you can give. I'll be sure to mention your library as my fetch in the new rice. 🙂

no-image-for-distro-2022-04-19_18-12

dankamongmen commented 2 years ago

hey there @OdinsHat ! sorry for the lengthy delay in response; i was missing my workstation.

so the various bitmaps are looked up in fetch/main.c. we just need a path to a bitmap, ideally one which is always present (i.e. doesn't need optional packages installed). if it does require some optional package, it's desirable that we Recommend it in the packaging for your distro.

is such an image available in your distro of choice?