Never Miss IM Notifications In GNOME Shell With Shell Message Notifier

7:16 AM


Currently when you receive a message in GNOME Shell, the notification is displayed for a few seconds and that's about it - you can't tell if you have new messages unless you take a look at the message tray, which is hidden by default.

So if you often miss IM notifications in GNOME Shell, you can use an extension called Shell Message Notifier which displays the number of conversations with unread messages on the top GNOME Shell bar (in my test it only worked with Empathy).

Update: it seems the extension works with any application that displays a notification counter in the message tray (so for instance, it works with Mailnag too).

The extension is very simple and doesn't do anything else so nothing will happen if you click the notification icon on the top bar:


The extension is unpolished, it does very little, the code is horrible and I didn’t pay any attention to usability; I just wanted a quick fix while waiting for upstream to fix the bug properly. Nevertheless, I hope this code will be useful for other people too!

- Marco Barisione, the extension developer


Ubuntu 11.10 users can use our GNOME 3 PPA to install Shell Message Notifier:
sudo add-apt-repository ppa:webupd8team/gnome3
sudo apt-get update
sudo apt-get install gnome-shell-message-notifier

Once installed, reload GNOME Shell (press ALT + F2 and enter "r" or log out and log back in), enable the extension and then restart GNOME Shell once again.


For other Linux distributions, install it using the commands below:
git clone git://git.collabora.co.uk/git/user/bari/shell-message-notifier.git
cd shell-message-notifier
make install

Then follow the instructions (it's not a typical "make install").


0 comments

» read more....

Install VLC 1.1.10 And Pidgin 2.8.0 In Ubuntu

9:30 PM

I'm sure many of you know about GetDeb but maybe some of our new readers don't. GetDeb is a very popular (for example, in July 2010, there were about 25144 unique Ubuntu Lucid users per day installing packages via) software portal that comes with an Ubuntu repository which you can use to install applications that are not available in the official Ubuntu repositories - this includes updated versions for various applications.

Until now I didn't really needed to use GetDeb in Ubuntu 11.04 Natty Narwhal, but the Pidgin PPA hasn't been updated yet with the latest Pidgin 2.8.0 (released about 3 days ago) so I though I'd check GetDeb - and indeed, GetDeb provides the latest Pidgin 2.8.0 (for Ubuntu Natty and Lucid - no Maverick it seems) as well as VLC 1.1.10 (for Natty only).


VLC 1.1.10 Ubuntu

Pidgin 2.8.0 Ubuntu

So if you want to upgrade to the latest Pidgin and VLC (as well as many other applications like FileZilla, Unetbootin, etc.), download this .deb file and install it - this will add the GetDeb repository -, then run an upgrade:
sudo apt-get update
sudo apt-get upgrade

0 comments

» read more....