mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
2.9 KiB
2.9 KiB
name, about, title, labels, assignees
| name | about | title | labels | assignees |
|---|---|---|---|---|
| Bug report | Create a report to help us improve | bug |
General description of bug:
- What happened:
- What should happen:
- Did it work in an older version:
- Where did you get the binary:
- Does this issue still occurs in the latest dev build?
Often helpful information:
The content of the configuration file you use (if any)
//paste here
Output of env NO_CONFIG=1 fastfetch --load-config all --show-errors --stat --multithreading false --disable-linewrap false --hide-cursor false:
//paste here
Output of fastfetch --list-features:
//paste here
If fastfatch crashed
Paste the stacktrace here. You may get it with:
$ gdb /path/to/fastfetch
$ run
$ bt
If you are able to identify which module crashed, the strace can be helpful too
$ strace /path/to/fastfetch --multithreading false --structure {MODULE} --pipe
If you cannot do the instructions above, please upload the core dump file:
If my image logo didn't show / work
- The image protocol you used:
- The terminal you used:
- Upload the image file here, or paste the image URL:
- Does it work with
--logo-width {WIDTH} --logo-height {HEIGHT}?
If fastfetch behaves incorrectly on shell starting
- The bug is reproduceable with fresh / clean shell configuration (i.e.
fastfetchis the single line of.zshrcor~/.config/fish/config.fish): - Does
sleep 1before runningfastfetchwork?