KDE-Plasma as default Environment
Tofloor
poster avatar
gibranlp
deepin
2018-04-07 04:44
Author
Hi,

I tried to use the Plasma Desktop Environment that comes with Deepin OS, and now everytime y turn on my computer and try to login it goes to Plasma as Default, i have to select Deepin everytime, is there a way to revert that?

Thanks.
Reply Favorite View the author
All Replies
jswolf
deepin
2018-04-07 17:24
#1
本帖最后由 jswolf 于 2018-4-7 09:35 编辑

If u want to keep plasma and deepin, u can edit /etc/sddm.conf
  1. Session=deepin
Copy the Code
Warning:Don't use sddm-deepin-theme, otherwise u can't enter plasma
if u want to left deepin only , u can follow this
step 1:
  1. # systemctl disable sddm.service
Copy the Code

step 2:
  1. # vi /etc/lightdm/lightdm.conf
  2. #greeter-session=lightdm-deepin-greeter
Copy the Code

setp 3:
  1. # systemctl enable lightdm.service
  2. # systemctl start lightdm.service
Copy the Code
Reply View the author