Installation help: Open-RC with KDE desktop 05 July 2021, 17:28:44 Hello, I am new to the forum so sorry if this is not the right bard for this.Been trying to install Artix for about 2 days, everything was going smooth, until now.I am currently trying to install a desktop enviroment (KDE in this case), but I am unable to proceed, as the guide is not that helpful on these steps.The commands I ran are:Code: [Select] pacman -S xorgCode: [Select]pacman -S plasma kde-applicationsAt this point, rebooting clearly isn't the right thing to do.I need to somehow use xorg to load Plasma, and probably some other steps I am not aware of.Thought that the Arch wiki would give me a hand, but sadly that wasn't the case.Thanks in advance to anyone willing to help .
Re: Installation help: Open-RC with KDE desktop Reply #1 – 05 July 2021, 17:58:47 You probably need to install some Display Manager (DM) and enable its service.You can try sddm as shown on wiki article you posted in attachment.Or you can do your own research and find what is best for you.https://wiki.archlinux.org/title/Display_managerThe other way is to start your Desktop Environment (DE) from $HOME/.xinitrx and use startx to start X server after you logged in the terminal session. But my recommendation is to use Display Manager to do this job for you since you do not know much about it at the moment.
Re: Installation help: Open-RC with KDE desktop Reply #2 – 05 July 2021, 18:21:39 Install sddm-openrc, this should also install sddm.Then set sddm to start via openrc:Code: [Select]rc-update add sddm default
Re: Installation help: Open-RC with KDE desktop Reply #3 – 05 July 2021, 20:46:53 Quote from: dxrobertson – on 05 July 2021, 18:21:39Install sddm-openrc, this should also install sddm.Then set sddm to start via openrc:Code: [Select]rc-update add sddm defaultThank you this worked perfectly!Now it's time to get a login manager and customize the desktop to my liking