What is new in GNOME 2.6?
Although the canonical summary of new features can be found at http://www.gnome.org/start/2.6/notes/rnwhatsnew.html, some of the most exciting new features of GNOME 2.6 are:
How do I upgrade to GNOME 2.6?
NOTE: Do not run portupgrade(1) to upgrade to GNOME 2.6!
The simple answer is this:
More detailed instructions are as follows:
To build GNOME 2.6, you need to obtain the 2.6 ports tree skeleton. This is most easily accomplished with CVSup. Simply obtain the latest ports tree, and you are ready to go. After you have obtained the latest ports tree, do not run a typical portupgrade(1).
It is not possible to upgrade from GNOME 2.4 to GNOME 2.6 by simply running portupgrade(1). There are new dependencies, and ports will build out-of-order, eventually causing the build to fail. Additionally, GTK+-2 cannot install when there are input methods installed which were linked against older GTK+-2 versions.
To work around these problems, and to provide an update mechanism as simple as portupgrade(1), the FreeBSD GNOME team has produced a comprehensive upgrade script. The script can be downloaded from:
http://www.FreeBSD.org/gnome/gnome_upgrade.sh
Simply download that script, and save it to disk.
Once you have the script downloaded, run, as root:
# sh ./gnome_upgrade.sh
Hit ENTER to begin, answer any questions that pop up, and go watch an entire Monty Python anthology. Right after hitting ENTER at the beginning, you will be given the path to a logfile. By running:
$ tail -f /path/to/logfile
you can watch the entire upgrade process as it unfolds. It is hypnotic!
Oops! I ran portupgrade(1)! What do I do?
Do not worry; hope is not lost. Running portupgrade(1) will cause the build to fail, but it will not cause any lasting damage to your ports tree, unless you have done something exceptionally creative. Simply download the gnome_upgrade.sh script and run it, and pretend that you ran it in the first place. Nobody needs to know that you did not read the directions first!
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 gnome_upgrade.sh, and then reinstall the port when the upgrade process is complete.
List of GNOME 2.6 problems and their solutions
Although GNOME 2.6 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:
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 the FreeBSD GNOME team! What can I do to participate?
Please read our list of ways to get involved!