Cubic
Cubic copied to clipboard
How To Change The DE In The "Live Environment"
Describe the question
I'm trying to download the Cinnamon desktop environment for my Ubuntu-based distro. After installing Cinnamon, and changing it to the default DE, it still uses GNOME in the live environment ("Try Ubuntu"). Is there any way to change this?
What you have tried
I've used the following code:
apt update
add-apt-repository universe
apt install cinnamon -y
update-alternatives --config x-session-manager
I've made sure to select Cinnamon when changing the DE. But, when I try it out, it still remains in GNOME.
In Ubuntu, when I run update-alternatives --display x-session-manager
I get back that Cinnamon indeed is the current DE.
Running cinnamon
tells me screen 0 already has a window manager, and running cinnamon --replace
seems to work for a bit before I get the white "Oh no! Something has gone wrong!" screen.
Expected behavior
After running the code I have tried, Cinnamon should have been the DE used in the live environment.
OS Information (please complete the following information):
- OS/Distro Name: Ubuntu (Budgie)
- OS Version: Ubuntu 23.10 "Mantic Minotaur"
- Note: I put in my OS here, unsure if I was meant to put in information about the OS I am customizing here
Cubic Information (please complete the following information):
- Cubic Version: 2024.02.86
- ISO Customizing: ubuntu-22.04.4-desktop-amd64.iso
- Download Link: https://ubuntu.com/download/desktop/thank-you?version=22.04.4&architecture=amd64
Screenshots