Your message dated Fri, 4 Oct 2013 09:02:13 +0100
with message-id <[email protected]>
and subject line 
has caused the Debian Bug report #658139,
regarding missing mime entry
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
658139: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658139
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: evince
Severity: important
Tags: patch

Hi,

several programs (for instance see, mc) are regarding mime entries
in mailcap file and can not find a PDF viewer in case only evince is
installed.  This ends up in something like:


$ see test.pdf 
Error: no "view" mailcap rules found for type "application/pdf"


I set this to important because this is somehow breaking the usual
functionality of those programs.  The following patch will fix this:

diff -Nru /dev/null evince-3.2.1/debian/evince.mime
--- /dev/null
+++ evince-3.2.1/debian/evince.mime
@@ -0,0 +1,2 @@
+application/pdf; /usr/bin/evince %s; test=test "$DISPLAY" != ""; 
description=Portable Document Format; nametemplate=%s.pdf; priority=6
+application/x-pdf; /usr/bin/evince %s; test=test "$DISPLAY" != ""; 
description=Portable Document Format; nametemplate=%s.pdf; priority=6


Kind regards and thanks for maintaining evince

      Andreas.


-- System Information:
Debian Release: 6.0.4
Architecture: i386 (i686)

Kernel: Linux 2.6.36-xenU-4814-i386 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



--- End Message ---
--- Begin Message ---
Looks like this actually does work now thanks to mime-support > 3.53. In
theory, a reccommends or depends would make this bug actually
technically correct, but as long as it works, which it seems to, I'm
happy.

Sorry for the noise!

Neil
-- 

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to