Category:Desktop environment: Difference between revisions

No edit summary
m Added COSMIC displayManager and desktopManager names
 
(3 intermediate revisions by 3 users not shown)
Line 2: Line 2:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
Linux desktop environments are graphical user interfaces and sets of tools for a PC. They allow you to manage windows, edit settings, and much more, as well as offering different sets of features and user experiences.
Linux desktop environments are graphical user interfaces and sets of tools for a PC. They allow you to manage windows, edit settings, and much more, as well as offering different sets of features and user experiences. For users interested in more minimal or manual control over their graphical sessions, see the [[:Category:Window managers|Window Managers]] category.


<!--T:2-->
<!--T:2-->
Line 9: Line 9:
<!--T:3-->
<!--T:3-->
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
services.xserver.enable = true;
 
services.xserver.displayManager.gdm.enable = true;
  # Pre 25.11
services.xserver.desktopManager.gnome.enable = true;
  services.xserver.enable = true;
  services.xserver.displayManager.gdm.enable = true;
  services.xserver.desktopManager.gnome.enable = true;
 
  # As of 25.11
  services.displayManager.gdm.enable = true;
  services.desktopManager.gnome.enable = true;
 
</nowiki>}}
</nowiki>}}


Line 76: Line 83:
|-
|-
|COSMIC
|COSMIC
|
|cosmic-greeter
|
|cosmic
|see [[COSMIC]]
|see [[COSMIC]]
|-
|-
Line 91: Line 98:
|}
|}


<!--T:6-->
[[Category:Desktop]]
[[Category:Desktop]]
</translate>
</translate>