Quote:
Originally Posted by Maes
After rebooting firefox (OSX 10.6) after installing the add-on I get asked to run this in terminal:
chmod a+x /Users/luc/Library/Application\ Support/Firefox/Profiles/d8vw6mmg.Default User/extensions/Plus7Fox@forboden.com/rtmpdump/*
But when I do I get this error:
chmod: /Users/luc/Library/Application Support/Firefox/Profiles/d8vw6mmg.Default: No such file or directory
chmod: User/extensions/Plus7Fox@forboden.com/rtmpdump/*: No such file or directory
|
I don't have a Mac, but I think I can see where the error is:
Code:
chmod a+x /Users/luc/Library/Application\ Support/Firefox/Profiles/d8vw6mmg.Default User/extensions/Plus7Fox@forboden.com/rtmpdump/*
looks like it should be:
Code:
chmod a+x /Users/luc/Library/Application\ Support/Firefox/Profiles/d8vw6mmg.Default\ User/extensions/Plus7Fox@forboden.com/rtmpdump/*
Note the slash+space between "Default" and "User"?
