Announcement

Collapse
No announcement yet.

DjVuLibre question

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    DjVuLibre question

    For some reason, I cannot get my DjVuLibre3.5.19 plugin to show in the list of plugins when I do the aboutlugins command in firefox.
    My firefox is located in /usr/lib firefox. See below:
    which firefox
    /usr/bin/firefox
    ls -al /usr/bin/firefox
    lrwxrwxrwx 1 root root 22 2008-01-22 09:07 /usr/bin/firefox -> ../lib/firefox/firefox

    I did: sudo apt-get install djview4 djvulibre-bin djvulibre-plugin djvuserve
    cd /usr/lib/firefox/plugins
    ln -s /usr/lib/netscape/plugins-libc6/nsdejavu.so .

    Here is my ls -al output in /usr/lib/netscape/plugins-libc6/ directory:
    -rw-r--r-- 1 root root 36632 2007-05-18 06:55 nsdejavu.so
    And here is the ls -al output from the /usr/lib/firefox/plugins/ directory:
    lrwxrwxrwx 1 root root 43 2008-01-23 09:27 nsdejavu.so -> /usr/lib/netscape/plugins-libc6/nsdejavu.so
    Any suggestions to enable this plugin?
    Thanks

    #2
    Re: DjVuLibre question

    Ok, a good friend of mine found the answer for me in https://bugs.launchpad.net/ubuntu/+s...bre/+bug/68766
    I added alias firefox='LD_PRELOAD=/usr/lib/libXt.so.6.0.0 firefox' to my .bashrc file and now everything works fine.
    Hope this helps someone else.

    Comment


      #3
      Re: DjVuLibre question

      There as one other installation I had to do to get this to work.
      apt-get install kviewshell

      Comment

      Working...
      X