Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Impossible to remove fonts?
#1
Hi

I've been trying to start GIMP with a custom set of fonts, separate from my system, so I've been using a custom fontconfig path, with fonts.conf being:
Code:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
  <dir>/home/maple/Apps/GIMP/GIMPFonts/Fonts</dir>
  <cachedir>/home/maple/.cache/fontconfig</cachedir>
</fontconfig>
My goal is to only have fonts from a certain folder show up in GIMP

I have found that I can remove all fonts except Monospace, Sans-serif, and Serif, and their variants, for a total of 12 fonts I cannot remove, plus the two I've been testing with, though the first 12 seem to be bugged.

[attachment=13498]

Does anyone know of a way to disable/remove these fonts?

This happens on GIMP 3.0.2 AppImage, Debian 12.10
Reply
#2
Monospace, Sans-serif, and Serif are alias and default fonts, they point to one of the other fonts. They will always exist.
Reply
#3
Are there any ways to hide the aliases in settings or something similar? I can't seem to find anything on it
Reply
#4
(05-17-2025, 08:32 PM)Maple921 Wrote: Are there any ways to hide the aliases in settings or something similar? I can't seem to find anything on it

These are defined at the system level through some fontconfig magic, and it seems that they cannot be removed.
Reply
#5
Is there a way to ruin a Debian? Messing up the dependencies.

The AppImage uses system fonts, but if you remove some necessary fonts from the system, then programs won't know how to display the text anymore.

I put personal fonts in ~/.fonts and that way everything will be fine; Gimp needs a couple of fonts to display little icons, unfortunately, I don't remember which ones now, but it will look like a child who has lost their teeth.

A font that I added is fonts-noto-color-emoji.
Reply


Forum Jump: