#723615 dillo: mailcap for image/png,gif,jpeg

Package:
dillo
Source:
dillo
Description:
Small and fast web browser
Submitter:
Kevin Ryde
Date:
2014-06-30 22:11:45 UTC
Severity:
wishlist
#723615#5
Date:
2013-09-17 22:48:37 UTC
From:
To:
As a suggestion, dillo could helpfully have /etc/mailcap entries for
image/gif, image/png and image/jpeg since it can display those.  Various
other browsers such as iceape have such entries.  Perhaps something like
the debian/mime file below (to become /usr/lib/mime/packages/dillo).

Currently update-mime crunches /usr/share/applications/dillo.desktop
"MimeType" into an /etc/mailcap entry

    text/xml; dillo %s; test=test -n "$DISPLAY"

Is this generic XML?  Does dillo do anything with that, or does text/xml
mean xhtml?  If so then an entry for that in this mime file, or if not
then maybe dillo.desktop would be reduced.

#723615#10
Date:
2013-09-18 10:48:47 UTC
From:
To:
I wrote:

Oops, the %s should be quoted.
(run-mailcap defends against shell chars but not against spaces.)