# 📖 How to install KDE Plasma on Linux Mint without deleting Cinnamon #1008
MrHyde7191
started this conversation in
Tutorials
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to install KDE Plasma on Linux Mint without deleting Cinnamon
📌 Introduction
📢 About this guide
📚 What you'll learn
🖥️ Step by step
1️⃣ Install KDE Plasma
2️⃣ Set SDDM as session manager
3️⃣ Enable and start SDDM
sudo systemctl enable sddm sudo systemctl start sddm
4️⃣ Disable Cinnamon autostarts (user)
5️⃣ Check global autostarts
ls /etc/xdg/autostart/ | grep cinnamon List globally autostarted Cinnamon services.
6️⃣ Check Plasma services
systemctl --user list-units | grep plasma
7️⃣ Check Cinnamon processes
ps aux | grep -i cinnamon
8️⃣ Review user autostarts
ls -l ~/.config/autostart/
9️⃣ (Optional) Disable MintUpdate in Plasma
🔟 Check session logs
journalctl --user -b | tail -30
📌 Final result
🔄 How to revert back to Cinnamon
📎 Notes
Beta Was this translation helpful? Give feedback.
All reactions