I chose a runlevel 3 on purpose, and when I type
- Code: Select all
startx
I run
- Code: Select all
startx startkde
The same, obviously with
- Code: Select all
alias startx="/usr/bin/startx startkde"
It also works, user by user with a .xinitrc :
- Code: Select all
echo "exec startkde">~/.xinitrc
But what is the normal procedure to choose plasma as a system wide environment ? I tried :
- Code: Select all
DESKTOP=KDE
DISPLAYMANAGER=sddm
in /etc/sysconfig/desktop, but it does not help at all.
Thanks for your help !