LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   9.3, Firefox and Adobe Reader Pathing Problem (https://www.linuxquestions.org/questions/suse-opensuse-60/9-3-firefox-and-adobe-reader-pathing-problem-488457/)

bmk 10-01-2006 08:45 AM

9.3, Firefox and Adobe Reader Pathing Problem
 
I'm running 9.3 and have no problems reading .pdf's online in Firefox...until recently. Got back from 3 weeks of vacation and Suse Watcher said there were security updates available, so away we go. The one time I'm in a hurry and don't pay close attention to the updates is, of course, the time it comes back and bites me in the butt. The only update that sticks in my head from the group was a kernal update. All seems to go well and I do a system restart when done. But now...pdf's won't open in Firefox. All I get is a window that says, "Could not launch Adobe Reader 7.0. Please make sure it exists in PATH variable in the environment. If the problem persists, please reinstall the application."

I'd really rather not reinstall if I don't have to. Being newish to Linux, where should I be looking for the pathing and what should it say? I checked the "about: plugins" in Firefox and it's still showing the plugin installed. And .pdf's work just fine in Konqueror, but I like using 'fox. I'd like to know what update ate my pathing, but that's probably an existential question my curiosity will have to deal with unanswered.

bmk

MassDosage 10-02-2006 04:43 AM

Sounds strange that an update would mess with your paths like this. If you type "acroread" from a command line does it open Acrobat Reader? If so, what output does "which acroread" give you? This should give some clues as to where acroread is installed and then hopefully we can tell if you need to add a path to your PATH environment variable or if something else is going wrong...

In Firefox, if you go to Edit->Preferences->View and Edit Actions, and then Click on the action for PDF and click "Change Action", what radio button is selected here and what value does it have?

bmk 10-02-2006 08:09 AM

Thanks for replying! Yes, "acroread" from the commmand line opens the Adobe Reader and "which acroread" gives back "/usr/X11R6/bin/acroread". When I go into "View and Edit Actions" and hit "Change", the .pdf button ticked is, "Use this plugin: Adobe Reader 7.0".

I know an update changing the pathing is weird, but after 3 weeks of the computer being off, followed by playing a couple of games of "Konquest" and going up on-line to dump a wad of email, the only other action taken prior to Adobe not working was downloading 3 weeks of accumulated security updates including the kernal update. Arrrggh!

Okay...that's just weird. I just changed the preference for .pdf's to "Save to Disk" and now when I open the "View and Edit Actions", the only filetype shown is .swf. Now I'm really confused.

bmk

MassDosage 10-02-2006 08:18 AM

Err... so you are saying that firefox now shows no other file types than shockwave and has completely forgotten your PDF settings? Odd? What I was going to suggest was to try put the path to acroread into firefox for PDF files and have it use that command to open them. Maybe you can add a new file type for pdf and try that? Use the full path to acroread that you got using the which command...

bmk 10-02-2006 09:06 AM

Yup. Shockwave only, .pdf is now not showing up at all. I finally found a Mozilla bug report (#308204) with the heady name of "Null description in helper version info leaves Download Actions blank". It seems to be a fairly common problem (though I haven't found anything matching my original problem). I went into "about: config" and toggled "browser.download.hide_plugins_without_extensions" to false (per recommendation in the bug report) and Adobe is at least showing up again in the "view and edit" but only as an .fdf viewer. sigh... The other fix suggested was to go into the profile manger and delete the file "mimetypes.rdf". Supposedly, it resets to the defaults when the application is used again. Double arrgggh.

bmk

MassDosage 10-02-2006 09:11 AM

Aaargh indeed. I guess you're going to have to try remove that rdf file if that's what they recommend. Another option would be a new install of Firefox :(

bmk 10-02-2006 01:09 PM

This has been more than a little strange. Long story short(er), tried deleting the "mimetypes" file--no joy. Tried opening up several .pdf's and it claimed they were downloading, but I can't find them anywhere, so at this point, I couldn't even download a .pdf and read it elsewhere. Went back into the "about: config" and found, "pref.downloads.disable_button.edit_actions" with an odd-looking string in it so I reset it to default. Now, .pdf shows up in the "View and Edit" tab again, but I'm still getting the yucky pathing message. Out of curiosity, what does it say in your "mimetypes.rdf" file for .pdf? P'raps I can type it in there and get it to work that way. At least I can right-click .pdf's now and save them to the bin for viewing.

Thanks again for the help. I'm feeling a little like Alice in Wonderland here and it's nice to know there's someone sane out there.

bmk ("We're all mad here; I'm mad. You're mad...."-The Cheshire Cat)

MassDosage 10-03-2006 02:18 AM

What version of firefox are you running? I don't have a mimetypes.rdf file. Where does yours live?

bmk 10-03-2006 07:45 AM

I'm running 1.5.0.7. The easiest way for me to find it (YMMV) was going via the GUI through my bin to the Mozilla folder, into the Firefox folder and then into my profile folder. I'm sure there's an easier way to find it via the command line, but I'm ignorant. Ah! Just rechecked and the correct title of the file is "mimeTypes.rdf" with the small "m" and capital "T".

bmk

MassDosage 10-03-2006 09:02 AM

OK, I found it now. To find files quickly from the command line you can use locate (if you have it installed) like so

locate mimeTypes.rdf

and that should list all the place on the file system that the file can be found. My .rdf file contained quite a few mentions of PDF so I thought I might as well include the whole thing here and you can take the relevant bits out.

Here it is in all its glory:

Code:

<?xml version="1.0"?>
<RDF:RDF xmlns:NC="http://home.netscape.com/NC-rdf#"
        xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <RDF:Description RDF:about="urn:mimetype:externalApplication:application/vnd.sun.xml.writer"
                  NC:prettyName=""
                  NC:path="" />
  <RDF:Description RDF:about="urn:mimetype:externalApplication:application/x-debian-package"
                  NC:prettyName=""
                  NC:path="" />
  <RDF:Description RDF:about="urn:mimetype:externalApplication:application/vnd.ms-powerpoint"
                  NC:prettyName=""
                  NC:path="" />
  <RDF:Description RDF:about="urn:mimetype:externalApplication:application/x-msdownload"
                  NC:prettyName=""
                  NC:path="" />
  <RDF:Description RDF:about="urn:mimetype:handler:application/x-debian-package"
                  NC:alwaysAsk="true"
                  NC:saveToDisk="true">
    <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/x-debian-package"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:audio/x-pn-realaudio"
                  NC:value="audio/x-pn-realaudio"
                  NC:editable="true"
                  NC:description="">
    <NC:fileExtensions>rmm</NC:fileExtensions>
    <NC:fileExtensions>ram</NC:fileExtensions>
    <NC:handlerProp RDF:resource="urn:mimetype:handler:audio/x-pn-realaudio"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:handler:audio/x-m4a"
                  NC:alwaysAsk="true"
                  NC:saveToDisk="true">
    <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:audio/x-m4a"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:application/pdf"
                  NC:fileExtensions="pdf"
                  NC:description="PDF document"
                  NC:value="application/pdf"
                  NC:editable="true">
    <NC:handlerProp RDF:resource="urn:mimetype:handler:application/pdf"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:handler:application/x-gzip"
                  NC:alwaysAsk="true"
                  NC:saveToDisk="true">
    <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/x-gzip"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:application/xml-dtd"
                  NC:value="application/xml-dtd"
                  NC:editable="true"
                  NC:fileExtensions="dtd"
                  NC:description="">
    <NC:handlerProp RDF:resource="urn:mimetype:handler:application/xml-dtd"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:externalApplication:application/pdf"
                  NC:prettyName=""
                  NC:path="" />
  <RDF:Description RDF:about="urn:mimetype:externalApplication:application/x-gzip"
                  NC:prettyName=""
                  NC:path="" />
  <RDF:Description RDF:about="urn:mimetype:handler:application/vnd.ms-excel"
                  NC:alwaysAsk="true"
                  NC:saveToDisk="false"
                  NC:useSystemDefault="false"
                  NC:handleInternal="false">
    <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/vnd.ms-excel"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:application/x-msdownload"
                  NC:value="application/x-msdownload"
                  NC:editable="true"
                  NC:fileExtensions="exe"
                  NC:description="DOS/Windows program">
    <NC:handlerProp RDF:resource="urn:mimetype:handler:application/x-msdownload"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:application/msword"
                  NC:description=""
                  NC:value="application/msword"
                  NC:editable="true">
    <NC:fileExtensions>doc</NC:fileExtensions>
    <NC:fileExtensions>dot</NC:fileExtensions>
    <NC:fileExtensions>wrd</NC:fileExtensions>
    <NC:handlerProp RDF:resource="urn:mimetype:handler:application/msword"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:handler:application/binary"
                  NC:alwaysAsk="true"
                  NC:saveToDisk="false"
                  NC:useSystemDefault="false"
                  NC:handleInternal="false">
    <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/binary"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:handler:application/x-tar"
                  NC:alwaysAsk="true"
                  NC:saveToDisk="true">
    <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/x-tar"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:application/vnd.ms-powerpoint"
                  NC:description=""
                  NC:value="application/vnd.ms-powerpoint"
                  NC:editable="true">
    <NC:handlerProp RDF:resource="urn:mimetype:handler:application/vnd.ms-powerpoint"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:handler:application/vnd.ms-powerpoint"
                  NC:alwaysAsk="true"
                  NC:saveToDisk="true"
                  NC:useSystemDefault="false">
    <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/vnd.ms-powerpoint"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:audio/mpeg"
                  NC:description="MP3 audio"
                  NC:value="audio/mpeg"
                  NC:editable="true">
    <NC:fileExtensions>mp3</NC:fileExtensions>
    <NC:fileExtensions>mpga</NC:fileExtensions>
    <NC:fileExtensions>mp2</NC:fileExtensions>
    <NC:handlerProp RDF:resource="urn:mimetype:handler:audio/mpeg"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:handler:audio/mpeg"
                  NC:alwaysAsk="true"
                  NC:saveToDisk="true"
                  NC:useSystemDefault="false">
    <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:audio/mpeg"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:handler:audio/midi"
                  NC:alwaysAsk="true"
                  NC:saveToDisk="false"
                  NC:useSystemDefault="false"
                  NC:handleInternal="false">
    <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:audio/midi"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:handler:application/x-msdownload"
                  NC:alwaysAsk="true"
                  NC:saveToDisk="true">
    <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/x-msdownload"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:externalApplication:video/x-ms-wmv"
                  NC:prettyName=""
                  NC:path="" />
  <RDF:Description RDF:about="urn:mimetype:application/binary"
                  NC:value="application/binary"
                  NC:editable="true"
                  NC:fileExtensions="sql"
                  NC:description="">
    <NC:handlerProp RDF:resource="urn:mimetype:handler:application/binary"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:externalApplication:application/binary"
                  NC:path="/opt/kde3/bin/kate"
                  NC:prettyName="kate" />
  <RDF:Description RDF:about="urn:mimetype:application/x-debian-package"
                  NC:value="application/x-debian-package"
                  NC:editable="true"
                  NC:description="Debian GNU/Linux Package">
    <NC:fileExtensions>deb</NC:fileExtensions>
    <NC:fileExtensions>udeb</NC:fileExtensions>
    <NC:handlerProp RDF:resource="urn:mimetype:handler:application/x-debian-package"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:externalApplication:x-application/pdf"
                  NC:prettyName=""
                  NC:path="" />
  <RDF:Description RDF:about="urn:mimetype:handler:application/pdf"
                  NC:alwaysAsk="true"
                  NC:saveToDisk="true"
                  NC:useSystemDefault="false">
    <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/pdf"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:externalApplication:audio/mpeg"
                  NC:prettyName=""
                  NC:path="" />
  <RDF:Description RDF:about="urn:mimetype:externalApplication:application/x-tar"
                  NC:prettyName=""
                  NC:path="" />
  <RDF:Description RDF:about="urn:mimetype:externalApplication:application/msword"
                  NC:path="/opt/openoffice.org2.0/program/soffice"
                  NC:prettyName="soffice" />
  <RDF:Description RDF:about="urn:mimetype:externalApplication:video/x-ms-asf"
                  NC:prettyName=""
                  NC:path="" />
  <RDF:Description RDF:about="urn:mimetype:handler:x-application/pdf"
                  NC:alwaysAsk="true"
                  NC:useSystemDefault="true"
                  NC:saveToDisk="false">
    <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:x-application/pdf"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:externalApplication:audio/x-pn-realaudio"
                  NC:prettyName=""
                  NC:path="" />
  <RDF:Description RDF:about="urn:mimetype:application/vnd.sun.xml.writer"
                  NC:value="application/vnd.sun.xml.writer"
                  NC:editable="true"
                  NC:fileExtensions="sxw"
                  NC:description="">
    <NC:handlerProp RDF:resource="urn:mimetype:handler:application/vnd.sun.xml.writer"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:externalApplication:application/xml-dtd"
                  NC:path="/opt/kde3/bin/kate"
                  NC:prettyName="kate" />
  <RDF:Description RDF:about="urn:mimetype:handler:video/x-ms-asf"
                  NC:alwaysAsk="true"
                  NC:saveToDisk="true">
    <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:video/x-ms-asf"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:handler:video/x-ms-wmv"
                  NC:alwaysAsk="true"
                  NC:saveToDisk="true">
    <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:video/x-ms-wmv"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:externalApplication:javascript/x-javascript"
                  NC:path="/opt/kde3/bin/kate"
                  NC:prettyName="kate" />
  <RDF:Description RDF:about="urn:mimetype:handler:application/xml-dtd"
                  NC:alwaysAsk="true"
                  NC:saveToDisk="false"
                  NC:useSystemDefault="false"
                  NC:handleInternal="false">
    <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/xml-dtd"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:handler:javascript/x-javascript"
                  NC:alwaysAsk="true"
                  NC:saveToDisk="false"
                  NC:useSystemDefault="false"
                  NC:handleInternal="false">
    <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:javascript/x-javascript"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:handler:application/vnd.sun.xml.writer"
                  NC:alwaysAsk="true"
                  NC:saveToDisk="true">
    <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/vnd.sun.xml.writer"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:application/x-gzip"
                  NC:value="application/x-gzip"
                  NC:editable="true"
                  NC:fileExtensions="gz"
                  NC:description="">
    <NC:handlerProp RDF:resource="urn:mimetype:handler:application/x-gzip"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:application/vnd.ms-excel"
                  NC:description=""
                  NC:value="application/vnd.ms-excel"
                  NC:editable="true">
    <NC:handlerProp RDF:resource="urn:mimetype:handler:application/vnd.ms-excel"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:javascript/x-javascript"
                  NC:value="javascript/x-javascript"
                  NC:editable="true"
                  NC:fileExtensions="jsp"
                  NC:description="">
    <NC:handlerProp RDF:resource="urn:mimetype:handler:javascript/x-javascript"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:x-application/pdf"
                  NC:fileExtensions="pdf"
                  NC:description="PDF document"
                  NC:value="x-application/pdf"
                  NC:editable="true">
    <NC:handlerProp RDF:resource="urn:mimetype:handler:x-application/pdf"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:audio/x-m4a"
                  NC:value="audio/x-m4a"
                  NC:editable="true"
                  NC:fileExtensions="m4a"
                  NC:description="AAC Audio">
    <NC:handlerProp RDF:resource="urn:mimetype:handler:audio/x-m4a"/>
  </RDF:Description>
  <RDF:Seq RDF:about="urn:mimetypes:root">
    <RDF:li RDF:resource="urn:mimetype:application/x-tar"/>
    <RDF:li RDF:resource="urn:mimetype:application/x-gzip"/>
    <RDF:li RDF:resource="urn:mimetype:application/pdf"/>
    <RDF:li RDF:resource="urn:mimetype:video/x-ms-wmv"/>
    <RDF:li RDF:resource="urn:mimetype:application/xml-dtd"/>
    <RDF:li RDF:resource="urn:mimetype:javascript/x-javascript"/>
    <RDF:li RDF:resource="urn:mimetype:audio/x-pn-realaudio"/>
    <RDF:li RDF:resource="urn:mimetype:video/x-ms-asf"/>
    <RDF:li RDF:resource="urn:mimetype:application/msword"/>
    <RDF:li RDF:resource="urn:mimetype:application/vnd.sun.xml.writer"/>
    <RDF:li RDF:resource="urn:mimetype:application/binary"/>
    <RDF:li RDF:resource="urn:mimetype:application/x-msdownload"/>
    <RDF:li RDF:resource="urn:mimetype:application/vnd.ms-excel"/>
    <RDF:li RDF:resource="urn:mimetype:application/vnd.ms-powerpoint"/>
    <RDF:li RDF:resource="urn:mimetype:x-application/pdf"/>
    <RDF:li RDF:resource="urn:mimetype:audio/mpeg"/>
    <RDF:li RDF:resource="urn:mimetype:audio/midi"/>
    <RDF:li RDF:resource="urn:mimetype:audio/x-m4a"/>
    <RDF:li RDF:resource="urn:mimetype:application/x-debian-package"/>
  </RDF:Seq>
  <RDF:Description RDF:about="urn:mimetype:externalApplication:audio/midi"
                  NC:path="/opt/kde3/bin/kaffeine"
                  NC:prettyName="kaffeine" />
  <RDF:Description RDF:about="urn:mimetype:audio/midi"
                  NC:description=""
                  NC:value="audio/midi"
                  NC:editable="true">
    <NC:fileExtensions>mid</NC:fileExtensions>
    <NC:fileExtensions>midi</NC:fileExtensions>
    <NC:fileExtensions>kar</NC:fileExtensions>
    <NC:handlerProp RDF:resource="urn:mimetype:handler:audio/midi"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:externalApplication:application/vnd.ms-excel"
                  NC:path="/opt/openoffice.org2.0/program/soffice"
                  NC:prettyName="soffice" />
  <RDF:Description RDF:about="urn:mimetype:externalApplication:audio/x-m4a"
                  NC:prettyName=""
                  NC:path="" />
  <RDF:Description RDF:about="urn:mimetype:video/x-ms-asf"
                  NC:value="video/x-ms-asf"
                  NC:editable="true"
                  NC:description="">
    <NC:handlerProp RDF:resource="urn:mimetype:handler:video/x-ms-asf"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetypes">
    <NC:MIME-types RDF:resource="urn:mimetypes:root"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:video/x-ms-wmv"
                  NC:value="video/x-ms-wmv"
                  NC:editable="true"
                  NC:description="">
    <NC:handlerProp RDF:resource="urn:mimetype:handler:video/x-ms-wmv"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:handler:audio/x-pn-realaudio"
                  NC:alwaysAsk="true"
                  NC:saveToDisk="true">
    <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:audio/x-pn-realaudio"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:application/x-tar"
                  NC:value="application/x-tar"
                  NC:editable="true"
                  NC:fileExtensions="tar"
                  NC:description="">
    <NC:handlerProp RDF:resource="urn:mimetype:handler:application/x-tar"/>
  </RDF:Description>
  <RDF:Description RDF:about="urn:mimetype:handler:application/msword"
                  NC:handleInternal="false"
                  NC:alwaysAsk="true"
                  NC:saveToDisk="true"
                  NC:useSystemDefault="false">
    <NC:externalApplication RDF:resource="urn:mimetype:externalApplication:application/msword"/>
  </RDF:Description>
</RDF:RDF>


bmk 10-03-2006 09:39 AM

Thank you very much, indeed! No luck with "locate", unfortunately--must not be installed. I tried doing some cut and pastage, but no luck there either. I have a feeling I'm doomed to reinstall and migrate....

Thank you again for all the help and for putting up with a newbie! The help has been *greatly* appreciated.

bmk

MassDosage 10-03-2006 10:29 AM

No worries, glad to be of some use, pity that we couldn't find a nice solution to this.

A fresh install of Firefox shouldn't be such an issue. If you backup the contents of your profile (i.e. the whole .mozilla folder in your home directory) and then install Firefox it should remember all your settings (bookmarks, extensions etc) and you shouldn't have to migrate anything. This of course might cause a problem where it keeps that mimeTypes file between installs, in which case you could backup the .mozilla folder, then delete it, install firefox anew, and then selectively copy stuff (e.g. everything except the mimeTypes.rdf file) from your old profile into the new one it creates.

bmk 10-03-2006 10:42 AM

Good idea on the backups. I'm going to poke about a bit more (I don't think I can screw it up any worse than it already is), but again, thanks for all the help.

bmk

bmk 10-03-2006 12:24 PM

Last question(s) for anyone still perusing this saga:

In dir /opt/MozillaFirefox/lib/plugins, I show for Adobe:

lrwxrwxrwx 1 root root 51 2005-08-15 12:35 nppdf.so-> /usr/X11R6/lib/Acroba t7/Browser/intellinux/nppdf.so

Under dir /usr/lib/browser-plugins, I have:

lrwxrwxrwx 1 root root 52 2006-07-02 19:24 nppdf.so -> ../../X11R6/lib/Acrobat7/Browser/i ntellinux/nppdf.so

Do both of those look copacetic? Am I doomed to reinstall? Will I get untied from the railroad tracks in time???!?

Stay tuned to our next exciting adventure of...sorry. Got carried away, but on the upside I'm learning stuff and that, in itself, is cool.

bmk


All times are GMT -5. The time now is 10:12 AM.