ubuntu18.04怎样重置桌面
在Ubuntu 18.04中,您可以通过以下步骤重置桌面:
rm -rf ~/.gnome ~/.gnome2 ~/.gconf ~/.gconfd ~/.metacity ~/.cache ~/.dbus ~/.dmrc ~/.mission-control ~/.thumbnails ~/.config/dconf ~/.compiz*
sudo reboot
当系统重新启动后,您的桌面将被重置为默许设置。请注意,这将删除您的个人配置和自定义设置,因此请确保在履行此操作之前备份您的重要文件和数据。
TOP