Thank you! It works great! It is not my first installation, I installed it over a previous one but it seems much better now.
Keep on delivering new builds, pls
P.S. What did you do to compile it?
Thanks for the compliments, I'll try to do a build each week.
I mostly followed the instructions you can find by googling for "how to build deb package", but I can summarize the process in:
* Name the directory containing the sources following the Debian naming scheme.
* Run dh_make (with the proper options) within such dir.
* Modify / Delete the files contained in the ./debian directory that is generated by dh_make. Beware that programs that do not use autoconf/automake need a special attention.
* Run debuild in the source directory. The package is generated in the upper level directory respect to the source.
Pretty simple, altough I wish I coluld master the debianization better.