Gentoo Archives: gentoo-dev

From: Michael Weber <xmw@g.o>
To: gentoo-dev@l.g.o
Cc: fonts@g.o
Subject: Re: [gentoo-dev] font.eclass add Xorg FontPath elements for non-standard paths
Date: Thu, 04 Jul 2013 10:09:46
Message-Id: 51D549D7.7020900@gentoo.org
In Reply to: Re: About teams having inactive people (Was:Re: [gentoo-dev] font.eclass add Xorg FontPath elements for non-standard paths) by Markos Chandras
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA256
3
4 On 07/04/2013 11:26 AM, Markos Chandras wrote:
5 > On 4 July 2013 07:24, Pacho Ramos <pacho@g.o> wrote:
6 >> El jue, 04-07-2013 a las 01:07 +0200, Michael Weber escribió:
7 >> [...]
8 >>> I contacted fonts alias and, as mentioned on the bug and irc,
9 >>> Ben de Groot (yngwin) does not object and says that font team
10 >>> lead Peter Volkov (pva) is non-active.
11 >>
12 >> Why fonts team doesn't elect a new lead then? Thanks for the info
13 >> :)
14 Non technical -> project-ml
15
16 > I am not sure how a new leader alone would help. The team needs
17 > active members :)
18 dito.
19
20 I fell it kinda hard to get an technical discussion these days.
21 Can we keep to point once, pls?
22
23 Like having multiple files containing FontPath doesn't work out?
24 Besides the fonts in the compiled-in/default paths, only the urw show up.
25 Is it possible to get xorg server attributes? xset only has setters.
26
27
28 michael@x ~ % for i in /etc/X11/xorg.conf.d/90*.conf ; do echo $i ;
29 cat $i ; echo ; done
30 /etc/X11/xorg.conf.d/90-corefonts-0.conf
31 Section "Files"
32 FontPath "/usr/share/fonts/corefonts"
33 EndSection
34
35 /etc/X11/xorg.conf.d/90-dejavu-0.conf
36 Section "Files"
37 FontPath "/usr/share/fonts/dejavu"
38 EndSection
39
40 /etc/X11/xorg.conf.d/90-dina-0.conf
41 Section "Files"
42 FontPath "/usr/share/fonts/dina"
43 EndSection
44
45 /etc/X11/xorg.conf.d/90-droid-0.conf
46 Section "Files"
47 FontPath "/usr/share/fonts/droid/"
48 EndSection
49
50 /etc/X11/xorg.conf.d/90-liberation-fonts-0.conf
51 Section "Files"
52 FontPath "/usr/share/fonts/liberation-fonts"
53 EndSection
54
55 /etc/X11/xorg.conf.d/90-libertine-ttf-0.conf
56 Section "Files"
57 FontPath "/usr/share/fonts/libertine-ttf"
58 EndSection
59
60 /etc/X11/xorg.conf.d/90-terminus-font-0.conf
61 Section "Files"
62 FontPath "/usr/share/fonts/terminus"
63 EndSection
64
65 /etc/X11/xorg.conf.d/90-termsyn-0.conf
66 Section "Files"
67 FontPath "/usr/share/fonts/termsyn"
68 EndSection
69
70 /etc/X11/xorg.conf.d/90-urw-fonts-0.conf
71 Section "Files"
72 FontPath "/usr/share/fonts/urw-fonts"
73 EndSection
74
75
76 - --
77 Michael Weber
78 Gentoo Developer
79 web: https://xmw.de/
80 mailto: Michael Weber <xmw@g.o>
81 -----BEGIN PGP SIGNATURE-----
82 Version: GnuPG v2.0.20 (GNU/Linux)
83 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
84
85 iF4EAREIAAYFAlHVSdcACgkQknrdDGLu8JAhzwEAhhQ2cjRXNjXCkSlVvHApq3LU
86 yDuEQUaB7d0O01GUnq8A/16YJYtP+aYPOAlgtSQZlWH555X+MFzszy3y6lXf5UDr
87 =2YVT
88 -----END PGP SIGNATURE-----