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
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
When connected to my Ubuntu 22.04.4 LTS VM via SSH (PuTTY) terminal, neofetch hangs unless 6 options, which are enabled by default, are disabled in the config.conf file...
#info "Resolution" resolution
#info "DE" de
#info "WM" wm
#info "WM Theme" wm_theme
#info "Theme" theme
#info "Icons" icons
With all 6 of the above options enabled, It takes 406 seconds to fail and finally return to the other content.
[yes] Does this issue still occur in the master branch? (Required if issue)
info "OS" distro
info "Host" model
info "Kernel" kernel
info "Uptime" uptime
info "Packages" packages
info "Shell" shell
#info "Resolution" resolution
#info "DE" de
#info "WM" wm
#info "WM Theme" wm_theme
#info "Theme" theme
#info "Icons" icons
info "Terminal" term
info "Terminal Font" term_font
info "CPU" cpu
info "GPU" gpu
info "Memory" memory
# info "GPU Driver" gpu_driver # Linux/macOS only
# info "CPU Usage" cpu_usage
# info "Disk" disk
#info "Battery" battery
#info "Font" font
# info "Song" song
# [[ "$player" ]] && prin "Music Player" "$player"
info "Local IP" local_ip
info "Public IP" public_ip
# info "Users" users
info "Locale" locale # This only works on glibc systems.
info cols
Description
When connected to my Ubuntu 22.04.4 LTS VM via SSH (PuTTY) terminal, neofetch hangs unless 6 options, which are enabled by default, are disabled in the config.conf file...
#info "Resolution" resolution
#info "DE" de
#info "WM" wm
#info "WM Theme" wm_theme
#info "Theme" theme
#info "Icons" icons
With all 6 of the above options enabled, It takes 406 seconds to fail and finally return to the other content.
Neofetch version
7.1.0
Screenshot
Before commenting out the 6 options...
After...
Config file
After commenting out the 6 options...
See this wiki page for more info:
https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
print_info() {
info title
info underline
}
Verbose log
https://pastebin.com/raw/d1SPJcKm (good for 2 weeks)
neofetch -vv 2> neofetchlog
neofetchlog
to pastebin, gist or equivalent.The text was updated successfully, but these errors were encountered: