Posts Tagged ‘cinnamon’
Install Cinnamon 1.6 (unstable) on Linux Mint
Cinnamon 1.6 will apparently be the version used in Linux Mint 14 and is already available for testing. Be warned, since it’s the first release of 1.6, it will be buggy.
Open Sofware Sources from the main menu and check the Unstable packages (romeo) checkbox to make the packages available to your Update Manager.
Afterwards open the Update Manager and upgrade these four packages:
Afterwards uncheck the romeo repository again! Restart cinnamon and check if the correct version is used using a terminal:
cinnamon –restart
cinnamon –version
‘Unable to open X display’ error on Cinnamon (Linux Mint)
You usually notice this error due to the lack of a menu bar and all kinds of window decoration after you unsuccessfully played with your Cinnamon settings or just suffered some kind of other error. If you then try to reset Cinnamon or to use any other command involving the desktop environment, you will get the
Unable to open X display
error. While its hard to find out what actually causes it, you can easily bypass it by purging and reinstalling Cinnamon – which is a painless process and leaves your personal Cinnamon configuration untouched. To do so, log in with another desktop environment or open a command line environment by pressing Ctrl + Alt + F1. Afterwards enter
sudo apt-get purge cinnamon && sudo apt-get install cinnamon
Don’t forget to log out and in again to make the changes effective. To log out without panel, press Ctrl + Alt + Backspace.
Install Cinnamon desktop on Ubuntu 12.04 Precise Pangolin
To install Linux Mint’s Cinnamon desktop on Ubuntu 12.04 you have to add the appropriate ppa first. Open a terminal and enter following commands:
sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable
sudo apt-get update
sudo apt-get install cinnamon
To apply Cinnamon, log out of your current desktop session and set Cinnamon as desktop environment on the login screen. Remember that your machine needs graphical 3D support to run Cinnamon correctly.
How to Manually Install New Cinnamon Themes (Linux Mint/Ubuntu)
To manually install new themes for cinnamon from the page provided by Cinnamon Settings, first backup the data of the original theme by opening a terminal and entering
sudo cp -R /usr/share/cinnamon/theme /usr/share/cinnamon/theme_backup
Then download and unpack another theme from http://cinnamon-spices.linuxmint.com/themes, save the files to some location – I will save them on my desktop.
Then you have to copy the data from the unpacked folder to the theme folder of cinnamon:
sudo cp -f /home/howtoforge/Desktop/unpackedfolder/cinnamon/* /usr/share/cinnamon/theme
The new data has then replaced the old. To restore the default theme, copy back the backed up data.





