And take a look at this:
~$ see --debug=10 elen7b.doc - parsing parameter "elen7b.doc"
 - Reading mime.types file "/home/emil/.mime.types"...
 - Reading mime.types file "/etc/mime.types"...
 - extension "doc" maps to mime-type "application/msword"
 - Reading mailcap file "/home/emil/.mailcap"...
 - Reading mailcap file "/etc/mailcap"...
Processing file "elen7b.doc" of type "application/msword" (encoding=none)...
 - checking mailcap entry "application/msword; wvMime '%s'; copiousoutput; 
description=Microsoft Word Document; test=test -n "$DISPLAY"; print=wvWare --nographics 
-x /usr/share/wv/wvHtml.xml '%s' | lynx -dump -force_html -nolist /dev/stdin | print 
text/plain:-"
 - program to execute: wvMime '%s'
 - running test: test -n "$DISPLAY"  (result=0=true)
 - executing: wvMime 'elen7b.doc' | /usr/bin/see --action=view text/plain:-

Some package other than mime-support has installed this rule.  Try

  grep wvMime /usr/lib/mime/packages/*

Then reassign this bug against that package.


And I dont have crappy lynx. Why the hell it is trying to use not installed
programs for displaying this *.doc

It shouldn't be calling lynx.  It should instead pipe it to

        print text/html:-

and let that rule determine how to convert text/html to text/plain for printing.

                                          Brian
                                  ( [EMAIL PROTECTED] )

-------------------------------------------------------------------------------
A bend in the road is not the end of the road unless you fail to make the turn.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to