-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Output issues with neofetch 7.1.0 on Fedora #1952
Comments
The errors are from running in verbose mode. These are normal. |
I cannot reproduce using the provided commands. |
I'll try the master version and reply right away. |
Maybe this has something to do with some external dependency? Or maybe the GNOME Terminal itself? System: Fedora 34 Workstation. I hope this information can help. Tell me if I'm missing something here. |
Does the issue occur in a different terminal emulator? |
I played around with the shell commands inside neofetch and managed to replicate the bar with the same code from It's such a weird bug, as the code seems to be fine, and it always worked on all distros I've ever used, including this exact system before the last update. The 'bar' (bar, infobar, barinfo) memory indicators seem to break something in there. |
Any updates on this topic? |
Yes. I managed to reproduce this issue. Have not had the time to fix it though. |
I am having the same issue on rocky linux 8.5. Happy to test/debug the issue with a little pointer in the right direction. |
I can confirm it happens in both Fedora 35 and 36 Prerelease as well. |
I did some debugging, and it seems Debugging shows this value given to Value: "�[38;5;distrom" The first tofu character seems to be the one filling all the space in the terminal. Weirdly enough, this is coming from the 3rd argument, which is coming from I don't really code in bash, and only have some basic knowledge as any regular Linux user, so I don't really know how to fix this problem. I hope you can find a solution soon 🙏️ |
You are right. A temporary fix for me was to change the config from:
to
|
So this problem is from this code here: Which works just fine for Notice the last line? If the |
This pull request replaces the old broken code (see dylanaraps#1952) with a simpler, working one for `bar_color_total`, just like `bar_color_elapsed`. Let me know if the old code was done that way for a specific purpose.
Upstream PR: dylanaraps/neofetch#2084 Thanks to @Skaldebane Co-authored-by: Hossam Elbadissi <skaldebane@gmail.com>
Description
Hi! Today I updated neofetch (through dnf), I like the new icon, but...
What's all this spacing here?
This seems to be happening only when using the infobar memory indicator.
(cmd:
neofetch --speed_shorthand on --cpu_temp C --memory_display infobar --disable packages
)Neofetch version
This is neofetch 7.1.0.
But again, why do I get these errors when requesting the version?
Config file
config.conf file
Verbose log
neofetchlog file
The text was updated successfully, but these errors were encountered: