GNOME: Difference between revisions

imported>Jtojnar
disabling wayland is unnecessary, GDM will fallback to Xorg when needed
imported>Jtojnar
m correct capitalization
Line 1: Line 1:
== Gnome ==
== GNOME ==
GNOME (/(ɡ)noʊm/) is a desktop environment that aims to be simple and easy to use. It is designed by The GNOME Project and is composed entirely of free and open-source software. GNOME is a part of the GNU Project.
GNOME (/(ɡ)noʊm/) is a desktop environment that aims to be simple and easy to use. It is designed by The GNOME Project and is composed entirely of free and open-source software. GNOME is a part of the GNU Project.




=== Install Gnome ===
=== Install GNOME ===


To use GNOME, add this to your configuration.nix:
To use GNOME, add this to your configuration.nix:
Line 21: Line 21:
</syntaxHighlight>
</syntaxHighlight>


when running Gtk applications you need to add gconf to the list of dbus packages in your configuration.nix.
when running GNOME applications you need to add {{ic|gconf}} to the list of dbus packages in your configuration.nix.
In Gnome3 gconf was replaced by dconf. For simplicity you can just add both:
In GNOME 3 GConf was replaced by dconf. For simplicity you can just add both:


<syntaxHighlight lang=nix>
<syntaxHighlight lang=nix>