Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How To Change The DE In The "Live Environment" #298

Open
polish-penguin-dev opened this issue Mar 18, 2024 · 1 comment
Open

How To Change The DE In The "Live Environment" #298

polish-penguin-dev opened this issue Mar 18, 2024 · 1 comment
Labels
question Further information is requested

Comments

@polish-penguin-dev
Copy link

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):

Screenshots
image

@polish-penguin-dev polish-penguin-dev added the question Further information is requested label Mar 18, 2024
@polish-penguin-dev
Copy link
Author

Only just tested, but cinnamon is not default post-installation either! cinnamon --replace gives the same error, but when changing the desktop environment upon startup within lightdm (which does work) cinnamon runs fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant