ChrisTitusTech / linutil

Chris Titus Tech's Linux Toolbox - Linutil is a distro-agnostic toolbox designed to simplify everyday Linux tasks.
https://christitus.com
MIT License
2.73k stars 224 forks source link

Fedora/Nobara 40 nerd fonts issue? #58

Closed ArchKaine closed 1 month ago

ArchKaine commented 3 months ago

Installing font 'FiraCode Nerd Font' │ │ │ │Failed to resolve 'nerd' (Name or service not known) │ │ │ │Failed to resolve 'nerd' (Name or service not known) │ │ │ │Failed to resolve 'nerd' (Name or service not known) │ │

Not sure what is going on here, but I suspect this isn't intended behavior.

RazoBeckett commented 3 months ago

can you tell which script you ran ? from the list ...

MEGA-Dawg68 commented 3 months ago

Having same issue. I ran this curl -fsSL https://christitus.com/linux | sh

RazoBeckett commented 3 months ago

i mean what script from the list you ran for example:

ArchKaine commented 3 months ago

i mean what script from the list you ran for example:

* bash setup

* alacritty setup

* anyother from the list
  which one ?

Happens with the bash prompt setup. Sorry for slowness, busy lately.

MEGA-Dawg68 commented 3 months ago

Bash setup


From: RazoBeckett @.> Sent: Tuesday, July 23, 2024 12:12 AM To: ChrisTitusTech/linutil @.> Cc: MEGA_Dawg68 @.>; Comment @.> Subject: Re: [ChrisTitusTech/linutil] Fedora/Nobara 40 nerd fonts issue? (Issue #58)

i mean what script from the list you ran for example:

— Reply to this email directly, view it on GitHubhttps://github.com/ChrisTitusTech/linutil/issues/58#issuecomment-2243328746, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BBMMJ7TVXBRGKLLF2P2WMWTZNUVNJAVCNFSM6AAAAABLFF3FUCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBTGMZDQNZUGY. You are receiving this because you commented.Message ID: @.***>

RazoBeckett commented 3 months ago

I think wget is having trouble downloading the FiraCode Nerd Font. The URL might not be accessible. I initially thought this was because the font had new updates and the URL targeted an older version, but I realized that the files are hosted on GitHub and are accessible. I don't know what's wrong with Fedora. I would suggest trying to download the font zip manually using wget to see if that works, because as far as I can tell, there is no issue with the script.

Here's how: run:

wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.3.3/FiraCode.zip

I will create a PR in which wget will check first if the file is accessible or not to avoid errors on screen.

jamesthespud commented 3 months ago

I think wget is having trouble downloading the FiraCode Nerd Font. The URL might not be accessible. I initially thought this was because the font had new updates and the URL targeted an older version, but I realized that the files are hosted on GitHub and are accessible. I don't know what's wrong with Fedora. I would suggest trying to download the font zip manually using wget to see if that works, because as far as I can tell, there is no issue with the script.

Here's how: run:

wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.3.3/FiraCode.zip

I will create a PR in which wget will check first if the file is accessible or not to avoid errors on screen.

I'm also running fedora 40 and following your suggestion to download the fonts then installing them manually allowed the bash setup installer to skip the error message and all worked perfectly.

rahuljangirwork commented 2 months ago

its fixed check now

jeevithakannan2 commented 1 month ago

If the issue is resolved kindly close the issue

adamperkowski commented 1 month ago

This issue should be closed. Already fixed.