Re: [Gimp-developer] blocking fonts enumeration

2018-07-15 Thread Liam R E Quin
On Sun, 2018-07-15 at 22:24 +, 1980_undergro...@insiberia.net wrote: > > An odd thing is that even with using font manager, when a font is > selected through it and subsequently displayed in the fonts tab, it > automatically adds defaults like "Monospace Italic" and Sans Bold > Italic". Thi

Re: [Gimp-developer] configure: Eeeeeeeeeeeeeeeeeeeeek! Missing dep: appstream-glib >= 0.7.7

2018-07-15 Thread Kevin Cozens
On 2018-07-13 09:40 PM, Liam R E Quin wrote: On Wed, 2018-07-11 at 14:59 +0100, richard brown via gimp-developer- list wrote: "configure: Ek! Missing dep: appstream-glib >= 0.7.7" On my system i edited configure to require 0.7.6 (which i have) and it worked. I thought abo

Re: [Gimp-developer] blocking fonts enumeration

2018-07-15 Thread 1980_underground
Hm. I don't think I needed . I was just getting the element wrong. Here's what works on my current system: /usr/share/fonts/* This empties all fonts except the ones in GIMP's own folder. An odd thing is that even with using font manager, when a font

Re: [Gimp-developer] blocking fonts enumeration

2018-07-15 Thread Liam R E Quin
On Sun, 2018-07-15 at 12:20 +, 1980_undergro...@insiberia.net wrote: > > I therefore tried to do: > > > > > > > > > > > > You need two separate selectfont sections, one after the other. Also look for messages on the console when gimp st

Re: [Gimp-developer] blocking fonts enumeration

2018-07-15 Thread 1980_underground
This is enormously helpful. Thanks so much. I never knew about global fonts.conf settings for fontconfig, and apparently like many things GIMP observes and prioritizes separate configs in its local folder. Studying fontconfig XML properties, I came up with:

Re: [Gimp-developer] blocking fonts enumeration

2018-07-15 Thread 1980_underground
I also played around with entering different file paths under the acceptfont property and the results were the same. It appears that having any acceptfont attribute at all negates the rejectfont property alltogether. On 2018-07-15 12:20, 1980_undergro...@insiberia.net wrote: This is enormous