Ultimamente, tenho ajustado a aparência do meu sistema e queria alterar o gerenciador de exibição do Gnome e alterar o tema da tela de login.
Após a inicialização, o display mostra o seguinte por alguns segundos:
/dev/sda5: clean, 754129/10690560 files, 13222358/42732800
Started bpfilter
Seguido rapidamente por:
Ubuntu 19.04 muathasus tty1
muathasus login: muath
Password :
Last login: Sat Jun 15 15:16:42 IDT 2019 on tty1
Welcome to Ubuntu 19.04 (GNU/Linux 5.0.0-16-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management : https://landscape.canonical.com
* Support : https://ubuntu.com/advantage
* Ubunta’s Kubernetes 1.14 distributions can bypass Docker and use containerd directly, see https://bit. ly/ubuntu-containerd or try it now with
snap install microk8s —-classic
3 updates can be installed immediately.
0 of these updates are security updates.
muath@muathasus:~$
Pressionar ctrl-alt-f1
ou ctrl-alt-f7
não tem efeito. Eu poderia continuar na área de trabalho manualmente escrevendo startx
ou sudo service start gdm3
.
Tenho Ubuntu 19.04 com drivers X.org e não atualizei recentemente. Também tentei mudar de gdm3 para lightdm ou slim, sem efeito.
Adicional:
Saída de systemctl status gdm.service
incluir:
Jun 15 16:14:56 muathasus gdm-password][3554]: gkr-pam: unable to locate daemon control file
Tentando alterar o gerenciador de exibição do gnome usando sudo dpkg-reconfigure gdm3
retornos
Error: can't open /lib/modules/5.0.0-15-generic/update/dkms
Responder1
Finalmente resolvi, me pareceu que systemctl get-default
retorna multi-user.target
. Não sei o que isso afeta e como, mas mudei o padrão para graphical.target:
systemctl set-default graphical.target
e simplesmente funciona agora!