Hey William,
That's rather weird, I can't really work out what's happening. You didn't change your commands.xml file, by any chance?
Let me give you a few things to try and report the results back to me, it should make the diagnosis easier.
1) Check whether it's a general problem or tied to double-click only
Instead of double clicking the file you want to open, just highlight it and press enter. If it works, the problem is with double-clicking.
2) Make sure that the open command works
Identify a file that you wish to open, say the PDF file you were talking about earlier. For the purpose of the discussion let's say it's located in ~/Documents/MyPdf.pdf
Open your terminal and type in open ~/Documents/MyPdf.pdf
In theory, that should open your PDF with either Preview or Adobe Reader, depending on how your system is configured. If that doesn't happen, you're stuck: something is seriously wrong with your system and I can't really fix it for you.
3) Make sure muCommander is properly configured
This is a bit hackish, so bear with me.
Go to ~/Library/Preferences/muCommander and create a file called commands.xml.
Put the following content in it:
- Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<commands>
<command alias="open" value="open $f"/>
</commands>
Restart muCommander and check whether the problem was solved.
Could you try these steps and let me know what happens?
Cheers,
Nicolas