quick-docs/modules/ROOT/pages/_partials/proc_switching-desktop-enviroments-using-gui.adoc
Ankur Sinha (Ankur Sinha Gmail) 54f317a2a2
feat(switching-desktop-envs): update and improve page
Note, the `/etc/sysconfig/desktop` file bit remains unreviewed because I
was unable to find any conclusive information on it.
2022-07-25 18:38:20 +01:00

32 lines
1.3 KiB
Text

[[switching-desktop-environments-using-gui]]
= Switching desktop environments using a graphical user interface (GUI)
First, install the desired desktop environment as described in link:#installing-desktop-environments[Installing additional desktop environments].
You can login to a different desktop for a single session using the login manager.
For example, for the Gnome Display Manager (GDM) that is used by default on the Fedora Linux Workstation:
. On the login screen, select a user from the list.
. Click on the Preferences icon right below the password field. A window appears with a list of several different desktop environments.
. Choose one, and enter password as usual.
image::switching-desktop-environments-login.png[Login Screen]
== Using switchdesk
You also change your desktop environment using the [package]`switchdesk` tool.
It also allows you to change default desktop environment for individual users, and for all users.
. Install the [package]`switchdesk` and [package]`switchdesk-gui` packages:
+
----
# dnf install switchdesk switchdesk-gui
----
+
. Run the Desktop Switching Tool application.
. Select the default desktop from the list of available desktop environments, and confirm.
image::switching-desktop-environments-switchdesk.png[Desktop Switching Tool]