我在这里的问题中也遇到了同样的问题。
这可能是一个重复的问题。但这些答案在 ubuntu 13.10 中都不起作用
有人有什么办法可以在 13.10 中修复这个问题吗?我现在无法用我的电脑做任何事情……谢谢你的帮助
答案1
按 CTRL + ALT + F2 并输入您的用户名和密码登录文本会话。登录后,输入以下命令:
sudo apt-get update
sudo apt-get autoremove
sudo apt-get autoclean
sudo apt-get upgrade
sudo apt-get install wget python dconf-tools
wget https://launchpad.net/~amith/+archive/ubuntutools/+build/3910667/+files/unity-reset_0.1-8_all.deb
sudo chmod +x unity-reset_0.1-8_all.deb
sudo dpkg -i unity-reset_0.1-8_all.deb
sudo apt-get -f install
unity-reset
dconf reset -f /org/compiz/
compiz --replace
sudo reboot
如果在 compiz --replace 之后出现错误,请不要担心。这只是为了好用。