答案1
经过如此多的挫折和探索之后。
我终于解决了!
首先我尝试重置 Ubuntu:以 root 身份登录
exec sudo -i
尝试配置未配置的包:
dpkg --configure -a
更新存储库的内容
apt-get update
尝试修复缺少的依赖项:
apt-get -f install
更新系统:
apt-get dist-upgrade
重新安装 Ubuntu 桌面:
apt-get install --reinstall ubuntu-desktop
删除不需要的包:
apt-get autoremove
删除已下载安装的包:
apt-get clean
重新启动系统:
reboot
所有这些都有助于减轻系统负担,但仅此而已。
然后我决定这样做:
dconf reset -f /
它重置了 GNOME 3 设置。我的电脑现在看起来就像我刚安装了 Ubuntu,但我的文件仍在其中。
很高兴。
答案2
尝试以下命令将这些设置重置为默认值:
cd ~/.config/dconf
mv user user.bak
然后重新登录。