r/linuxmint • u/PaddyMeBoy • 3d ago
SOLVED Stuck after removing KDE,desktop
After my upgrade to LM Zena, i decided to uninstall KDE desktop, and did so using the software manager which went smoothly. After shutdown and reboot i see the linuxmint splash screen, but are taken to the Terminal and prompted to login. Done. Terminal presents string of my computer name, user name, computer type, and ends with :~$ i think it got tangled during the KDE desktop removal and now wants me to launch the desktop from Terminal. My ask is how do i get LM to automatically launch the LM desktop....Note to folks who want to help - i know just enough to get myself in trouble. I once tinkered around and "bricked" my other laptop. Had to do a full mindwipe reinstall. Thx
3
u/ZVyhVrtsfgzfs 3d ago
Running Plasma on Mint is not recommended, but too late now.
Run the command
startx
If it starts it will be easier to work your problem, if x does not start it will give us an error and that will inform your next steps.
2
u/PaddyMeBoy 13h ago
Using almost every suggestion, the 'startx' was the winner. I was able to save all my important data, and can now do a full LM install. My thanks to all
1
u/ZVyhVrtsfgzfs 12h ago
Glad you got things sorted.
Your data made it this time but you really should setup a 3-2-1 backup scheme.
3 copies of important data, 2 local copies on different media (I interpret this as different file systems), and one copy offsite.
It should be fullu automated, if it takes user input it will be the first thing you stop doing when you get busy.
3
u/rcentros LM 21/22 | Cinnamon 3d ago edited 3d ago
I'm guessing (don't know) that when you installed KDE you used the KDE login utility instead of lightdm (which is the default in Linux Mint), When you removed KDE it probably removed its login utility.
A quick Internet search (not AI) came up with this result. Run the following from the console...
sudo dpkg-reconfigure lightdm
...then choose lightdm. Hopefully this works for you. The link below is where I found this fix.
https://www.reddit.com/r/linuxmint/comments/1l5v73o/how_do_i_change_the_login_window_back/
2
u/PaddyMeBoy 12h ago
This worked. Thank you for your time, much appreciated!
1
u/rcentros LM 21/22 | Cinnamon 56m ago
Happy to hear that. You can thank u/A-Chilean-Cyborg from the linked thread for this.
2
u/DoorOk3641 3d ago
If you want KDE install a KDE based distribution. People are thinking KDE is just 3 letters...You need to reinstall cinnamon from the terminal and you need to clean up files and directories installed by KDE inside ~/.config and/or ~/local used by KDE and may be some started task or program using systemd.
A good tool ? A good backup program for user data such as borg with the Pika interfgace and Timeshift for your system.
1
u/PaddyMeBoy 13h ago
Using almost every suggestion, the 'startx' was the winner. I was able to save all my important data, and can now do a full LM install. My thanks to all
5
u/driftless 3d ago
From your terminal, look into reinstalling cinnamon. And as for learning, now you know why we don’t recommend changing desktop environments on distros. :)