Posted on 03/27/2019 4:00:23 AM PDT by ShadowAce
Do you want to use or try a different desktop environment in Fedora Workstation spin, other than the default, GNOME 3. In this article, we will show how to install and switch desktop environments in Fedora Linux using the graphical user interface (GUI) and via the command line interface (CLI).
To install different desktop environments in Fedora, first you need to list all the available desktop environments by running the following command.
$ dnf grouplist -v
From the output of the above command, look for the section called Available Environments Groups and install the chosen desktop environment using the dnf install command. Make sure to prefix with the @
sign, for example:
$ sudo dnf install @cinnamon-desktop-environment # Install Cinnamon Desktop in Fedora
Before login, at the login screen, select your username (e.g TecMint) from the list of usernames (if there is no other user, the default username will appear). Then click on the Preferences icon right below the password field, near the Sign In button.
A window showing a list of several different desktop environments should appear. Select the desktop if you want, and enter the password to log in, as shown in the screenshot below.
After login, you should now have Cinnamon desktop environment as shown in the following screenshot.
Alternatively, install the switchdesk
(used to switch desktop from command-line) and switchdesk-gui (used to switch desktop from GUI).
$ sudo dnf install switchdesk switchdesk-gui
Once you have installed the above programs, launch the desktop switching program switchdesk-gui
by searching for it in the Activities search bar. After it opens, select the default desktop from the list of available desktop environments, and click OK.
You can also switch your Fedora desktop from the command-line by simply passing the selected desktop environment as the only argument to the switchdesk command, for example, to switch to cinnamon, run the following command.
$ sudo switchdesk cinnamon
I prefer a Gus groove Stetson
bkmk
Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.