Comment 9 for bug 229344

Revision history for this message
mati (mati-wroc) wrote :

My output (checkgmail -no-login -debug):

 use Gtk2("init");
 use Gtk2::TrayIcon;
 use threads;
 use Thread::Queue;
 use Thread::Semaphore;
 use threads::shared;
 use Encode;
 use XML::Simple;
 use FileHandle;
 use LWP::UserAgent;
 use Crypt::SSLeay;

  use Crypt::Simple passphrase => "(I removed this from the output)";
Warning: Crypt::Simple not found ...
  use Crypt::Blowfish;
  use FreezeThaw;
  use Compress::Zlib;
  use Digest::MD5;
  use MIME::Base64;

CheckGmail requires the above packages for password encryption
Please download and install from CPAN (http://search.cpan.org) if you want to use this feature ...

 use Gtk2::Sexy;
Warning: Gtk2::Sexy not found ...

CheckGmail uses Gtk2::Sexy for clickable URLs in mail messages
Please download and install from CPAN (http://search.cpan.org) if you want to use this feature ...

*** Crypt::Simple not found, not working or disabled ***
*** Passwords will be saved in plain text only ... ***

(HERE is the delay)

Initialisation complete

(the best part is: even thought "Gtk2::Sexy not found" message, URLs are clickable)