Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/gnome/howtos: gnome-3.2-upgrade.xml
Date: Fri, 25 Nov 2011 18:53:08
Message-Id: 20111125185258.48CF42004B@flycatcher.gentoo.org
1 nirbheek 11/11/25 18:52:58
2
3 Modified: gnome-3.2-upgrade.xml
4 Log:
5 Imply that cantarell will eventually get extended-Latin alphabet support, mention memory leak problems with gnome-shell extensions, and add a section about the new meta ebuilds
6
7 Revision Changes Path
8 1.4 xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml?r1=1.3&r2=1.4
13
14 Index: gnome-3.2-upgrade.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- gnome-3.2-upgrade.xml 25 Nov 2011 00:21:28 -0000 1.3
21 +++ gnome-3.2-upgrade.xml 25 Nov 2011 18:52:58 -0000 1.4
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml,v 1.3 2011/11/25 00:21:28 tetromino Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml,v 1.4 2011/11/25 18:52:58 nirbheek Exp $ -->
27
28 <guide link="/proj/en/desktop/gnome/howtos/gnome-3.2-upgrade.xml" lang="en">
29 <title>GNOME 3.2 Upgrade Guide</title>
30 @@ -82,10 +82,11 @@
31
32 <p>
33 GNOME 3.2 uses <c>media-fonts/cantarell</c> as its default font. Unfortunately,
34 -Cantarell only includes a subset of the extended Latin alphabet. Users of
35 -languages whose writing systems are not covered by Cantarell will probably want
36 -to switch to another font, such as <c>media-fonts/dejavu</c>. This can be done
37 -using <c>gnome-tweak-tool</c> (<e>Fonts</e> tab), or from the terminal:
38 +Cantarell currently only includes a subset of the extended Latin alphabet. Users
39 +of languages whose writing systems are not yet covered by Cantarell will
40 +probably want to switch to another font, such as <c>media-fonts/dejavu</c>. This
41 +can be done using <c>gnome-tweak-tool</c> (<e>Fonts</e> tab), or from the
42 +terminal:
43 </p>
44
45 <pre caption="Set DejaVu (size 10) as the default font">
46 @@ -327,9 +328,9 @@
47 </note>
48
49 <impo>
50 -Extension code quality is highly variable, and some extensions can render GNOME
51 -completely unusable. Gentoo cannot offer support for problems caused by third-party
52 -extensions.
53 +Extension code quality is highly variable. Some extensions contain memory leaks
54 +and others can render GNOME completely unusable. Gentoo cannot offer support for
55 +problems caused by third-party extensions.
56 </impo>
57
58 </body>
59 @@ -478,7 +479,7 @@
60 </chapter>
61
62 <chapter>
63 -<title>Dependency problems when upgrading to GNOME 3.2</title>
64 +<title>Dependency information about upgrading to GNOME 3.2</title>
65
66 <section>
67 <title>PyGObject</title>
68 @@ -508,5 +509,39 @@
69 </body>
70 </section>
71
72 +<section>
73 +<title>New GNOME meta ebuilds</title>
74 +<body>
75 +
76 +<p>
77 +With GNOME 3, the meta ebuilds have been split into many ebuilds, and now have
78 +various USE-flags to control features. There are three main meta ebuilds:
79 +<c>gnome-base/gnome</c>, <c>gnome-base/gnome-fallback</c>, and
80 +<c>gnome-base/gnome-light</c>. There are other meta ebuilds pulled in by these,
81 +but users should generally not use them directly.
82 +</p>
83 +
84 +<p>
85 +<c>gnome-base/gnome</c> is the recommended way to install GNOME 3. See
86 +the package metadata.xml for descriptions of the available USE-flags.
87 +</p>
88 +
89 +<p>
90 +<c>gnome-base/gnome-fallback</c> is the ebuild that installs only the fallback
91 +mode. This ebuild should be used by people who know that their hardware cannot
92 +run GNOME Shell, and do not want to install it.
93 +</p>
94 +
95 +<p>
96 +<c>gnome-base/gnome-light</c> is the ebuild that installs the bare minimum
97 +libraries and applications required to run GNOME 3. You can toggle USE-flags to
98 +choose whether to install GNOME Shell, GNOME Fallback, or both. This is
99 +<b>not</b> the recommended way to install GNOME 3, and is merely provided for
100 +the convenience of users.
101 +</p>
102 +
103 +</body>
104 +</section>
105 +
106 </chapter>
107 </guide>