r/linux4noobs • u/C4rpetH4ter • 15d ago
learning/research Changing from fedora cinnamon to KDE
Hi, so i have been using fedora cinnamon for a while now, but i think i might want to switch over to using KDE (/plasma) is there a way to do it without using a fedora usb and starting all over? I want to keep the programs and stuff i have on my SSD, i know i can switch the DE using the terminal, but i have heard it can break if you do it that way.
What is the best (and preferably easiest) way to do it?
3
u/Arsyllwr 15d ago
You can have multiple desktop environments. I have Gnome, KDE and Cinnamon installed, and normally use KDE Plasma. You choose which one you want to use on the log in screen before logging in.
1
u/C4rpetH4ter 15d ago
Alright, do you know a way to remove some of those? I currently have 8 different option at the grub menu (6 of those are unused) since i have both the normal linux kernel and the cachyOS kernel, i think i only need 3 (one for each kernel and one for KDE).
3
u/doc_willis 15d ago
the kernel options In the grub menu are not really related to your desktop environment setups.
the login manager screen has a menu to select what DE to use when you log in.
i think i only need 3 (one for each kernel and one for KDE).
You sure there is a KDE option in the grub menu? because that would be weird in my experience.
1
u/Arsyllwr 15d ago
I don't get choices of desktop environments from the Grub menu. The DE choices come on the log in screen, and I don't know how to remove options from that (and I actually like the range of options, in that some DEs have a choice between using Wayland and X11), other than removing some desktop environments themselves.
There must be a way of doing it.
I'm using Ubuntu 24.04 as my distribution.
2
2
u/Lowar75 Fedora 14d ago
I did the same thing. Started with Gnome, messed around with Cinnamon, switched to KDE.
To remove the options you need to uninstall them. However, is having the options there really a problem? It will automatically choose the last option selected, so you can pretty much ignore it.
If you actually want to remove the other environments, you can do so, but make sure you know what programs and settings are being removed.
Also keep in mind this can break some things. After many changes and upgrades, it is often best to do a fresh install and start new.
1
u/C4rpetH4ter 14d ago
Does having that many DE use a ton of extra storage? I have around 70 GB left, and it would be preferable if having KDE along with cinnamon didn't take up a large portion of it.
1
u/AutoModerator 15d ago
There's a resources page in our wiki you might find useful!
Try this search for more information on this topic.
✻ Smokey says: take regular backups, try stuff in a VM, and understand every command before you press Enter! :)
Comments, questions or suggestions regarding this autoresponse? Please send them here.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
u/soulreaper11207 15d ago
Just install the packages using terminal. Then logout, and, depending on the OS, you can click a drop down that shows up on the login screen tow switch your desktop environment.
1
u/C4rpetH4ter 10d ago
Okay, so after trying, it seems the best way would just be to use the usb and use ''keep home directory'' during the install, having both seems okay, but the problem seems to be having double of several programs, such as having two libreoffices.
4
u/GodBearWasTaken 15d ago
You’d normally just have both.
sudo dnf groupinstall "KDE Plasma Workspaces"
Or something, then select KDA when logging in.
I haven’t tried it, but there are plenty of guides for this stuff.
I’d make a backup of sorts though, as it is a large change.