Hey everyone, I am stuck making a decision. GNOME looks nice, but KDE is more versatile. However, KDE looks square-y and is prone to errors.
I feel I need a reason to make a switch and I also need a reason to stick with GNOME.
Here are two methods I constructed:
Looking forward to an answer from you guys.
MAIN PRIORITY: /home stays, my data stays.
METHOD 1: Keep installation and absolutely blow the software.
```bash
sudo apt autoremove gdm3 lightdm gnome-shell-extension-tool ubuntu-gnome-desktop gnome-shell && sudo apt install plasma* sddm kde* qml-module-org-kde* libkf5kdelibs4support* libkf5libkdepim* software-properties-kde xdg-desktop-portal-kde libkde* konsole
```
METHOD 2: Preserve /home, hop the distros.
1. Back up /home.
2. Verify the backup is good.
3. Make a list of every app you have now with:
bash
find /usr/share/applications -maxdepth 1 -type f -exec basename {} .desktop \; | sort > ~/Desktop/applications.txt
4. Decide if you want to keep each of them or replace them with the KDE version.
5. Edit the list of apps (~/Desktop/applications.txt) to remove those you don't want and save that list so you can use it later.
6. Install Kubuntu directly, overwriting Ubuntu.
7. Pour your data from /home back into the newly installed Kubuntu, leaving out the configurations you no longer need, so you can keep your browser settings and data.
8. Reinstall the apps you decided to keep using:
bash
sudo apt install < applications.txt
METHOD 3: Blow everything up, install Arch Linux.
Nope, mate, already did that. Same goes for Gentoo and Arch Linux.