KDE: Difference between revisions

From wiki.vacula.xyz
(Created page with "== Removing (most) noto-fonts on Arch == # Remove the noto-fonts package using <code>sudo pacman -Rdd noto-fonts</code> # Add to")
 
No edit summary
 
Line 2: Line 2:


# Remove the noto-fonts package using <code>sudo pacman -Rdd noto-fonts</code>
# Remove the noto-fonts package using <code>sudo pacman -Rdd noto-fonts</code>
# Add to
# Add <code>NoExtract  = usr/share/fonts/noto/* !*NotoMono-* !*NotoSansDisplay-* !*NotoSansLinearB-* !*NotoSansMono-* !*NotoSansSymbols* !*NotoSerif-* !*NotoSerifDisplay-*</code> to <code>/etc/pacman.conf</code>
# Re-install noto-fonts as a dependency using <code>sudo pacman -S --asdeps noto-fonts</code>

Latest revision as of 05:17, 30 July 2025

Removing (most) noto-fonts on Arch

  1. Remove the noto-fonts package using sudo pacman -Rdd noto-fonts
  2. Add NoExtract = usr/share/fonts/noto/* !*NotoMono-* !*NotoSansDisplay-* !*NotoSansLinearB-* !*NotoSansMono-* !*NotoSansSymbols* !*NotoSerif-* !*NotoSerifDisplay-* to /etc/pacman.conf
  3. Re-install noto-fonts as a dependency using sudo pacman -S --asdeps noto-fonts