Difference between revisions of "GNOME"

From Organic Design wiki
(Extensions: Steal My Focus - removes the 'Window is ready' notification and focus window immediately instead)
(Installing on Ubuntu 12)
Line 15: Line 15:
 
=== Weather/Timezone fail ===
 
=== Weather/Timezone fail ===
 
One big failure I've found is the clock doesn't show weather any more and no longer allows multiple time zones. I've found some instructions [http://www.webupd8.org/2011/10/install-gnome-shell-weather-extension.html here] for installing some alpha stuff that puts it back, but it hasn't worked for me and I don't think it supports multiple time zones. They talk as if this is an amazingly complex problem and would be an awesome new feature, but it's been working beautifully in GNOME 2.x for years! why not just have it back the way it was?!
 
One big failure I've found is the clock doesn't show weather any more and no longer allows multiple time zones. I've found some instructions [http://www.webupd8.org/2011/10/install-gnome-shell-weather-extension.html here] for installing some alpha stuff that puts it back, but it hasn't worked for me and I don't think it supports multiple time zones. They talk as if this is an amazingly complex problem and would be an awesome new feature, but it's been working beautifully in GNOME 2.x for years! why not just have it back the way it was?!
 +
 +
== Installing on Ubuntu 12 ==
 +
They've now made Unity the default desktop environment which many people find really horrible, to install GNOME do the following:
 +
{{code|<bash>sudo add-apt-repository ppa:gnome3-team/gnome3
 +
sudo apt-get update
 +
sudo apt-get install gnome-shell</bash>}}
 +
Then log out and select GNOME at the login prompt
  
 
== See also ==
 
== See also ==
 
*[[KDE vs GNOME]]
 
*[[KDE vs GNOME]]
 
[[Category:Libre software]][[Category:Linux]][[Category:Desktop environments]]
 
[[Category:Libre software]][[Category:Linux]][[Category:Desktop environments]]

Revision as of 01:03, 18 July 2012

GNOME offers an easy to understand desktop environment for your GNU/Linux or UNIX computer.

GNOME 3

GNOME3 Screenshot.png

Extensions

The GNOME Shell extension design is designed to give a high degree of power to the parts of the GNOME interface managed by the shell, such as window management and application launching. It simply loads arbitrary JavaScript and CSS. This gives developers a way to make many kinds of changes and share those changes with others, without having to patch the original source code and recompile it, and somehow distribute the patched code.

Extensions are listed at extensions.gnome.org and can be installed one-click style directly from the site :-) some extensions that I recommend are:

Weather/Timezone fail

One big failure I've found is the clock doesn't show weather any more and no longer allows multiple time zones. I've found some instructions here for installing some alpha stuff that puts it back, but it hasn't worked for me and I don't think it supports multiple time zones. They talk as if this is an amazingly complex problem and would be an awesome new feature, but it's been working beautifully in GNOME 2.x for years! why not just have it back the way it was?!

Installing on Ubuntu 12

They've now made Unity the default desktop environment which many people find really horrible, to install GNOME do the following:

<bash>sudo add-apt-repository ppa:gnome3-team/gnome3

sudo apt-get update sudo apt-get install gnome-shell</bash>

Then log out and select GNOME at the login prompt

See also