Showing posts with label Desktop Environment. Show all posts
Showing posts with label Desktop Environment. Show all posts

Wow, Jolicloud Desktop Environment In Ubuntu

4:47 PM | , , , , , , ,


Jolicloud Desktop Enviroment is a small minimalist desktop environment based on HTML 5 for netbook.
For installing Jolicloud in Ubuntu please open your terminal and follow this step.
  1. Add PPA repository
    sudo add-apt-repository ppa:jolicloud-team/ppa
  2. Update source repository
    sudo apt-get update
  3. install Desktop Enviroment
    sudo apt-get install jolicloud-desktop-environmentya
After installation finished, logout your computer. Next login choose jolicloud Desktop Environment.



Read More

How to Install Mate Desktop Environment 1.4

5:54 AM | , , , , , , ,


1- Add MATE repository:

- For Ubuntu 12.04 Precise Pangolin
sudo add-apt-repository "deb http://packages.mate-desktop.org/repo/ubuntu precise main"
- For Debian wheezy
vi /etc/apt/sources.list
and add:
deb http://packages.mate-desktop.org/repo/debian wheezy main
save and close
- For LinuxMint
You need to use the repository above for Ubuntu, then edit /etc/apt/preferences using command:
vi /etc/apt/preferences
and  at the bottom of the file add these lines:
Package: *
Pin: origin packages.mate-desktop.org
Pin-Priority: 700
2- Refresh and install
sudo apt-get update
sudo apt-get install mate-archive-keyring
sudo apt-get update
sudo apt-get install mate-desktop-environment
Wait for the installation














Is done.
Read More