fastfetch-cli / fastfetch

An actively maintained, feature-rich and performance oriented, neofetch like system information tool.
MIT License
10.05k stars 399 forks source link

[BUG] macOS Sonoma 14.4.1 - no logo when using fastfetch in .zshrc #891

Closed wojciehm closed 5 months ago

wojciehm commented 5 months ago

General description of bug:

Often helpful information:

Screenshot:

image image

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

//paste here

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

//paste here

Output of fastfetch --list-features:

//paste here

If fastfatch crashed or freezed

Paste the stacktrace here. You may get it with:

# You may need Ctrl+C to stop the process if it freezes
gdb -q -ex 'set confirm off' -ex run -ex 'bt full' -ex quit --args /path/to/fastfetch

If you are able to identify which module crashed, the strace can be helpful too

strace /path/to/fastfetch --multithreading false -s {MODULE} --pipe

If you cannot do the instructions above, please upload the core dump file:

If fastfetch is slow

Use time fastfetch --stat to show time usage for each module.

If my image logo didn't show / work

If fastfetch behaves incorrectly on shell starting

CarterLi commented 5 months ago

Can you please follow the bug report instructions in If my image logo didn't show / work section?

wojciehm commented 5 months ago

Hey @CarterLi . I don't use any specified logo. I would expect the same output from newly started iterm2 terminal the same as when I run the program from CLI. Am I doing something wrong here?

CarterLi commented 5 months ago

Sorry wrong section.

If fastfetch behaves incorrectly on shell starting this one

wojciehm commented 5 months ago

fastfetch --pipe false fixed the issue. Thanks for your support.