Difference between revisions of "GNOME"

From Organic Design wiki
m (Extensions)
(Extensions: extensions I'm using - and give me GNOME2 weather back! :-()
Line 5: Line 5:
  
 
=== Extensions ===
 
=== Extensions ===
The [https://live.gnome.org/GnomeShell/Extensions 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. To install an extension use the following syntax:
+
The [https://live.gnome.org/GnomeShell/Extensions 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.
{{code|<pre>
+
 
./autogen.sh --prefix=$HOME/.local --enable-extensions="one two three"
+
Extensions are listed at [https://extensions.gnome.org/ extensions.gnome.org] and can be installed one-click style directly from the site :-) some extensions that I recommend are:
make install
+
*[https://extensions.gnome.org/extension/2/ Frippery Move Clock] ''- moves the clock to the right instead of in the middle''
</pre>}}
+
*[https://extensions.gnome.org/extension/5/alternative-status-menu/ Alternative Status Menu] ''- puts power-off/restart back into the menu''
 +
*[https://extensions.gnome.org/extension/105/panel-docklet/ Panel-Docklet] ''- puts a list of current apps in the top bar as icons''
 +
 
 +
=== 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?!
  
 
== 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 00:36, 26 December 2011

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?!

See also