-
Hello, Looking for an alternative to Windows 10, I really appreciate your work, and I'm currently experimenting with version 1.3.2 of your distribution. However, I noticed something strange. I installed Nemo from the default package manager (Gnome), and since then, I've seen that the startup/shutdown screen displays the names and images "Ubuntu Budgie". The same thing happens when deploying an update during reboot. So I went back to the package manager to uninstall Nemo, hoping that would fix the problem, but the problem persists. Any idea what's going on? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 7 replies
-
I suspect it might because nemo installed cinnamon-desktop-environment. Mind if checking? sudo apt list --installed | grep ubuntu-budgie |
Beta Was this translation helpful? Give feedback.
-
Thanks for the feedback. Here's what it looks like : |
Beta Was this translation helpful? Give feedback.
-
According to AnduinOS/src/mods/19-plymouth-patch/install.sh You can perform the following steps to restore it to its original state. Howto
sudo update-alternatives --set default.plymouth /usr/share/plymouth/themes/spinner/spinner.plymouth
sudo update-alternatives --set text.plymouth /usr/share/plymouth/themes/text/text.plymouth Then run to update sudo update-initramfs -u -k all
|
Beta Was this translation helpful? Give feedback.
-
When I ran the first command line, I got an error. So, I ran The same thing happened with the second command line; I had to replace it with The rest worked without a hitch. Regarding the absence of "spinner," could it be because you relied on the source code for the upcoming 1.4 release? |
Beta Was this translation helpful? Give feedback.
-
Great! That's what I'd already done. I can confirm that it was indeed the solution. |
Beta Was this translation helpful? Give feedback.
-
This is interesting, I installed Nemo in a different method where it only installed just the file manager and nothing else. I used the command "sudo apt install cinnamon nemo" and I didn't end up with any of the issues he had. |
Beta Was this translation helpful? Give feedback.
According to AnduinOS/src/mods/19-plymouth-patch/install.sh
You can perform the following steps to restore it to its original state.
Howto
Then run to update