You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update desktop environment documentation for Pop!_OS 24.04
Updated documentation to reflect changes in Pop!_OS version 24.04, including the default desktop environment and installation instructions.
* Update documentation for COSMIC desktop environment
---------
Co-authored-by: Dmitry Yarygin <deemoun@users.noreply.github.com>
Co-authored-by: Thomas Zimmerman <41023059+thomas-zimmerman@users.noreply.github.com>
Copy file name to clipboardExpand all lines: content/desktop-environment.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: Change Desktop Environment (Pop!_OS 22.04)
2
+
title: Change Desktop Environment (Pop!_OS 24.04)
3
3
description: >
4
-
Pop!_OS 22.04 Comes with GNOME by default. Follow these instructions to install additional desktop environments.
4
+
Pop!_OS 24.04 Comes with COSMIC by default. Follow these instructions to install additional desktop environments.
5
5
keywords:
6
6
- desktop environment
7
7
- MATE
@@ -19,13 +19,13 @@ section: pop
19
19
tableOfContents: true
20
20
---
21
21
22
-
Pop!\_OS and Ubuntu both include the GNOME desktop environment by default. A desktop environment is responsible for the look and feel of the graphical desktop, and includes many of the key programs that get used every day.
22
+
Pop!\_OS has the COSMIC desktop environment by default. A desktop environment is responsible for the look and feel of the graphical desktop, and includes many of the key programs that get used every day.
23
23
24
24
You can install an alternative desktop environment using the instructions below.
25
25
26
-
> **Warning:** Installing other desktop environments may affect the visual style and functionality of the default GNOME desktop (on both Ubuntu and Pop!_OS).
26
+
> **Warning:** Installing other desktop environments may affect the visual style and functionality of the default COSMIC desktop.
27
27
28
-
If you run into trouble while using an alternative desktop environment, you may wish to revert to the default environment. To ensure the default GNOME desktop environment is installed in Pop!\_OS, install the `pop-desktop` package:
28
+
If you run into trouble while using an alternative desktop environment, you may wish to revert to the default environment. To ensure the default COSMIC desktop environment is installed in Pop!\_OS, install the `pop-desktop` package:
29
29
30
30
```bash
31
31
sudo apt install pop-desktop
@@ -37,7 +37,7 @@ For Ubuntu, install the `ubuntu-desktop` package instead:
37
37
sudo apt install ubuntu-desktop
38
38
```
39
39
40
-
The desktop environment acts as the top graphical layer of the OS. The desktop environment is launched by a display manager; Pop!\_OS and Ubuntu both use GDM (GNOME Display Manager) by default.
40
+
The desktop environment acts as the top graphical layer of the OS. The desktop environment is launched by a display manager; Pop!\_OS has cosmic-greeter while Ubuntu uses GDM (GNOME Display Manager) by default.
41
41
42
42
If multiple desktop environments are installed, GDM will display a gear icon, which will allow you to select the desktop environment you want to launch. You will need to either reboot or restart your display manager using `sudo systemctl restart gdm` before a newly-installed desktop environment will show up in the list of options.
While Pop and Ubuntu contain GNOME by default, both include a number of customizations to GNOME. You can also install a vanilla GNOME session to get the upstream GNOME experience.
78
+
Pop!_OS 24.04 Comes with the new COSMIC desktop environment by default. You can also install a vanilla GNOME session to get the vanilla GNOME experience.
0 commit comments