-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrocando interfaces graficas.txt
46 lines (36 loc) · 1.37 KB
/
trocando interfaces graficas.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
RETORNAR PACOTES PARA A VERSÃO ANTERIOR, POR BUG EM PROCESSADORES DA INTEL + UNITY
sudo apt install libegl1-mesa=11.2.0-1ubuntu2 libwayland-egl1-mesa=11.2.0-1ubuntu2 libgl1-mesa-dri=11.2.0-1ubuntu2 libgbm1=11.2.0-1ubuntu2
GERENCIADORES DE PACOTES
dpkg
apt
aptitude
synaptic
//
ESSA SEÇÃO TRATA DA INSTALAÇÃO DAS INTERFACES GRÁFICAS ABAIXO NO UBUNTU, E A POSTERIOR RECUPERAÇÃO DO UNITY PARA OS PADRÕES
INSTALAÇÃO
INSTALAÇÃO
sudo apt install lubuntu-desktop # (tive que instalar e reinstalar)
sudo apt install kubuntu-desktop
AJUDA
apt-cache showpkg kde-config-telepathy-accounts | less
dpkg --audit kde-config-telepathy-accounts
history | less
sudo lightdm # força a execuçã da interface gráfica
CORREÇÕES NA INSTALAÇÃO (acho que só para o KDE; reinicar o PC várias vezes...)
sudo apt-get clean && sudo apt-get update
sudo dpkg --configure -a
sudo apt-get -o Dpkg::Options::="--force-overwrite" install kde-config-telepathy-accounts
sudo dpkg-reconfigure lightdm # acho que essa linha faz a interface gráfica voltar a funcionar
RECUPERAR UNITY
ANIMAÇÃO DO BOOT
sudo update-alternatives --config default.plymouth
sudo update-initramfs -u
SETAR A TELA DE LOGIN PARA OS DEFAULTS
Adicionar a /etc/lightdm/lightdm.conf
{
[SeatDefaults]
greeter-session=unity-greeter
user-session=ubuntu
autologin-user=myusername
autologin-user-timeout=0
}