artoo
artoo
Perhaps the important question, did you use libinput instead of evdev for xorg input drivers?
Thanks, I may try again after removing xf86-input-libinput,I thought the trouble was input drivers from the logs.
@kensington How do you approach the missing /run/systemd on gentoo? I think its best to try run a /bin/sh check for the run_dir and if necessarey create it before elogind...
@kensington This one works for me. ``` Exec=/bin/bash -c "[[ ! -d /run/systemd ]] && mkdir /run/systemd;/usr/lib/elogind/elogind" ``` Should work on gentoo with: ``` Exec=/bin/bash -c "[[ ! -d /run/systemd...
I haven't tested the unlock thingy yet. Since we are binary, I was about to decide if ck or elogind, so this will be next to test. I have included...
@kensington I have tested locking/unlocking screen in plasma5 with 219.12+dbus-conf-pk.patch. Seems to work fine, test was on real hardware. My configuration: ``` /etc/pam.d/system-login -session optional pam_elogind.so /etc/pam.d/sddm-greeter session optional pam_elogind.so...
@kensington I am not sure I am hitting the same problem with unlock. But if I suspend or hibernate the system, it wakes up, and auto sleeps again after 5...
Right, mhwdcfg work if local is true, ie install from mounted mhwd repo in chroot. I am currently fixing mhwdcfg if local false, ie online packages, tricky if chrootcfg is...
I had the same idea in mind, to use lang selection to match mirror location. For the moment, ranking code is in chrootcfg, but we could start a manjaro specific...
@philmmanjaro I merged latest changes and fixes mhwdcfg is now ready for testing One thing, if mhwd is configured for local repo, and netinstall only installs base group, or unpackfs...