Hi Recently the debian-installer, Debian's installation system, went graphical [1]: a GTK frontend was developed and to keep the instalation ISO as small as possible, so that runs even on low-mem systems, we choosed the DirectFrameBuffer [2] GTK backend (that has recently become part of GTK mainline to replace the old linux-fb). As the DFB backend allows multiple applications to render on the same VT, i was investigating about intergrating a web browser into the debian-installer so that the user is able to browse the installation manual while installing. As we need a very small and non X11-tied browser, dillo looks perfect for our purpose, but, as dillo is based on GTK 1.x, it's currently not possible running it on a GTKDFB system. I was wondering how hard would it be porting Dillo to GTK+, so that we can use it into our installer? Also, having dillo running on top of GTKDFB, would make it a very good solution for embedded applications. friendly Attilio Fiandrotti [1] http://wiki.debian.org/DebianInstaller/GUI [2] http://www.directfb.org/wiki/index.php/Projects:GTK_on_DirectFB