11

I just tried installing Intel(R) Graphics Installer 1.0.5 for Linux* from https://01.org/linuxgraphics/downloads and it installed ttf-ancient-fonts. Any ideas on why do they need it?

Related forum topic is https://01.org/linuxgraphics/node/331 but I don't want to register there yet.

int_ua
  • 8,574
  • 1
    I don't see any reference to ancient fonts in the 01.org thread. The dependency seems silly based on the description of ttf-ancient-fonts but perhaps the Intel graphics installer wants to make sure the symbol blocks from the Unicode standard are covered. No idea really. – Dan Dascalescu Mar 30 '15 at 04:08
  • 1
    There is a newer version here: https://download.01.org/gfx/src/ and I dont see any direct references to ttf in the src folder. but, a gtk library could have some underlying dependency. or some other library.. i just saw references to gtk... – j0h Jul 24 '15 at 21:14
  • @int_ua - is your installation adjusted to unicode-utf8 charsets ?! – dschinn1001 Aug 07 '15 at 23:15
  • @dschinn1001 I didn't understand nor the first question nor the second comment, please elaborate. – int_ua Aug 12 '15 at 00:39
  • recovery partition given or dual-boot installation?... – dschinn1001 Aug 18 '15 at 08:27
  • Single, Ubuntu taking the whole HDD. The question is answered, check out the answer below. – int_ua Aug 18 '15 at 23:04
  • This means you simply shredder the fonts which are made of glass?! – dschinn1001 Aug 19 '15 at 02:12
  • Are you drunk or something? – int_ua Aug 19 '15 at 08:37

1 Answers1

11

We (the team who wrote the installer) use a few symbols like ⏳ (HOURGLASS WITH FLOWING SAND) in the UI (in some activity messages the installer sends and so forth): installing ttf-ancient-fonts means there's guaranteed to be a font with enough unicode coverage that they show up.

  • 2
    Who is "we"? Why isn't is a core system requirement, and only the Intel drivers? – Oli Aug 12 '15 at 21:06
  • 3
    We there is Intel, he didn't specify but that is Vivi Rodrigo the package maintainer who I emailed to get an answer for this question. He works for intel. – Martin Owens -doctormo- Aug 12 '15 at 22:14
  • I'm not Rodrigo, but he did ask me to reply to this since I was on the installer team. – fledermaus Aug 12 '15 at 22:17
  • 2
    @fledermaus Maybe you should have explained that in the answer, so we can have a better understanding of it. :) – Mitch Aug 13 '15 at 07:05