Here's how to reproduce the error.

Make the following files as such:
===.xinitrc:===
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
exec startlxqt
===.bash_profile:===
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
    exec startx -- vt1 &> /dev/null
fi
===getty===
sudo systemctl edit getty@tty1
add the following text:
[Service]
ExecStart=
ExecStart=-/sbin/agetty --skip-login --noissue -a vmc %I $TERM
===
To verify that getty is correct:
cat /etc/systemd/system/getty@tty1.service.d/override.conf

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1817449

Title:
  Lubuntu 19.04 lxqt-config-monitor fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxqt-config/+bug/1817449/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to