cGmail 0.4.1 released

Today I’ve released a maintence version of cGmail. This version include some nasty bugs fix.

No sound bug (Now it should work well)
Pop3 bug. This bug prevented cGmail to notify correctly incoming mails on pop3 accounts. Now it works
Autostart option bug. In cGmail 0.4 autostart option in preferences menu don’t worked well when the […]

cGmail 0.4 released

Do you already know cGmail? And do you know that I develop that cool app ? Well I’m happy to announce that cGmail 0.4 is out. Please visit cGmail home page at http://cgmail.tuxfamily.org/ for more info about what cGmail is and to give it a try.

What’s new?
Well this version include a completely restructured code. […]

How to make a looking glass window with python and cairo

Do you know awn and affinity? They are njpatel works. He use mainly c to develop this applications. I’m a python lover and I wanted to obtain similar stilish results in python. So I looked at njpatel code to take its secrets and implement something similar in python. Njpatel’s apps make heavy use of cairo […]

Gtk About Dialog

The example that follow show a gtk about dialog with a working close button and a working external link button. We will obtain something like this:

We will put focus on how to obtain a response when we click on the link. The funcion that do the trick is gtk.about_dialog_set_url_hook that set a callback […]