Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

How do i install pantheon desktop environment?

share|improve this question
Having no desire to go backwards...with this desktop environment, what is the suitable kernel? Will it run on the 2.38.xxx or the 3.0.0.0 better. Can I install it on 10.04 10.10 11.04 or 11.10? Be it that you answered your own question. Are you able to provide details – Ringtail May 16 '12 at 1:19

4 Answers

up vote 8 down vote accepted

First open a terminal window (press Ctrl+Alt+T).

Now paste these commands one by one in the terminal:

bzr branch lp:elementaryos
cd elementaryos
sudo conf.sh --configure-installed

Now logout and select pantheon on the startup.

share|improve this answer
4  
what effect does this have on the system? Can I undo the changes? Can I use both pantheon and gnome in parallel, choosing one at login? – Lightbreeze Nov 19 '11 at 12:25
@Lightbreeze it is in development so it is a bit risky and can damage your system but yes you can use both in parallel. – Alaukik Nov 19 '11 at 13:51
This seems to want to build the entire elementary os and not just pantheon. – nikhil Nov 14 '12 at 10:22
1  
@Alaukik can you specify howto just install pantheon on ubuntu 12.10 ? Can't seem to find the instructions anywhere. – nikhil Nov 14 '12 at 10:24
@nikhil Try my answer. – ZDroid Mar 1 at 21:26

I would try their PPA https://launchpad.net/~elementary-os/+archive/daily

To add it:

sudo add-apt-repository ppa:elementary-os/daily 

The new dock, Plank, is in its own PPA: and so is its browser:

sudo add-apt-repository ppa:ricotz/docky && sudo add-apt-repository ppa:midori/midori-dev 

Then: sudo apt-get update && sudo apt-get install elementary-desktop plank midori

I havent been able to install beatbox too.

share|improve this answer

This is answer for newer releases of Ubuntu - 12.04, 12.10 and 13.04 (I tested this on 12.04).

  • Open Terminal (Ctrl+Alt+T).
  • Add repository (Use this repo at your own risk!)
sudo add-apt-repository ppa:elementary-os/daily
  • Update and install
sudo apt-get update
sudo apt-get install elementary-desktop

After completed install log out and chose session called Pantheon in LightDM.

share|improve this answer
1  
you can transform gnome-classic session in this. look this video: youtube.com/watch?v=vuCt_lfKUt0 – profiler1982 Apr 8 at 6:04
I know profi :) – ZDroid Apr 9 at 6:02

You can try this:

sudo apt-add-repository -y ppa:elementary-os/daily
sudo apt-add-repository -y ppa:midori/midori-dev
sudo apt-add-repository -y ppa:nemequ/sqlheavy
sudo apt-add-repository -y ppa:ricotz/docky
sudo apt-add-repository -y ppa:marlin-devs/marlin-daily
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get -y dist-upgrade

sudo apt-get install -y pantheon-shell pantheon dexter-contacts postler midori lingo beatbox wingpanel plank lightdm-webkit-greeter pantheon-lightdm-theme pantheon-terminal pantheon-xsession-settings contractor slingshot-launcher scratch marlin elementary-theme elementary-icon-theme exe-wrapper ttf-droid footnote maya switchboard plank-theme-pantheon snap feedler switchboard-gnome-control-center preload
share|improve this answer
E: Unable to locate package beatbox E: Unable to locate package exe-wrapper on Ubuntu 12.04.1 LTS – Mithun P Oct 12 '12 at 11:42

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.