Sunday, May 5, 2024
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 221914  / 2 Years ago, thu, december 30, 2021, 8:39:51

I have read that there is a new Gnome-2 like interface called Cinnamon produced by the Linux Mint developers.



Is this available for Ubuntu users - and if so how do I install it?


More From » software-installation

 Answers
2

Installing Cinnamon from an existing Environment


For what I've tested since I use the Cinnamon interface, the best way these days to install Cinnamon desktop is in my case on Ubuntu Mate.


There's no need need to add the ppa, because Cinnamon packages (see link for version depending on Ubuntu release) are included on the Ubuntu sources.


Content description of every Cinnamon packages can be found here.


After a clean Ubuntu installation:



  1. sudo su

  2. apt update && apt upgrade

  3. apt install cinnamon




If you like to install it minimaly (without any tools):



  1. apt install cinnamon --no-install-recommends

  2. apt install -f (to check for depencies)





  1. reboot

  2. Select the wanted default user interface before login




Installing Cinnamon on Ubuntu server 22.04


From scratch with no environement installed yet:


If you would like to have the Ubuntu kernel with Cinnamon as only desktop environement:



  1. You can download and install Ubuntu server

  2. Select the minimized installation and no third party driver (because it will install a server version)


minimized-install



  1. update & upgrade & reboot after connection to your session instance.


    sudo su


    apt update && apt upgrade


    reboot



  2. Install muffin (low gnome window manager, where Cinnamon is based on)


    sudo apt install muffin



  3. Install slick-greeter (low gtk greeter made for muffin and looks like unity)


    sudo apt install slick-greeter



  4. And finally install the desktop environement (minimaly to get only the environment without other software):


    sudo apt install cinnamon --no-install-recommends



  5. Install yaru-theme-icon package present on the Ubuntu server (compatible icon pack as base)


    sudo apt install yaru-theme-icon



  6. Install your graphic driver and Reboot



  7. resolve networking applet issues



  8. Install additional packages to personalize your desktop.




I personally recommend gnome software since it's compatible with Ubuntu as much as with Cinnamon.


Even for system settings, like the control panel. I did install it for system management and testing, so here some I've installed:


sudo apt install gnome-logs eog inetutils-ping nmcli gnome-calculator gnome-screenshot xdg-user-dirs-gtk gedit-plugins gnome-font-viewer mate-themes simple-scan gparted gpart gnome-control-center gnome-disk-utility 

You'll find more information about those on the Ubuntu packages page.


For the greeter settings you'll need to install the "Login Window" settings: sudo apt install lightdm-settings


Login Window settings


For its background image use only the /usr/share/backgrounds folder. Because the user folder's aren't permitted.


For the internet browser, I prefer Chrome and install it with wget and dpkg -i.


Here's a screenshot of this desktop:
my cinnamon desktop


Here's the Cinnamon menu with usefull settings and tools configured into the "System Tools" menu for my needs.
cinnamon menu


Here's the greeter:
greeter


And here you can see no other environment choice as Cinnamon:
select-environement


Last installation system information:


Kernel: 5.19.0-23-generic arch: x86_64 bits: 64 compiler: N/A


Desktop: Cinnamon v: 5.4.12


tk: GTK v: 3.24.34 dm: LightDM Distro: Ubuntu 22.10 (Kinetic Kudu)


Installing Cinnamon from Mint PPA on Ubuntu 22.04 server


In this post you can find how to install the most recent version of Cinnamon on your server, based on the Linux Mint PPA.


I've also a made a bash script menu to solve most of the issues I've got on Ubuntu server with Cinnamon installed. It's availble on Github here.


Bash-installer-menu


Related post


[#41039] Thursday, December 30, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ofunn

Total Points: 164
Total Questions: 116
Total Answers: 116

Location: Liberia
Member since Fri, Oct 22, 2021
3 Years ago
;