How do I upgrade from gnome2-lite to the full GNOME 2.28 desktop?
The Lite edition does not include all of the components of the standard GNOME 2.28 desktop. If you wish to install the full desktop, first remove the gnome2-lite package, then install the gnome2 port or package. For example:
[email protected]# pkg_delete gnome2-lite
Then one of the following:
[email protected]# cd /usr/ports/x11/gnome2
[email protected]## make install clean
or:
[email protected]# pkg_add -r gnome2
Alternatively, you can install additional GNOME components individually using either their ports or packages.