Linux And Friends
Linux, Open Source, Free Software, Bicycles, and other topics of interest.
-
How to Install GNOME Shell in Ubuntu Linux
Posted on November 18th, 2009 1 commentInstalling GNOME Shell in Ubuntu 9.10 (Karmic Koala) is easy. This is how you do it.
$ sudo apt-get install gnome-shell
Once GNOME Shell is installed, you can start it by running the following command :
$ gnome-shell --replace
Remember that GNOME Shell in your repositories is a preview version and is not the final product.
If you get a black screen (as I did) , then you should set the value of the
GNOME_SHELL_DISABLE_TFPvariable to 1 prior to starting GNOME Shell.$ export GNOME_SHELL_DISABLE_TFP=1
Related Posts
- GNOME Shell – An Overview
- Install LaTeX in Ubuntu Linux
- How to install fonts in Linux – Ubuntu, Debian
- How to install GIMP scripts in Ubuntu Linux
- How To Install LAMP Server in Ubuntu Linux












Vadi November 20th, 2009 at 02:25