diff --git a/en/gnome/docs/Makefile b/en/gnome/docs/Makefile index 37a99808be..9c04207c0f 100644 --- a/en/gnome/docs/Makefile +++ b/en/gnome/docs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: www/en/gnome/docs/Makefile,v 1.23 2007/03/19 17:36:34 marcus Exp $ +# $FreeBSD: www/en/gnome/docs/Makefile,v 1.24 2007/10/25 16:56:36 marcus Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" @@ -15,6 +15,7 @@ DOCS+= faq214.sgml DOCS+= faq216.sgml DOCS+= faq218.sgml DOCS+= faq220.sgml +DOCS+= faq222.sgml DOCS+= gnome_porting.sgml DOCS+= gnome1_porting.sgml DOCS+= gnome2_porting.sgml diff --git a/en/gnome/docs/faq222.sgml b/en/gnome/docs/faq222.sgml new file mode 100644 index 0000000000..52b85061ec --- /dev/null +++ b/en/gnome/docs/faq222.sgml @@ -0,0 +1,152 @@ + + + + +]> + + &header; + +
What is new in GNOME &gnomever;?
+ +Although the canonical summary of new features can be found at + http://library.gnome.org/misc/release-notes/&gnomever;/, + some of the most exciting new features of GNOME &gnomever; are:
+ +How do I upgrade to GNOME &gnomever;?
+ +The answer is relatively simple:
+ +To build GNOME &gnomever;, you need to obtain the latest + ports tree skeleton. This is most easily accomplished with + portsnap(8) or CVSup. Simply obtain the latest ports tree, and you are + ready to go. Then do the following:
++# pkgdb -Ff +# portupgrade -f gstreamer-plugins-good +# pkg_deinstall -fO gnome-applets\* totem\* gnome-control-center\* +# portupgrade -aOW ++ +
NOTE: it is recommended to run portupgrade + -a to make sure you get all the necessary ports.
+ +If you are a portmaster(8) user, make sure you have + least 1.9 version. Then do the following:
+ ++# portmaster -a +# portmaster gstreamer-plugins-good +# pkg_delete -f gnome-applets\* totem\* gnome-control-center\* \ + gnome-keyring-manager\* +# portmaster -a ++ +
The upgrade failed; what do I do?
+ +Unfortunately, this is not only possible, it is highly probable. There are many possible + valid GNOME configurations, and even more invalid starting points. If the script fails, + follow the instructions in the error message to let the FreeBSD GNOME team know about the + failure.
+ +The majority of build failures will be dependency-related issues. One simple way to resolve + the problem is to remove the offending port, re-run portupgrade or portmaster, and then + reinstall the port when the upgrade process is complete.
+List of GNOME &gnomever; problems and their solutions
+ +Although GNOME &gnomever; is certainly the best release to date (of course), there are + a couple regressions that slipped in, both in the GNOME code and in its implementation + within FreeBSD. Some of the more visible issues are:
+ ++% gconftool-2 -s --type bool /desktop/gnome/volume_manager/automount_drives false +% gconftool-2 -s --type bool /desktop/gnome/volume_manager/automount_media false +% gconftool-2 -s --type bool /desktop/gnome/volume_manager/autobrowse false +% gconftool-2 -s --type bool /desktop/gnome/volume_manager/autoplay_cda false +% gconftool-2 -s --type bool /desktop/gnome/volume_manager/autoplay_dvd false +% gconftool-2 -s --type bool /desktop/gnome/volume_manager/autoplay_vcd false +% gconftool-2 -s --type bool /desktop/gnome/volume_manager/autoprinter false +
I have found a bug; whom should I alert?
+ +Please read the FreeBSD GNOME Project's + documentation on reporting bugs. +
+I want the fame and glory of being part of the FreeBSD GNOME team! + What can I do to participate?
+ +Please read our list of ways + to get involved! +
+