@snowhog.
heres what i do for arch plasma5
1. basicly follow https://wiki.archlinux.org/index.php/Installation_guide
Except instead of setting a root password i install sudo and set up my user to be a sudoer
reboot to the initial CLI make sure your basic system is bootin etc..
After that install the kde with:
then i enable sddm
after that you should reboot to sddm and be able to log in .
(you may also want to install and enable network manager depending on your network needs)
there are a few things you need to do post install if you don't have root account like me or want gui sudo you need to install kdesu (not kdesudo) since arch uses su by default.
now fix it to use sudo if you don't have a root account or want to use your user password instead of root's
after that you should have a working Plasma5 desktop. This won't install all of the kde stuff but enough for plasma to work
heres what i do for arch plasma5
1. basicly follow https://wiki.archlinux.org/index.php/Installation_guide
Except instead of setting a root password i install sudo and set up my user to be a sudoer
reboot to the initial CLI make sure your basic system is bootin etc..
After that install the kde with:
Code:
pacman -S plasma-meta sddm xorg-server
Code:
systemctl enable sddm
(you may also want to install and enable network manager depending on your network needs)
there are a few things you need to do post install if you don't have root account like me or want gui sudo you need to install kdesu (not kdesudo) since arch uses su by default.
Code:
pacman -S kdesu
Code:
kwriteconfig5 --file kdesurc --group super-user-command --key super-user-command sudo
Comment