diff --git a/en/gnome/docs/faq.sgml b/en/gnome/docs/faq.sgml index cfe5cf05ec..925a23a24d 100644 --- a/en/gnome/docs/faq.sgml +++ b/en/gnome/docs/faq.sgml @@ -109,6 +109,44 @@ gnomecore
+
+ + + 3. + + I installed GNOME, but I'm missing application foo. What gives? + + + +
+ +

Only the core components, and a few extras, are included in the + gnome package. There is another meta-port called + gnome-fifth-toe that includes some more popular (and + bigger) GNOME applications. gnome-fifth-toe includes + Galeon, Pan, Gnumeric, AbiWord, GNUCash, Evolution, Gimp, Dia, and + more.

+ +

To install gnome-fifth-toe from packages. Note: + Installing gnome-fifth-toe from packages is currently broken on + 4.4-STABLE.

+ + # pkg_add -r gnome-fifth-toe + +

To build gnome-fifth-toe from ports: + +

+# cd /usr/ports/x11/gnome-fifth-toe
+# make all install clean
+	   
+ +

A full list of GNOME applications that have been ported to FreeBSD can + be found here.

+ + + +
+