From e302acec3d9b9de20fdb2678939bace734af2908 Mon Sep 17 00:00:00 2001 From: unman Date: Tue, 13 Nov 2018 12:04:05 +0000 Subject: [PATCH] Add information on removing KDE. --- customization/kde.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/customization/kde.md b/customization/kde.md index dc9d547e..bdc54928 100644 --- a/customization/kde.md +++ b/customization/kde.md @@ -71,6 +71,16 @@ on.) This can be useful for creating a simple shell script which will set up your workspace the way you like. +Removal +------------ + +If you decide to remove KDE do **not** use `dnf remove @kde-desktop-qubes`. You will almost certainly break your system. + +The safest way to remove (most of) KDE is: +~~~ +sudo dnf remove kdelibs,plasma-workspace +~~~ + Mailing List Threads --------------------