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

(!) ?Discussion


Cos'è GNOME?

Il GNOME Desktop è un interessante ed utile ambiente desktop. GNOME è un ambiente desktop libero e tra i più largamente usati su sistemi operativi GNU/Linux.

Gnome su Debian

Debian 5.0 Lenny comprende GNOME 2.22 (e alcune parti di 2.20 che sono risultate più stabili rispetto alla versione 2.22).

Ci sono quattro possibili opzioni per installare Gnome in Debian:

Modalità di installazione

Descrizione

task GNOME desktop

tasksel vedere in seguito

Una selezione Debian di applicazioni
(Questo è ciò che si trova su un sistema fresco di installazione. Comprende alcune applicazioni che, in realtà, non fanno parte di Gnome come OpenOffice.org e iceweasel.)

GNOME (Debian)

pacchetto gnome

L'ambiente desktop GNOME completo, comprese le applicazioni che non fanno ufficialmente parte delle versioni originali GNOME.
Fornisce l'ambiente desktop GNOME raccomandato per Debian.

GNOME (Versione originale)

pacchetto gnome-desktop-environment

La versione originale dell'ambiente desktop GNOME, tranne alcuni pacchetti.
È quanto di più simile alla versione raccomandata dagli autori originali.

GNOME componenti di accessibilità

pacchetto gnome-accessibility

Le componenti di accessibilità dell'ambiente desktop GNOME:<<BR>>lettore di schermo, utilità per il mouse, utilità per l'ingrandimento…

GNOME (essenziale)

pacchetto gnome-core

Questa è una installazione minimale di gnome
(Sarà necessario installare tutte le applicazioni per l'utente finale in un momento successivo.) I pacchetti descritti sopra dipendono tutti da questo.

Per gli sviluppatori:

Installare il task "Gnome Desktop"

Il task GNOME Desktop è ciò che viene installato dal "task" Desktop dell'installatore Debian (a meno che non abbiate scelto un altro ambiente desktop!).

Contenuto

FYI (For Your Information: per vostra informazione, N.d.T.),

il task "Gnome Desktop" rappresenta la somma del desktop comune (desktop) di tasksel e del desktop selezionato (gnome-desktop) di tasksel:

Al momento della stesura (Debian Lenny), ciò corrisponde a:

Include: Nothing found for "^##TAG:TASK_PLGLIST_START"!

Include: Nothing found for "^##TAG:TASK_PLGLIST_END"!

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


Screenshot

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

The meta-gnome3 metapackage is not a good indication of the version of the overall desktop, particularly in development distributions.

Options

There are three 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 Firefox)

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 (core only)

gnome-core package

Only the official “core” modules of the GNOME desktop. 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.

Installing "GNOME Desktop" task

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

You can install it manually using apt:

# apt-get install task-gnome-desktop

Content

The "GNOME Desktop" task is the combination of tasksel's common desktop (task-desktop) and tasksel's GNOME desktop (task-gnome-desktop) meta-packages.

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 gsettings(1).

The equivalent of gsettings(1) in much older versions of GNOME was gconftool(2). This is no longer used by GNOME itself, but might still be useful to configure very old applications.

Change cursor theme

Using GNOME on Xorg, it is possible to change the cursor theme by executing

# update-alternatives --config x-cursor-theme

Improve animations on AMD CPU systems (and some others)

Although Gnome developers are working to improve the situation, as of Gnome 3.30 animations are still heavily reliant on a single thread processed by the CPU.

The default CPUFreq scaling governor (Ondemand) which is used by AMD CPUs, older Intel CPUs, and many other CPUs, drops core frequency significantly between each animation frame (the issue is amplified by the nature of Gnome's engine only rendering frames as required) and this can result in jolty/laggy/slow animations. If you are experiencing this you may find the situation can be greatly improved by adjusting Ondemand's "sampling_down_factor" setting.

You can test if this improves animation smoothness on your system by executing the following command:

# echo -n 50 > /sys/devices/system/cpu/cpufreq/ondemand/sampling_down_factor

If you see an improvement and would like to make the setting persistent through reboots you can install sysfsutils:

# apt install sysfsutils

Then create the file /etc/sysfs.d/ondemand.conf and place inside the following:

devices/system/cpu/cpufreq/ondemand/sampling_down_factor = 50

Note: This tweak can result in a minuscule increase to your CPU's power consumption and heat generation.

See also

About GNOME for Debian:


CategoryDesktopEnvironment | CategorySoftware

Configurazione

La maggior parte della configurazione del desktop GNOME viene effettuata mediante svariate sue utilità [GUI|GUI]]. La collocazione di queste varia a seconda della versione ma le utilità più comuni riguardano la configurazione della rete, dei temi, dei suoni e molto altro. È inoltre possibile configurare (scrivere/leggere) le impostazioni utilizzando la riga di comando tramite gconftool(2).

Si veda anche

Su GNOME per Debian: