I'm very pleased to announce the release of our new website and documentation using the new toolchain with Hugo and AsciiDoctor. To get more information about the new toolchain please read the FreeBSD Documentation Project Primer[1], Hugo docs[2] and AsciiDoctor docs[3]. Acknowledgment: Benedict Reuschling <bcr@> Glen Barber <gjb@> Hiroki Sato <hrs@> Li-Wen Hsu <lwhsu@> Sean Chittenden <seanc@> The FreeBSD Foundation [1] https://docs.FreeBSD.org/en/books/fdp-primer/ [2] https://gohugo.io/documentation/ [3] https://docs.asciidoctor.org/home/ Approved by: doceng, core
62 lines
2.1 KiB
Text
62 lines
2.1 KiB
Text
---
|
|
title: "The FreeBSD GNOME Project"
|
|
sidenav: gnome
|
|
---
|
|
|
|
= The FreeBSD GNOME Project
|
|
|
|
== What software does the GNOME Team maintain?
|
|
|
|
The GNOME Team maintains the GNOME, MATE, and Cinnamon desktop environments.
|
|
|
|
== What is GNOME?
|
|
|
|
GNOME is a complete graphical desktop for X, including everything from a window manager to web browsers, audio players, office programs, graphical login programs and more. MATE is a continuation of the old GNOME 2 desktop environment. Cinnamon is originally a fork of GNOME 3's gnome-shell, but grew into its own desktop environment.
|
|
|
|
== How to install these desktop environments?
|
|
|
|
There are some so called meta ports available for installing these desktop environments or parts of them. They are:
|
|
|
|
* gnome3 (full GNOME desktop)
|
|
* gnome3-lite (minimal GNOME desktop)
|
|
* mate (full MATE desktop)
|
|
* mate-lite (minimal MATE desktop)
|
|
* cinnamon
|
|
|
|
The easiest way of installing is to run the following command and replace gnome3 with the desktop environment of choice:
|
|
|
|
....
|
|
# pkg install gnome3
|
|
....
|
|
|
|
Or if you prefer to build from source:
|
|
|
|
....
|
|
# cd /usr/ports/x11/gnome3
|
|
# make clean
|
|
# make install clean
|
|
....
|
|
|
|
== State of the port:
|
|
|
|
GNOME, MATE, and Cinnamon for FreeBSD are currently fully supported on 11.1, 11-STABLE, and 10.4, while support for 12.0-CURRENT is provided on a best effort basis.
|
|
|
|
GNOME is simple and easy to build using the FreeBSD ports system, but sometimes things simply go wrong. Please see our link:docs/bugging/[Bug reporting] page for more info.
|
|
|
|
== Resources
|
|
|
|
* link:https://wiki.freebsd.org/Gnome[FreeBSD GNOME's wiki page]
|
|
* link:https://www.gnome.org/[GNOME Project]
|
|
* link:https://news.gnome.org/[GNOME Project news]
|
|
* link:https://developer.gnome.org/[GNOME development platform]
|
|
* link:http://planet.gnome.org/[Planet GNOME (blogs)]
|
|
* link:https://mate-desktop.org/[MATE Project]
|
|
* link:https://github.com/linuxmint/Cinnamon[Cinnamon Project]
|
|
|
|
== Related Projects
|
|
|
|
* link:https://www.kde.org/[KDE Project]
|
|
* link:https://freebsd.kde.org/[KDE on FreeBSD]
|
|
* link:https://www.xfce.org/[XFCE Project]
|
|
* link:https://wiki.freebsd.org/Xfce[XFCE on FreeBSD]
|
|
* link:http://www.opengroup.org/cde/[CDE]
|