Score:0

How to remove KDE Themes from gnome from 20.04 LTS?

sx flag

Today I got curious and installed KDE desktop environment. And after I logged in to my gnome session, the themes looked like a mix between KDE and Gnome. So I used this script to remove KDE desktop.

#!/bin/bash
sudo apt remove plasma-desktop --autoremove
sudo apt remove kubuntu-desktop --autoremove
sudo apt-get remove kde* --autoremove
sudo apt-get remove plasma* --autoremove
sudo update-alternatives --config default.plymouth # select an option
sudo update-initramfs -u
sudo update-grub
sudo systemctl disable sddm
sudo systemctl stop sddm
sudo systemctl enable gdm3
sudo systemctl start gdm3
reboot

After I did that, KDE desktop got removed, but the themes were still looking the same. Here's the picture: How my ubuntu desktop session look like

can anyone tell me how to remove it entirely?

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.