15 Oct 2008 Gilbert Ashley This is an unofficial port of the dillo browser to use the GTK-2 libraries instead of gtk-1.2. The dillo developers chose to port dillo to use fltk which can be problematic or undesirable for some folks. I found two old patches where dillo had been ported to use GTK-2. the oldest one was for dillo-0.6.6. The later version I have used here was for dillo CVS version 20031009. It still did not work 100% correctly so I fixed the compile problem with configure.ac. this: CPPFLAGS="$CPPFLAGS $GTK_CFLAGS -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED" was changed to this: CPPFLAGS="$CPPFLAGS $GTK_CFLAGS" to allow it to compile. I also applied a semi-critical change which came into the official code for dillo-0.8.4 -an overflow problem in table colspan handling. I also include the dpidc script which was missing. All changes are in the patches found here. I have done some work towards porting the last dillo-0.8.6 version to use gtk2. This is complicated because of using the dillo-i18n-misc patch which adds tabbed browsing and many other really useful features. Anyone interested in doing further work on that later port should contact me at the email adress above. The world is still waiting for a really nice lightweight browser...