除了团结,我还安装了Gnome桌面。它是非常不稳定的系统,因此,我删除了Gnome,但它不是完全删除。
现在,欢迎图标的Gnome显示。没有文件显示在桌面上,右击统一桌面.我怎样才能修好这个?
发布于 2016-07-19 11:57:37
你所说的Gnome welcome icon实际上叫做普利茅斯。您可以通过update-alternatives命令更改其设置。以下是我的例子:
$ sudo update-alternatives --config default.plymouth
[sudo] password for xieerqi:
There are 3 choices for the alternative default.plymouth (providing /usr/share/plymouth/themes/default.plymouth).
Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/share/plymouth/themes/ubuntukylin-logo/ubuntukylin-logo.plymouth 150 auto mode
1 /usr/share/plymouth/themes/ubuntu-logo/ubuntu-logo-scale-2.plymouth 99 manual mode
2 /usr/share/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth 100 manual mode
3 /usr/share/plymouth/themes/ubuntukylin-logo/ubuntukylin-logo.plymouth 150 manual mode
Press <enter> to keep the current choice[*], or type selection number: 如果我想要更改到其他设置,我会按例如3并输入。
对于桌面,运行以下命令:
gsettings set org.gnome.desktop.background show-desktop-icons truehttps://askubuntu.com/questions/800429
复制相似问题