Several days ago, I applied the Stable Update (2026-06-26). I am currently using i3-WM and predominantly rely on the “Blex-Mono-Nerd-Font” for various purposes.
Following the update, the Nerd Font icons have disappeared from the right side of Polybar. While they no longer render visually, their underlying functions remain clickable and operational.
Since the Nerd Fonts were not updated as part of this distribution upgrade, I am uncertain where to begin troubleshooting. Do you have any suggestions? Alternatively, is there a way to narrow down the problem during installation?
Maybe the package was split and it just has another name (there are about a gazillion nerd fonts in the repo). Start with inspecting your pacman.log, for anything nerd related. I bet you will see “replacing” somewhere.
Oh wow, your solution also fixed the problem for me. Thank you very much!
One beginner question if I may: At the end of the downgrade, you are asked whether version 2.18.1-1 should be added to the ignore list. I initially declined. Is that worth doing? Would version 2.18.2 then be offered again once the package becomes available?
When running pacman -Syu now, version 2.18.1-1 is being offered again.
This is a temporary workaround, the newer version is supposed to fix the problem so adding stuff to the ignore list is not recommended.
So you just wait until a new batch of updates comes and hope for a fix then. Otherwise - repeat downgrade, now you know what version works.
One further question regarding clarification: When I mark a package as “ignore,” does that affect only the version or the entire package?
The reason for asking: With pacman -Syu, the “broken” version is offered each time, and I would need to perform a downgrade. If I could ignore the problematic version and simply wait for the next update, it would be more convenient.
It ignores the package completely. So if there is a new version and you want an update, you have to remove it from the ignore list.
To my knowledge, there is no way to block just a certain version of a package.
However, for now you can run pacman -Syu --ignore <pkg>. (See archwiki)
I personally prefer that solution, as it will be always obvious that you are excluding the package
I’ve marked it as ignored because I use pamac-manager for small updates.
It’s very easy to re-enable the package updates once it shows 2.18.2 is available by clicking on the button at the right of the package:
When marked as ignored, pamac-manager still shows the updates for the package, but doesn’t notify constantly about them and doesn’t select them for installation by default.