Installing CheckGmail on Ubuntu

CheckGmail is a nice Gmail system tray notifier. You can find an older version, 1.10.1, in the universe repository, but probably you want to run the latest one (1.12 as of now). Downloading and running the basic notifier is quite simple, just unpack the tar file and run the script.

If you want all the functionality, encryption of locally stored password and hyper links in message bodies, then you need to manually install a few libraries. Here are the steps for Ubuntu Feisty:

  1. Install Perl ExtUtils dependencies:
    $ sudo apt-get install libextutils-depends-perl libextutils-pkgconfig-perl
  2. Install Libsexy, including header file:
    $ sudo apt-get install libsexy2 libsexy-dev
    The header files will pull in many other libraries.
  3. Install Gtk2-Sexy, the Perl bindings for Libsexy
    $ sudo perl -MCPAN -e 'install Gtk2::Sexy'
  4. Install Crypt:Simple:
    $ sudo perl -MCPAN -e 'install Crypt::Simple'
Technorati Tags:Technorati Tags:

12 comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Anonymous says:

Great post - thanks. Sorted out my libsexy problems.

Anonymous says:

That didn't work for me :( If it doesn't for someone else, DO NOT remove what you installed. I did and it crashed GNOME or X, I never found out. I redirect you to the thread at Ubuntu Forums just in case: http://ubuntuforums.org/showthread.php?p=5797554#post5797554

Anonymous says:

Thank you for this guide. I had tried everything through CPAN.. This worked perfectly.

Anonymous says:

Ah, I was missing the ExtUtils dependencies. Thanks for posting this!

Anonymous says:

Very helpful, thanks.

Anonymous says:

Instead of doing "sudo perl -MCPAN -e 'install Crypt::Simple'" you could just do 'sudo apt-get -y install libcrypt-perl-simple'

Anonymous says:

Hi,
I thought I finally found the solution, but unfortunately I failed to install Gtk2::Sexy. I followed your advice, and the script runs a while, but then it aborts saying that the make test failed (/usr/bin/make).
Any suggestion welcome.
Arne

Anonymous says:

Hi,

I got the same error with Gtk2::Sexy and make test.
Do you find and answer ?

Buliwoof

Anonymous says:

Force it, worked for me ;)

sudo cpan
force install Gtk2::Sexy
exit

Anonymous says:

just to say thanks, rather many, many thanks

Anonymous says:

I get some failed assertion when the menu pops up =\

Anonymous says:

Thanks a lot for this post! That's exactly what I was searching for! :-)

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <pre>
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. Beside the tag style "<foo>" it is also possible to use "[foo]". PHP source code can also be enclosed in <?php ... ?> or <% ... %>.

More information about formatting options