diff --git a/en/gnome/docs/Makefile b/en/gnome/docs/Makefile index 809afb07e2..97eccae2a7 100644 --- a/en/gnome/docs/Makefile +++ b/en/gnome/docs/Makefile @@ -1,30 +1,31 @@ -# $FreeBSD: www/en/gnome/docs/Makefile,v 1.26 2008/03/30 18:35:28 marcus Exp $ +# $FreeBSD: www/en/gnome/docs/Makefile,v 1.27 2009/01/11 22:11:15 marcus Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= faq2.sgml DOCS+= faq28.sgml DOCS+= faq210.sgml DOCS+= faq212.sgml DOCS+= faq214.sgml DOCS+= faq216.sgml DOCS+= faq218.sgml DOCS+= faq220.sgml DOCS+= faq222.sgml DOCS+= faq224.sgml +DOCS+= faq226.sgml DOCS+= gnome_porting.sgml DOCS+= gnome1_porting.sgml DOCS+= gnome2_porting.sgml DOCS+= porting.sgml DOCS+= bugging.sgml DOCS+= volunteer.sgml DOCS+= develfaq.sgml DOCS+= example-Makefile.sgml DOCS+= halfaq.sgml .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/gnome/docs/faq226.html b/en/gnome/docs/faq226.html new file mode 100644 index 0000000000..bde2cfb90e --- /dev/null +++ b/en/gnome/docs/faq226.html @@ -0,0 +1,281 @@ + + + + +FreeBSD GNOME Project: GNOME 2.24 Upgrading FAQ + + + + + + + + + +
+
Skip site navigation (1) Skip section +navigation (2) + +
+ + +

Site Navigation

+ + +
+ +
+ + +
+

FreeBSD GNOME Project: GNOME 2.24 Upgrading FAQ

+ +

Contents

+ +
    +
  1. What is new in GNOME 2.24?
  2. + +
  3. How do I upgrade to GNOME 2.24?
  4. + +
  5. The upgrade failed; what do I do?
  6. + +
  7. List of known GNOME 2.24 problems and their solutions
  8. + +
  9. I have found a bug; whom should I alert?
  10. + +
  11. I want the fame and glory of the FreeBSD GNOME team! What can I do to +participate?
  12. +
+ +

Full Text

+ +
    +
  1. + +

    What is new in GNOME 2.24?

    + +

    Although the canonical summary of new features can be found at http://library.gnome.org/misc/release-notes/2.24/, +some of the most exciting new features of GNOME 2.24 are:

    + +
      +
    • A FreeBSD port of libxul-1.9 has been added as an alternative Gecko provider to +Firefox 2. This can be used by setting WITH_GECKO=libxul in +/etc/make.conf.
    • + +
    • The Brasero disc burning application has been added to the Desktop to replace +nautilus-cd-buner.
    • + +
    • The pulseaudio sound system has been made part of the Desktop to replace ESounD. This +provides more comprehensive sound support.
    • + +
    • Personal file sharing (WebDAV) has been added.
    • +
    +
  2. + +
  3. + +

    How do I upgrade to GNOME 2.24?

    + +

    The answer is relatively simple:

    + +
      +
    1. +

      To build GNOME 2.24, 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
      +(Remove gnome-volume-manager.)
      +
      +# portupgrade -aOW
      +# portupgrade -f gnome-media gnome-settings-daemon gnome-control-center
      +     
      +
      + +

      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 gnome-media gnome-settings-daemon gnome-control-center
      +     
      +
      +
    2. +
    +
  4. + +
  5. + +

    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.

    +
  6. + +
  7. + +

    List of GNOME 2.24 problems and their solutions

    + +

    Although GNOME 2.24 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:

    + +
      +
    • HAL can not unmount and reset the da[0-9] devices associated with USB disks +when you manually detach them from the system. Manually removing a USB umass device while +it is mounted can result in a panic. This is a known bug in FreeBSD. See kern/103258 and kern/89102 for more +details.
    • +
    +
  8. + +
  9. + +

    I have found a bug; whom should I alert?

    + +

    Please read the FreeBSD GNOME Project's documentation on reporting +bugs.

    +
  10. + +
  11. + +

    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!

    +
  12. +
+
+ +
+
+ + +
+
+ + + diff --git a/en/gnome/index.xsl b/en/gnome/index.xsl index 5db30a7f66..6f513f0e01 100644 --- a/en/gnome/index.xsl +++ b/en/gnome/index.xsl @@ -1,188 +1,188 @@ ]> - + &header1;
&header2;
&nav;

FreeBSD GNOME News

Latest update: ,


GNOME Project News

&header3;

What is GNOME?

GNOME Logo

GNOME is a complete graphical desktop for X, including everything from a window manager to web browsers, audio players, office programs, and more.

The FreeBSD GNOME Project is a team of devoted developers and users that manage the integration of GNOME and FreeBSD.

How to install GNOME

The easiest way to install GNOME is to install either of the following ports:

  • x11/gnome2 (the full desktop)
  • x11/gnome2-lite (the minimum desktop environment)

And, as desired, one or all of:

  • x11/gnome2-fifth-toe (common applications)
  • x11/gnome2-power-tools (tools/toys for power users)
  • editors/gnome2-office (office productivity)
  • devel/gnome2-hacker-tools (development tools)
-

Upgrading to GNOME 2.24?

+

Upgrading to GNOME 2.26?

-

If you are upgrading from GNOME 2.22 to GNOME 2.24, read the - Upgrade FAQ for upgrade +

If you are upgrading from GNOME 2.22 to GNOME 2.26, read the + Upgrade FAQ for upgrade instructions.

State of the port

GNOME for FreeBSD is currently supported on - 6.4, 6-STABLE, 7.0, 7.1, 7-STABLE, and 8-CURRENT. + 6.4, 6-STABLE, 7.1, 7-STABLE, and 8-CURRENT. Most of GNOME has been ported to FreeBSD, but there is still plenty left to be done!

One stop solution shop!

GNOME is simple and easy to build using the FreeBSD ports system, but sometimes things simply go wrong. If GNOME -- or anything that uses GNOME libraries -- is not building the way it should, simply run the gnomelogalyzer.sh tool from the directory of the failed port, and let the gnomelogalyzer figure out what's wrong and how to fix it!

Resources

Related Projects

Search the freebsd-gnome mailing list archives: