11

I am using XUbuntu 11.10 with XFCE and am willing to give Unity a try, but don't want to loose my well-tuned system and desktop. I don't think LiveCD is what I need: I want to try the behaviour of applications missing on it. What should I do? Can I install Unity, choose a desktop environment in some config file, reboot and get Unity, then set it back, reboot, and get XFCE?

Ivan
  • 58,745

2 Answers2

3

you can install a desktop interface for example gnome3 like so

sudo apt-get install gnome-shell

and you can choose it from the login screen which desktop interface you want to use.

to install unity search for unity in the software-center or run this in the gnome-terminal

sudo apt-get install unity
blade19899
  • 26,994
0

OK, I take no more credit than simply finding this via Google, but the following XFCE on Ubuntu 12.04 instructions might help you (NB. this is probably best viewed at the original site, due to highlighting):

A. Installation

  • Establish internet connection

Click on the grey Ubuntu logo (Dash home), in the top of the side panel. Use the query Terminal Click on Terminal

Type (use copy/paste, that's safer): sudo apt-get install xubuntu-desktop

Press Enter. Type your password. Your password will remain entirely invisible. not even dots will show, this is normal. Press Enter again.

Now an intensive operation is being launched; simply wait.

B. Log in to Xubuntu

  • When the installation is complete: log out of Ubuntu. Note: log out, don't shut down!

  • In the login window, click on the Ubuntu logo next to your user name. Select Xubuntu Session.

  • Enter your password and press Enter. Now the Xubuntu desktop appears! It doesn't look pretty yet: darkish and gloomy, with probably a lot of icons on the desktop. But all that is easily changeable (more about that that later on).

First: the Great Cleanup!

C. Cleanup

  • Now it's time for cleanup, in order to prevent system pollution problems. Click on the mouse icon (top left) - Accessories - Terminal Emulator

Type (use copy/paste, that's both easier and safer): sudo apt-get remove nautilus gnome-power-manager compiz compiz-gnome unity gwibber gwibber-service zeitgeist gnome-control-center gnome-screenshot

Press Enter. Type your password. Your password will remain entirely invisible, not even dots will show, this is normal. Press Enter again.

Then, when it's finished, in the terminal (copy/paste): gksudo leafpad /etc/lightdm/lightdm.conf

Press Enter.

In the text file that opens, you'll see the following line (the last one): user-session=

Change it into: user-session=xubuntu

Save the file and close it.

  • Reboot your computer (full reboot).

This completes the transition: your Ubuntu has almost entirely been turned into Xubuntu!

D. Beautify and tweak Xubuntu

Tips on beautifying and tweaking Xubuntu can be @ https://sites.google.com/site/easylinuxtipsproject/xubuntu.

Dason
  • 858
Big Rich
  • 197