Os temas do Ubuntu 16.04 não funcionam depois de clonar o HD

0

Eu clonei meu disco rígido em um disco rígido SSD usando o Clonezilla e depois de carregá-lo meus temas não funcionam, eu vi em um artigo sobre este site oferece uma solução em setembro. Ele funciona apenas quando eu sair e entrar, mas se eu reiniciar. Eu volto ao mesmo resultado. Os temas não estão funcionando. Alguma sugestão?

quando os temas estavam funcionando bem: processando o comando

sudo apt-get --reinstall install unity-settings-daemon
[sudo] password for stevelilley: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libpango1.0-0 ubuntu-core-launcher
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/496 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 290332 files and directories currently installed.)
Preparing to unpack .../unity-settings-daemon_15.04.1+16.04.20160701-0ubuntu1_amd64.deb ...
Unpacking unity-settings-daemon (15.04.1+16.04.20160701-0ubuntu1) over (15.04.1+16.04.20160701-0ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
Processing triggers for libglib2.0-0:i386 (2.48.2-0ubuntu1) ...
Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu1) ...
Setting up unity-settings-daemon (15.04.1+16.04.20160701-0ubuntu1) ...

Quando os temas não estavam funcionando no Ubuntu 16.04 Processando o comando

sudo apt-get --reinstall install unity-settings-daemon
[sudo] password for stevelilley: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/496 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 313357 files and directories currently installed.)
Preparing to unpack .../unity-settings-daemon_15.04.1+16.04.20160701-0ubuntu1_amd64.deb ...
Unpacking unity-settings-daemon (15.04.1+16.04.20160701-0ubuntu1) over (15.04.1+16.04.20160701-0ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
Processing triggers for libglib2.0-0:i386 (2.48.2-0ubuntu1) ...
Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu1) ...
Setting up unity-settings-daemon (15.04.1+16.04.20160701-0ubuntu1) ...

O comando autoremove:

sudo apt autoremove
[sudo] password for stevelilley: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    
por Steve L 25.03.2017 / 10:50

1 resposta

0

De acordo com os comentários e discussões do chat sob sua pergunta:

Execute estes comandos para atualizar e atualizar completamente seu sistema:

$ sudo apt update
$ sudo apt upgrade
$ sudo apt apt full-upgrade
$ sudo apt install --reinstall ubuntu-desktop

Isso atualizará e atualizará os pacotes do seu sistema.

    
por L. D. James 30.03.2017 / 09:38