exmh with Dillo Browser
Peter <[email protected]>
| Newsgroups | gmane.mail.exmh.user |
|---|---|
| Message-ID | <[email protected]> |
I reported recently that for me to use the very fast browser dillo with exmh I
had to apply a wrapper to take out the 'localhost' from the uri.
Now, Jorge Arellano Cid, the project maintainer and core developer for dillo
gave me a patch which when applied then there is no further need for the
wrapper.
The patch:
/* Skip "localhost" */
if (!g_strncasecmp(str, "//localhost/", 12))
str += 11;
put it into the file /usr/local/dillo-8.6/dpi/file.c
between the line that says:
str += 5;
and the one that says:
/* Skip slashes */
Then within the dpi directory
dpidc stop
make
make install-strip
Now my Preferences-WWW-Netscape command just reads: dillo $xuri
The beauty of dillo among others is that it pops up instantly.
Regards
--
Peter