Differences between revisions 42 and 43
Revision 42 as of 2014-10-12 23:45:07
Size: 6525
Editor: ?PedroBeja
Comment:
Revision 43 as of 2014-10-14 12:35:24
Size: 6440
Editor: ?PedroBeja
Comment:
Deletions are marked like this. Additions are marked like this.
Line 27: Line 27:
|| GNOME (core only) || DebianPkg:gnome-core package || This is a '''minimalist gnome installation'''<<BR>>(You have to install all end-user applications later). Above packages depend on this one.|| || GNOME (core only) || DebianPkg:gnome-core package || This is a '''minimalist GNOME installation'''<<BR>>(You have to install all end-user applications later). Above packages depend on this one.||
Line 38: Line 38:
== Installing "Gnome Desktop" task == == Installing "GNOME Desktop" task ==
Line 47: Line 47:
 Then, install the gnome task:  Then, install the GNOME task:
Line 58: Line 58:
The "Gnome Desktop" task is actually the sum of [[DebianPkg:tasksel|tasksel]]'s ''common'' desktop ({{{desktop}}}) and [[DebianPkg:tasksel|tasksel]]'s selected desktop ({{{gnome-desktop}}}) : The "GNOME Desktop" task is actually the sum of [[DebianPkg:tasksel|tasksel]]'s ''common'' desktop ({{{desktop}}}) and [[DebianPkg:tasksel|tasksel]]'s selected desktop ({{{gnome-desktop}}}) :
Line 119: Line 119:
 * [[http://gpe.handhelds.org/]] The mini version: GNOME Palmtop Environment (GPE).
* [[http://www.gnomefiles.com]] Categorized list of gnome programs.
 * [[http://www.gnomefiles.org]] Categorized list of GNOME programs.
Line 127: Line 126:
 * [[http://lists.debian.org/debian-gtk-gnome/]] Debian / Gnome Mailing list  * [[http://lists.debian.org/debian-gtk-gnome/]] Debian / GNOME Mailing list

Translation(s): English - Français - Italiano - 简体中文 - Русский - Melayu - 한국어


What is GNOME?

The GNOME Desktop is an attractive and useful desktop environment. GNOME is both free and one of the most widely used desktop environments on the GNU/Linux operating system.

GNOME in Debian

GNOME is one of the DesktopEnvironment options in the DebianDesktopHowTo.

Versions

Options

There are four options to install GNOME in Debian:

How to install

Description

GNOME desktop task

tasksel see below

Debian's selection of applications
(This is what is installed on a freshly installed system. It includes some applications that do not really integrate with GNOME, like LibreOffice and Iceweasel)

GNOME (Debian)

gnome package

The full GNOME environment, including applications that are not officially part of the Upstream GNOME releases.
It provides the recommended GNOME environment for Debian.

GNOME (Upstream)

gnome-desktop-environment package

The official upstream GNOME environment, minus a few packages.
It is the closest to upstream recommendations.

GNOME accessibility

gnome-accessibility package

The accessibility components of the GNOME desktop:
screen reader, mouse utilities, magnifier…

GNOME (core only)

gnome-core package

This is a minimalist GNOME installation
(You have to install all end-user applications later). Above packages depend on this one.

  • {i} Watch out recommended packages (i.e. packages dependencies) !
    (you might or might not want to install them).

For developers:

  • gnome-core-devel - The development packages to compile GNOME dependent packages from source.

  • gnome-devel - A full development suite for developing GNOME-based applications.

  • gnome-api-docs - The complete API documentation for all GNOME libraries

  • gnome-dbg - All available debugging symbols for GNOME packages

Installing "GNOME Desktop" task

The GNOME Desktop task is what is installed by Debian-Installer's Desktop "task" (unless you picked another DesktopEnvironment !).

  • To install it, first make sure that tasksel and aptitude are installed:

    apt-get install aptitude tasksel
    Then, install the GNOME task:
    tasksel install gnome-desktop --new-install
  • (The option --new-install ensure we end-up with what DebianInstaller would have installed ).

Content

FYI,

The "GNOME Desktop" task is actually the sum of tasksel's common desktop (desktop) and tasksel's selected desktop (gnome-desktop) :

  • #tasksel -t install gnome-desktop
    aptitude -q --without-recommends -o APT::Install-Recommends=no -y install ~t^desktop$ ~t^gnome-desktop$

As of DebianWheezy, this corresponds to:

Configuration

Most configuration of the GNOME desktop is done via its various GUI utilities. The location of these varies depending on version, but common utilities include networking, themes, sounds and much more. It is also possible to configure (read/write) settings using the command line with gconftool(2) or gsettings (1).

See also

About GNOME for Debian: