Contacts 0.2 for Ubuntu Edgy Eft
I've build a package for all the Contacts users running Edgy who don't fancy building Contacts 0.2 from source. Simply add the following source to sources.list:
deb http://debian.o-hand.com edgy/
Remember to report any bugs to our Bugzilla!
bprobe
Wow. Behdad makes a casual mention to the coolest hack in the world. Yes, there are better solutions but they are heavy, this is quick and lean. Love it! The only problem is that typically GTK+ is built with PLT hacks, so the probes cannot intercept the calls. With a GTK+ built without the PLT manipulations, this should do exactly what you expect:
#include <gtk/gtk.h>
#include <bprobe.h>
PKG_CONFIG_CFLAGS(gtk+-2.0)
PROBE
void
gtk_widget_show (GtkWidget *w)
{
LOG ("gtk_widget_show");
return SUPER(gtk_widget_show) (w);
}
NP: Londinium, Archive