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

This isnt so much an issue rather a 'cinnamon' question #4328

Closed
explodersname opened this issue Aug 8, 2020 · 3 comments
Closed

This isnt so much an issue rather a 'cinnamon' question #4328

explodersname opened this issue Aug 8, 2020 · 3 comments
Labels

Comments

@explodersname
Copy link

Is it possible to install multiple desktop environments with crouton, I have gnome installed and would like to use the cinnamon desktop environment. If there is some way to get this working please let me know. Thanks :)

@DennisLfromGA DennisLfromGA changed the title This isnt so much an issue rather a question This isnt so much an issue rather a 'cinnamon' question Aug 8, 2020
@DennisLfromGA
Copy link
Collaborator

DennisLfromGA commented Aug 8, 2020

@explodersname,

Yes, you can install other desktops that crouton supports, just run the below command to see what's available:

  • sudo crouton -t list

If you want to install an additional desktop in an existing chroot just use the 'update' option, see below for an example.
To install the LXDE desktop (LUbuntu) in an existing xenial chroot enter the below:

  • sudo crouton -n xenial -t lxde-desktop -u

Then launch it with: sudo startlxde -n xenial


Unfortunately, the cinnamon desktop is not an option any longer due to a lack of support on ARM chips at the time.
You could try to install the cinnamon desktop in the chroot and then make the appropriate start* scripts, it may just work.

See below for the discussions and the actual pull request that removed it:

Question: Why was Cinnamon DE removed? · Issue #3703 · dnschneid/crouton
#3703

Can't install Cinnamon on any distro · Issue #812 · dnschneid/crouton
#812 (comment)

remove cinnamon target by smibarber · Pull Request #832 · dnschneid/crouton
#832

Hope this helps,
-DennisLfromGA

@TheRealFanjin
Copy link

Is it possible to install your own DE?

@DennisLfromGA
Copy link
Collaborator

@TheRealFanjin

You can install other desktops in the chroot and even create your own start scripts but since they're not supported in crouton you have to do it yourself.

For proper crouton support it's best to file a pull request, see below for some a couple the past that, unfortunately, didn't get merged due to unresolved conflicts:

LXQT by zxvv · Pull Request #2525 · dnschneid/crouton
#2525

Mate by zxvv · Pull Request #2532 · dnschneid/crouton
#2532

Hope this helps,
-DennisLfromGA

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

No branches or pull requests

4 participants