我在默认的Ubuntu20.04上安装了KDE桌面。在那之后,我没有看到默认的Ubuntu标志与戴尔标志,这是新的20.04功能。相反,看到Kubuntu的标志。
如何将其还原回默认的Ubuntu屏幕?
我试过了
sudo update-alternatives --config default.plymouth 我能够在手动模式下选择ubuntu:
There are 6 choices for the alternative default.plymouth (providing /usr/share/plymouth/themes/default.plymouth).
Selection Path Priority Status
------------------------------------------------------------
0 /usr/share/plymouth/themes/kubuntu-logo/kubuntu-logo.plymouth 150 auto mode
1 /usr/share/plymouth/themes/bgrt/bgrt.plymouth 110 manual mode
2 /usr/share/plymouth/themes/kubuntu-logo/kubuntu-logo.plymouth 150 manual mode
3 /usr/share/plymouth/themes/spinner/spinner.plymouth 70 manual mode
4 /usr/share/plymouth/themes/ubuntu-budgie-logo/ubuntu-budgie-logo-scale-2.plymouth 149 manual mode
5 /usr/share/plymouth/themes/ubuntu-budgie-logo/ubuntu-budgie-logo.plymouth 150 manual mode
* 6 /usr/share/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth 100 manual mode
Press <enter> to keep the current choice[*], or type selection number:
5
update-alternatives: using /usr/share/plymouth/themes/ubuntu-budgie-logo/ubuntu-budgie-logo.plymouth to provide /usr/share/plymouth/themes/default.plymouth (default.plymouth) in manual mode--但这没什么用.如何使ubuntu进入自动模式?
有人能帮忙吗?提前感谢!
发布于 2020-04-30 17:48:30
此更改也应写入initramfs中。
sudo update-initramfs -u -k all然后重新启动以检查效果。
发布于 2021-01-16 19:38:34
尚不能添加评论,因此将此作为答复发布。bgrt.plymouth是选择显示制造商徽标的人。
https://askubuntu.com/questions/1233572
复制相似问题