On Wed, 2005-09-14 at 11:47 +0200, Guillaume Desmottes wrote: > Le mardi 13 septembre 2005 à 12:13 +0200, Reinout van Schouwen a écrit : > > It's not bookmarks sharing, unfortunately[1]. > > It will discover and list link-local (Rendez-vous, Bonjour, Zeroconf, > > whatever) websites, using gnome-vfs. gnome-vfs needs to be compiled with > > Howl support. > > > Does it work with Ubuntu Breezy package?
Sadly not, as gnome-vfs is compiled without howl support (due to licensing issues). However it is fairly easy to re-build it with howl support: $ sudo apt-get install build-essential libhowl-dev fakeroot $ sudo apt-get build-dep gnome-vfs2 $ apt-get source gnome-vfs2 $ cd gnome-vfs2-2.12.0 Then edit debian/rules to remove the "--disable-howl". Finally $ fakeroot dpkg-buildpackage $ sudo dpkg -i ../libgnomevfs2-0_2.12.0-0ubuntu1_i386.deb HTH Crispin _______________________________________________ epiphany-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/epiphany-list
