Differences between revisions 75 and 87 (spanning 12 versions)
Revision 75 as of 2019-08-21 18:53:48
Size: 4780
Comment:
Revision 87 as of 2020-10-03 10:43:20
Size: 6605
Editor: ?Klaus Stein
Comment: Iceweasel is Firefox again
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
 * [[DebianBuster]] includes GNOME 3.30.
 * [[DebianStretch]] includes GNOME 3.22.
 * [[DebianJessie]] includes GNOME 3.14.
 * [[DebianWheezy]] includes GNOME 3.4.
Line 18: Line 22:
 * [[DebianWheezy]] includes GNOME 3.4.
 * [[DebianJessie]] includes GNOME 3.14.
 * [[DebianStretch]] includes GNOME 3.22.
 * [[DebianUnstable]]/[[DebianTesting]] is currently tracking GNOME 3.30.
 * [[DebianBullseye]] is likely to include GNOME 3.38.
 * For the development distributions [[DebianUnstable]]/[[DebianTesting]], please refer to the versions of the individual upstream packages, such as [[https://tracker.debian.org/pkg/gnome-shell|gnome-shell]]. During transitions between versions, the GNOME packages are not necessarily all at the same version.

The [[https://tracker.debian.org/pkg/meta-gnome3|meta-gnome3 metapackage]] is not a good indication of the version of the overall desktop, particularly in development distributions.
Line 28: Line 32:
|| GNOME desktop task || tasksel [[#task|see below]] || Debian's selection of applications<<BR>>('''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 desktop task || tasksel [[#task|see below]] || Debian's selection of applications<<BR>>('''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) ||
Line 38: Line 42:
 * DebianPkg:gnome-dbg - All available debugging symbols for GNOME packages
Line 58: Line 61:
Most configuration of the GNOME desktop is done via its various [[WikiPedia:GUI|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 [[DebianMan:gconftool|gconftool(2)]] or [[DebianMan:gsettings|gsettings(1)]]. Most configuration of the GNOME desktop is done via its various [[WikiPedia:GUI|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 [[DebianMan:gsettings|gsettings(1)]].
Line 61: Line 64:

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

== 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.
Line 67: Line 98:
 * [[https://wiki.gnome.org/Gnome3CheatSheet]] GNOME Cheatsheet
 * [[https://wiki.gnome.org/]] GNOME wiki page
 * [[https://wiki.archlinux.org/index.php/GNOME]] GNOME on Arch Linux wiki
Line 71: Line 105:
 * [[https://www.0d.be/debian/debian-gnome-3.4-status.html]] Status of GNOME 3.4 in Debian (wheezy)
 * [[https://www.0d.be/debian/debian-gnome-3.14-status.html]] Status of GNOME 3.14 in Debian (jessie, AKA 'oldoldstable')
 * [[https://www.0d.be/debian/debian-gnome-3.22-status.html]] Status of GNOME 3.22 in Debian (stretch, AKA 'oldstable')
Line 75: Line 106:
 * [[https://people.debian.org/~fpeters/gnome/debian-gnome-3.32-status.html]] Status of GNOME 3.32 in Debian (testing/unstable/experimental)  * [[https://people.debian.org/~fpeters/gnome/debian-gnome-3.38-status.html]] Status of GNOME 3.38 in Debian (testing/unstable/experimental)
Line 78: Line 109:
 * [[irc://irc.debian.org/debian-gnome|#debian-gnome]]  * [[irc://irc.debian.org/debian-gnome|#debian-gnome]] IRC channel
Line 81: Line 112:
 CategoryDesktopEnvironment
CategoryDesktopEnvironment | CategorySoftware

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


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 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 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.

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