fastfetch-cli / fastfetch

A maintained, feature-rich and performance oriented, neofetch like system information tool.
MIT License
11.03k stars 426 forks source link

[BUG] #683

Closed Xdavius closed 10 months ago

Xdavius commented 10 months ago

General description of bug:

bug on Debian: Logo not show

Using our customization here : https://github.com/Gaming-Linux-FR/GLFfetch black screen with console blackscreen with kitty no logo with terminator

should be like the demo in the project

tested deb-get / directly .deb github

Sorry for no more explainations. Works on archlinux, but not in debian. I supose I missed something but don't know what... your help will be appréciated.

regards

Davius

CarterLi commented 10 months ago

What does black screen mean? Did it crash? You may try gdb to get some stack trace. I'm sorry but the information provided is not enough for me to identify what the problem is.

CarterLi commented 10 months ago

According to https://github.com/gnome-terminator/terminator/pull/770, in order to enable image support for terminator, you need a custom build of Gnome VTE with sixel support enabled.

Xdavius commented 10 months ago

Hi @CarterLi

I'm still searching exactly what is the problem. The crash I discribed is that the terminal do just nothing. No fetch att all and need to ctrl+c.

I was able to run our custom config. But I've done too much things to be clear.

1- seems I need to recompile fastfetch 2- libmagick++* and libmagick++dev seems to be needed but not sure.

I will test and come back with more info but seems to be a dépendancies problem and maybe a compilation problem with the.deb you provide.

Thank you for reading.

Regards

Xdavius