-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] terminal reports "screen" instead of "alacritty" when $TERM set to "screen-256color", neithere it detects wifi when using dhcpcd + wpa_supplicant #811
Comments
It is expected. For other terminal multiplexor like tmux you can't detect the real terminal. For screen you can detect the real terminal because screen doesn't use daemon process, I just report screen to be consistant with other multiplexors. |
What does |
Ohh that's what you prefer, so on purpose. Not that I agree, but I understand then. |
Those are the fixed names assigned to the interfaces, the NIC/eth one and the wireless one... Not sure if expecting only certain pattern in the wireless interface to detect wifi... |
No we don't. What does |
|
Can you try the latest dev build? you may download it here: https://github.com/fastfetch-cli/fastfetch/actions/runs/8847532032 |
No more information, closing |
wow, @CarterLi that was just too fast, hahaha. I didn't have time to test a later build before. I build/install the AUR fastfetch-git package, which is currently using head of the
And guess what, wifi does work with it:
Strange it doesn't show up when calling Thanks ! |
Please try |
There my ssid shows up, :), no additional info, but it shows up... |
General description of bug:
When executing fastfetch, it reports:
Notice that I'm using alacritty + screen as multiplexor, and I have set $TERM to
screen-256color
, not sure if fastfetch is based on that to output screen as the terminal.On neofetch this doesn't happen, it properly detects alacritty:
Also, fastfetch it's not detecting wifi:
Though I don't use network manager, neither I use iw/iwd... I just use plain wpa_supplicant and dhcpcd.
What should happen:
Alacritty should have been the output for
Terminal
. And I don't know what wifi shows, but I guess the ESSID used and perhaps its signal strenght...Fastfetch version used: 2.10.2.
Did it work in an older version: no
Where did you get the binary: Archlinux repo
Screenshot:
The content of the configuration file you use (if any):
Output of
fastfetch -c ci.jsonc --format json
:fastfetch_jsonc.txt
Output of
fastfetch --list-features
:The text was updated successfully, but these errors were encountered: