Code: Select all
# emerge -vD xorg-server
# Only if you dont have an english keyboard (in this example a german keyboard is used):
# cd /etc/X11
# mkdir xorg.conf.d
# cd xorg.conf.d
# cp /usr/share/X11/xorg.conf.d/40-libinput.conf .
# nano -w 40-libinput.conf
=> add to keyboard section: Option "xkb_layout" "de"
# emerge -vD plasma-meta kdecore-meta
# both commands are used for an OpenRC system and must be exchanged with systemd commands when using systemd:
# rc-update add elogind boot
# rc-update add display-manager default
# nano -w /etc/conf.d/display-manager
=> DISPLAYMANAGER="sddm"Thanks! I'm looking for improving my Linux knowledge via the Gentoo ecosystempietinger wrote:frevo,
Welcome to Gentoo Forums!![]()
Sytemd, I've installed systemd+desktop profile stage3.pietinger wrote: Do you have systemd or OpenRC as init system?
I've preferred to not run those commands. If i run them on the LiveGUIUSB in chroot, will they work?pietinger wrote: Do you had any errors when you did one of these commands?
https://ibb.co/ts4sJSZpietinger wrote: Maybe provide also the output of "emerge --info".
https://ibb.co/g3mCWfQHu wrote:Some of those pictures look strange. It looks like the user's shell is being treated as a home directory, which does not make sense. What is the output of declare -p HOME USER SHELL; grep $USER /etc/passwd as run by the unprivileged user?
Yeah, that's horribly wrong. While the SHELL and USER are fine, the HOME is invalid.frevo wrote:https://ibb.co/g3mCWfQHu wrote:Some of those pictures look strange. It looks like the user's shell is being treated as a home directory, which does not make sense. What is the output of declare -p HOME USER SHELL; grep $USER /etc/passwd as run by the unprivileged user?
Ok, just did itbstaletic wrote:
Yeah, that's horribly wrong. While the SHELL and USER are fine, the HOME is invalid.
Use `vipw` to change /bin/bash/pizarro to /home/pizarro.
Code: Select all
# eselect profile show
# eselect profile listCode: Select all
# eselect profile set 28
# emerge -uNDv @worldCode: Select all
# emerge wgetpaste Code: Select all
emerge -vD xorg-server Code: Select all
eselect profile showCode: Select all
eselect profile listCode: Select all
dbus-launch --exit-with-session startplasma-wayland