GNOME

From Organic Design wiki
Revision as of 22:47, 25 December 2011 by Nad (talk | contribs) (Extensions)

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. To install an extension use the following syntax:

./autogen.sh --prefix=$HOME/.local --enable-extensions="one two three"
make install

See also