You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
despite convention, TERM_PROGRAM is only set on some terminals and the unwrap() leads to crashes when ran terminals that don't set it, such as Alacritty and kitty (gantoreno#2). This issue is fixed by checking for terminal-specific vars for these two terminals and adds a graceful "unknown" fallback option in case anyone dare use a different terminal emulator.
Also had to run cargo update to make the program compile on the newest rust version.
Hey @ginkogruen, it's been a long time, this year was crazy for me with a lot of stuff going on at work and didn't have much time to look into this issue - sorry that you had to go on this long without an answer!
Thankfully, @paraversal put up a great contribution and I just merged #3, which should fix this. I'll try to release a new version this week, but in the meantime feel free to build from source and enjoy the fix in case you're still interested in running macfetch. I'll close this issue as soon as I release and ensure everything looks good. :)
I got a panic during the display of the logo. I've got the following output:
I sadly can't make sense of the error message.
My terminal is kitty if that's important.
The text was updated successfully, but these errors were encountered: