Artix Linux Forum

Artix Linux => Other Architectures => ARMtix => Topic started by: kiblaster on 28 April 2024, 09:10:28

Title: ttf-nerd-fonts-symbols conflict
Post by: kiblaster on 28 April 2024, 09:10:28
Every time that I run pacman -Syu it asks to replace ttf-nerd-fonts-symbols.
And it keeps asking it even after replacing it cause the next time it asks for another version.

So I added to /etc/pacman.conf:
Code: [Select]
IgnorePkg   = ttf-nerd-fonts-symbols-1000-em ttf-nerd-fonts-symbols-2048-em

And now:
Code: [Select]
warning: ignoring package replacement (ttf-nerd-fonts-symbols-3.2.1-1 => ttf-nerd-fonts-symbols-2048-em-2.3.3-1)
warning: ignoring package replacement (ttf-nerd-fonts-symbols-mono-3.2.1-1 => ttf-nerd-fonts-symbols-1000-em-2.3.3-1)

This does not happen in Artix (x86) and I do not see 1000 and 2048 version there so they should be removed I think.
Title: Re: ttf-nerd-fonts-symbols conflict
Post by: Ambie on 28 April 2024, 09:29:06
It is weird. I'd check pacman.conf repo section first.
Title: Re: ttf-nerd-fonts-symbols conflict
Post by: kiblaster on 01 May 2024, 09:55:47
The fact that ttf-nerd-fonts-symbols-1000-em and ttf-nerd-fonts-symbols-2048-em are not anymore in Artix makes me think that they are deprecated and should be removed from ARMtix too.