2017-10-26 21:20:01 +00:00
|
|
|
|
= Switching Desktop Environments
|
|
|
|
|
|
|
|
|
|
'''
|
|
|
|
|
|
2017-10-27 20:44:00 +00:00
|
|
|
|
[IMPORTANT]
|
2017-10-26 21:20:01 +00:00
|
|
|
|
======
|
|
|
|
|
|
|
|
|
|
This page was automatically converted from https://fedoraproject.org/wiki/Switching_Desktop_Environments
|
|
|
|
|
|
|
|
|
|
It is probably
|
|
|
|
|
|
|
|
|
|
* Badly formatted
|
2017-11-06 17:34:22 +00:00
|
|
|
|
* Missing graphics and tables that do not convert well from mediawiki
|
2017-10-26 21:20:01 +00:00
|
|
|
|
* Out-of-date
|
|
|
|
|
* In need of other love
|
|
|
|
|
|
|
|
|
|
Please fix it, remove this notice, and then add to `_topic_map.yml`
|
|
|
|
|
|
2017-11-10 15:16:19 +00:00
|
|
|
|
Pull requests accepted at https://pagure.io/fedora-docs/quick-docs
|
2017-10-26 21:20:01 +00:00
|
|
|
|
|
|
|
|
|
Once that is live, go to the original wiki page and add an `{{old}}`
|
|
|
|
|
tag, followed by a note like
|
|
|
|
|
|
|
|
|
|
....
|
|
|
|
|
{{admon/note|This page has a new home!|
|
|
|
|
|
This wiki page is no longer maintained. Please find the up-to-date
|
|
|
|
|
version at: https://docs.fedoraproject.org/whatever-the-url
|
|
|
|
|
}}
|
|
|
|
|
....
|
|
|
|
|
|
|
|
|
|
======
|
|
|
|
|
|
|
|
|
|
'''
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fedora's default desktop environment is GNOME 3 in the Workstation spin,
|
|
|
|
|
but it is very easy to try any of the many other desktop environments
|
|
|
|
|
that are available without affecting your current desktop environment.
|
|
|
|
|
|
|
|
|
|
The desktop environment such as KDE, XFCE or MATE can be installed using
|
|
|
|
|
GNOME Software or with dnf directly from the terminal
|
|
|
|
|
|
|
|
|
|
[[installation]]
|
|
|
|
|
Installation
|
|
|
|
|
~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
To use dnf, first find the full environment name using
|
|
|
|
|
|
|
|
|
|
....
|
|
|
|
|
dnf grouplist -v
|
|
|
|
|
....
|
|
|
|
|
|
|
|
|
|
`Available environment groups:` +
|
|
|
|
|
` Fedora Server (server-product-environment)` +
|
|
|
|
|
` Fedora Workstation (workstation-product-environment)` +
|
|
|
|
|
` Fedora Cloud Server (cloud-server-environment)` +
|
|
|
|
|
` KDE Plasma Workspaces (kde-desktop-environment)` +
|
|
|
|
|
` Xfce Desktop (xfce-desktop-environment)` +
|
|
|
|
|
` LXDE Desktop (lxde-desktop-environment)` +
|
|
|
|
|
` Cinnamon Desktop (cinnamon-desktop-environment)` +
|
|
|
|
|
` LXQt Desktop (lxqt-desktop-environment)` +
|
|
|
|
|
` MATE Desktop (mate-desktop-environment)` +
|
|
|
|
|
` Sugar Desktop Environment (sugar-desktop-environment)` +
|
|
|
|
|
` Development and Creative Workstation (developer-workstation-environment)` +
|
|
|
|
|
` Web Server (web-server-environment)` +
|
|
|
|
|
` Infrastructure Server (infrastructure-server-environment)` +
|
|
|
|
|
` Basic Desktop (basic-desktop-environment)` +
|
|
|
|
|
` Minimal Install (minimal-environment)`
|
|
|
|
|
|
|
|
|
|
For actual installation, type the following, and be sure to prefix with
|
|
|
|
|
the @ sign
|
|
|
|
|
|
|
|
|
|
....
|
|
|
|
|
sudo dnf install @kde-desktop-environment
|
|
|
|
|
....
|
|
|
|
|
|
|
|
|
|
[[switching-desktop-session]]
|
|
|
|
|
Switching Desktop Session
|
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
Once installed, you can switch to the new desktop simply by logging out
|
|
|
|
|
and switching the session to the new desktop environment on the login
|
|
|
|
|
screen. The exact method differs based on the display manager in use.
|
|
|
|
|
'''
|
|
|
|
|
|
|
|
|
|
See a typo, something missing or out of date, or anything else which can be
|
2017-11-10 15:16:19 +00:00
|
|
|
|
improved? Edit this document at https://pagure.io/fedora-docs/quick-docs.
|