MozPlugger 1.14.0 cannot open a .doc file (Microsoft Word format) embedded file in HTML. I’m currently using the latest stable version of Seamonkey 2.0.12 and abiword 2.8.6. Whenever I click in any doc link, mozplugger starts abiword outside the seamonkey browser and opens “Untitled1” blank sheet rather than the actual file I want to read. If I try to view the same embedded file using Google Docs, it works perfectly. Mozplugger can handle other file format perfectly such as PDF and .xls (Microsoft Excel format) perfectly and open any link within/inside the seamonkey browser using gnumeric 1.10.12 and epdfviewer 0.1.7. I checked mozplugger configuration file located in /etc/mozpluggerrc
application/pdf:pdf:PDF file
application/x-pdf:pdf:PDF file
text/pdf:pdf:PDF file
text/x-pdf:pdf:PDF file
ACROREAD()
repeat noisy swallow(kpdf) fill: kpdf "$file"
repeat noisy swallow(Xpdf) fill: xpdf -g +9000+9000 "$file"
repeat noisy swallow(okular) fill: okular "$file"
repeat noisy swallow(epdfview) fill: epdfview "$file"
GV()
repeat noisy fill exits: evince "$file"
application/x-dvi:dvi:DVI file
repeat swallow(kdvi) fill: kdvi "$file"
repeat swallow(xdvi) fill: xdvi -safer -hush -geometry +9000+9000 "$file"
application/x-postscript:ps:PostScript file
application/postscript:ps:PostScript file
GV()
repeat noisy fill exits: evince "$file"
application/x-rtf:rtf:Rich Text Format
application/rtf:rtf:Rich Text Format
text/rtf:rtf:Rich Text Format
OO()
repeat noisy swallow(AbiWord) fill: abiword --nosplash --geometry +9000+9000 "$file"
repeat noisy swallow(kword): kword "$file"
repeat noisy swallow(Ted) fill: Ted "$file"
application/x-msword:doc,dot:Microsoft Word Document
application/msword:doc,dot:Microsoft Word Document
OO()
repeat noisy swallow(kword): kword "$file"
repeat noisy swallow(AbiWord) fill: abiword --nosplash --geometry +9000+9000 "$file"
application/vnd.ms-excel:xls,xlb:Microsoft Excel Document
OO()
repeat swallow(Gnumeric) fill: gnumeric "$file"
I don’t know how to fix this minor bug with mozplugger and I would appreciate if some one will help me from the forum. Thanks