Hi.
I’d like to perform a complete desktop switch, from KDE —> to GNOME, in the most clean way possible, without reinstalling. Topic is Fedora 42.
My goal: To convert my current KDE deployment into a GNOME deployment, just the way as if I installed my computer freshly from a GNOME iso, while not performing a clean reinstall, but retaining all the manually installed package selections (like my printer driver, spotify, discord etc…) at the same time, and clean up the previous DE completely and safely, in order to get rid of duplication apps from previous DE.
I know there’s a official doc of how to “switch” desktops, however that doc just only shows how to install a new DE next to the current one, but the cleanup procedure of the previous DE is not detailed actually.
I have a dummy PC, where I performed the switching, but eventually ended up the way this guy experienced here.
What I did is followed the guide and did a:
dnf in @workstation-product-environment
then after it was done, I wanted to perform a:
dnf rm @kde-desktop-environment
however it wanted to also remove these:
But the problem with that is, I have another second dummy machine, where a pure GNOME is installed (from GNOME iso), and I checked the installed groups there, and for example Standard is part of it, so I have no idea why it wants to remove Standard, while it holds crucial packages (fpaste max time is 24hours, so if link is no longer available, the paste was the output of dnf group info standard
-which is equal to everyone)
Additional infos for environment list and group list currently on my system:
Additionally, I’m not sure why, but fedora-release-identity-workstation didn’t install with the workstation-product-environment (however fedora-release-workstation did, but both are mandatory – afaik).
Also side note to devs visiting this post, you see there’s a duplication in the output of dnf environment list for workstation and kde? Why’s that?
Additionally, to clarify, yes I am aware that I will have to also enable gdm service for gnome, but for now sddm is used till we figure out how to clean up plasma first)
Thanks in advance for helping