
rafaelnsilva
(usa XUbuntu)
Enviado em 28/06/2016 - 22:28h
rausilva escreveu:
Tenta estes comandos no terminal:
dconf reset -f /org/compiz/
setsid unity
unity --reset-icons
Consegui resolver o caso executando diversos comandos indicados pelo artigo
http://askubuntu.com/questions/476930/ubuntu-desktop-does-not-load
To my Ubuntu I have tried the following (nothing seems to work so far)
Fix any broken packages:
sudo apt-get update
sudo apt-get autoclean
sudo apt-get clean
sudo apt-get autoremove
Locate any broken packages and reinstall them:
sudo apt-get install debsums
sudo apt-get clean
sudo debsums_init
sudo debsums -cs
sudo apt-get install --reinstall $(sudo dpkg -S $(sudo debsums -c) | cut -d : -f 1 | sort -u)
Removing some compiz files:
rm -r ~/.cache/compizconfig-1
rm -r ~/.compiz
Purging of NVIDIA and installing NVIDIA-prime:
sudo apt-get install --reinstall ubuntu-desktop
sudo apt-get install unity
sudo apt-get purge nvidia* bumblebee*
sudo apt-get install nvidia-prime
sudo shutdown -r now
Compizconfig Settings Manager:
sudo apt-get install compizconfig-settings-manager
export DISPLAY=:0
ccsm
// Back to UI and enablement of Unity Plugin
Unity replace, which stopped at a while and did nothing afterwards
unity --replace
Some dconf reset
dconf reset -f /org/compiz/
unity --reset-icons &disown
Muito obrigado pela ajuda