Public bug reported:

Binary package hint: mozplugger

I was playing with mozplugger and  I was wondering why it is opening PDF
files in xpdf, when okular is installed. The reason is that PDF files
are handled according to this part:

text/x-pdf:pdf:PDF file       
        ACROREAD()            
        repeat noisy swallow(evince) fill: evince "$file"
        repeat noisy swallow(kpdf) fill: kpdf "$file"    
        repeat noisy swallow(Xpdf) fill: xpdf -g +9000+9000 "$file"
        GV()                                                       

kpdf is no longer available in kubuntu 8.10, if you simply change kpdf
to okular, it works as expected :-). Here is my new config:

text/x-pdf:pdf:PDF file       
        ACROREAD()            
        repeat noisy swallow(evince) fill: evince "$file"
        repeat noisy swallow(okular) fill: okular "$file"    
        repeat noisy swallow(Xpdf) fill: xpdf -g +9000+9000 "$file"
        GV()     


mozplugger:
  Installed: 1.10.2-2ubuntu1
  Candidate: 1.10.2-2ubuntu1
  Version table:
 *** 1.10.2-2ubuntu1 0
        500 http://sk.archive.ubuntu.com intrepid/universe Packages
        100 /var/lib/dpkg/status

** Affects: mozplugger (Ubuntu)
     Importance: Undecided
         Status: New

-- 
[8.10] mozplugger has kpdf in /etc/mozpluggerrc, which is no longer available
https://bugs.launchpad.net/bugs/303623
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to