Here's how you can reproduce it:
(1) Remove or disable sddm
(2) Install getty autologin: https://wiki.archlinux.org/index.php/getty
(3) Reboot.
Here's my files to allow getty-auto-login:
===.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 <USER NAME> %I $TERM
===then cat to make sure its correct===
cat /etc/systemd/system/[email protected]/override.conf
This work in EVERY LXQT except Lubuntu (manjaro, Sparky)
It works with Xubuntu also.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1788068
Title:
lubuntu cosmic lxqt-panel world clock truncated in 12-hr format
To manage notifications about this bug go to:
https://bugs.launchpad.net/lxqt/+bug/1788068/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs