Use a Shell extension, it can be downloaded through Gnome's official site: https://extensions.gnome.org/extension/425/project-hamster-extension/
(Thanks to @tm_lv for heads-up)
EDIT: Installing the extension locally using gnome-tweak-tool apparently crashes Shell. The extension must be installed using waf as described in README, however it's not that easy. You need a few packages to build the extension
sudo apt-get install gettext intltool
Now download the source using git or https://github.com/tbaugis/hamster-shell-extension/downloads
Once you clone/unpack the source, go into the created directory and execute
./waf configure --prefix=/usr
sudo ./waf install
This will install the extension into /usr/share/gnome-shell/extensions/hamster@gnome.org directory.
The extension will appear in gnome-tweak-tool in Extensions section once you restart Gnome Shell.
To uninstall the extension, execute this from the source directory:
sudo ./waf uninstall
Note that this extension doesn't play well with the older version of Hamster available in Ubuntu repository, more details are in this bug report. You better build the newest version of Hamster yourself, as described on Hamster's site. Remember to uninstall hamster-applet first and install dependencies for "Debian-based" system.
After logging out and logging in, there is no top bar. I had to delete .local/share/gnome-shell and .local/share/hamster-applet to get the bar back.
Am I missing something? What is the remedy?
– deshmukh Oct 29 '11 at 18:13waf– jnv Oct 29 '11 at 19:23sudobasically executes the command as root, allowing you to do system-wide changes. See e.g.man sudoor http://www.pcworld.com/businesscenter/article/230695/ubuntu_linux_day_18_what_is_this_sudo_you_speak_of.html – jnv Oct 30 '11 at 16:02Wish Hamster extension gets easier to install. When that happens, guess, I will need to ./waf uninstall before installing it from the repositories - correct?
– deshmukh Oct 31 '11 at 05:23sudo ./waf uninstalltoo. – jnv Oct 31 '11 at 12:45So, currently, there is no indicator and hamster I run is from the repos.
– deshmukh Nov 01 '11 at 06:48also the extension is now online at extensions.gnome.org: https://extensions.gnome.org/extension/425/project-hamster-extension/
– tm_lv Oct 06 '12 at 20:31