LINUX.ORG.RU
Ответ на: комментарий от Landgraf
[Unit]
Description=SLiM Simple Login Manager
After=systemd-user-sessions.service

[Service]
ExecStart=/usr/bin/slim -nodaemon

[Install]
Alias=display-manager.service

Вот еще может в чем дело:

systemctl enable suspend@<user> && systemctl enable resume@<user>

Axonom
()

в .xinitrc

 if [ -d /etc/X11/xinit/xinitrc.d ]; then
  for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
  done
  unset f
fi
systemd & exec startxfce4
в .bash_profile
#
# ~/.bash_profile
#
if [ -z "$DISPLAY" ] && [ $(tty) == /dev/tty1 ] ; then
    startxfce4
fi

startxfce4 заменить на команду запуска своего DE

smilessss ★★★★★
()

slim не умеет нормально в сессии, к сожалению. Пришлось перейти на lightdm

vasily_pupkin ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.