Pantheon: Difference between revisions

Crimson (talk | contribs)
Created page with "Category:Desktop environment Category:Applications Pantheon is a simple yet beautiful desktop environment made for [https://elementary.io/ elementary OS]. The Pantheon desktop environment is built on top of the GNOME software base, i.e. GTK, GDK, GLib, GVfs, etc. with Vala programming language. == Installing Pantheon Desktop Environment == To use the Pantheon, add this to your configuration.nix: <syntaxhighlight lang="nix"> services.xserver.enable = true..."
 
Elian (talk | contribs)
m Clarify restoring default settings
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:Desktop environment]]
Pantheon is a simple yet beautiful desktop environment made for [https://elementary.io/ elementary OS]. The Pantheon desktop environment is built on top of the [[GNOME]] software base, i.e. GTK, GDK, GLib, GVfs, etc. with Vala programming language.
[[Category:Applications]]


Pantheon is a simple yet beautiful desktop environment made for [https://elementary.io/ elementary OS]. The Pantheon desktop environment is built on top of the [[GNOME]] software base, i.e. GTK, GDK, GLib, GVfs, etc. with Vala programming language.  
This article is an extension of the documentation in the [https://nixos.org/manual/nixos/stable/#chap-pantheon NixOS manual].


== Installing Pantheon Desktop Environment ==
== Installing Pantheon Desktop Environment ==
Line 73: Line 72:
=== I have switched from a different desktop and Pantheon’s theming looks messed up. ===
=== I have switched from a different desktop and Pantheon’s theming looks messed up. ===


Open Switchboard and go to: Administration → About → Restore Default Settings → Restore Settings. This will reset any dconf settings to their Pantheon defaults. Note this could reset certain GNOME specific preferences if that desktop was used prior.
Open Switchboard (System Settings) and go to: Administration → System → Restore Default Settings → Restore Settings. This will reset any <code>dconf</code> settings to their Pantheon defaults. Note this could reset certain GNOME-specific preferences if that desktop was used prior.


=== I cannot enable both GNOME and Pantheon. ===
=== I cannot enable both GNOME and Pantheon. ===
Line 87: Line 86:
flatpak remote-add --if-not-exists appcenter https://flatpak.elementary.io/repo.flatpakrepo
flatpak remote-add --if-not-exists appcenter https://flatpak.elementary.io/repo.flatpakrepo
</syntaxhighlight>
</syntaxhighlight>
[[Category:Desktop environment]]
[[Category:Applications]]
[[Category:NixOS Manual]]