Arbeitsumgebungen wechseln
Die verschiedenen Fedora-Linux-Varianten (Spins/Labs) verwenden unterschiedliche Standardumgebungen. Beispielsweise nutzt die Fedora Workstation GNOME als Standard-Desktopumgebung, während der KDE-Spin KDE verwendet. Unabhängig vom verwendeten Installationsmedium können Sie problemlos zu einer der vielen anderen verfügbaren Desktopumgebungen wechseln, ohne Ihre aktuelle Desktopumgebung zu beeinträchtigen.
Installing additional desktop environments
You can list available desktop environments using the default package manager, dnf.
Since Fedora 41, in a terminal use the dnf environment list command to list all available desktop environments:
dnf environment list --available | grep desktop
For older Fedoras, use the dnf group list command to list all available desktop environments:
dnf group list -v --available | grep desktop
Install the required desktop environment using the dnf install command. Ensure to prefix with the @ sign, for example:
dnf install @kde-desktop-environment
Switching desktop environments using a graphical user interface (GUI)
First, install the desired desktop environment as described in 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.
Using switchdesk
You also change your desktop environment using the switchdesk tool. It also allows you to change default desktop environment for individual users, and for all users.
-
Install the
switchdeskandswitchdesk-guipackages:dnf install switchdesk switchdesk-gui -
Run the Desktop Switching Tool application.
-
Select the default desktop from the list of available desktop environments, and confirm.
Switching desktop environments using the command line interface (CLI)
First, install the desired desktop environment as described in Installing additional desktop environments.
Install the switchdesk package:
dnf install switchdesk
Pass the selected desktop environment as the only argument to the switchdesk command, for example:
switchdesk kde
See the switchdesk(1) man page for more information.
Want to help? Learn how to contribute to Fedora Docs ›