GNOME

From Organic Design wiki
Revision as of 19:38, 18 November 2013 by Nad (talk | contribs) (Extensions: Extension:BitcoinPrice)

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

Login-select-Gnome-Shell.png

Adding your own apps to the search

You'll need to create a .desktop file for your application in the ~/.local/share/applications directory with the name of your application as its filename. The content of the file is of the following format:

[Desktop Entry]
Name=My applications name
Comment=My cool application
Exec=/full/path/to/my/app
Icon=/full/path/to/my/app/icon
Terminal=false
Type=Application
StartupNotify=true

Where'd the startup applications applet go?

It's still the same program which is gnome-session-properties, but for some reason there's no longer a launcher for it - you can make one using the instructions in the previous section if you like, or launch it manually from a terminal window.

See also