View Single Post
  #414  
Old 02-06-2011, 10:06 PM
Anywho Anywho is offline
Batch File Basher
 
Join Date: Jul 2010
Posts: 204
Anywho is on a distinguished road
Default

Re: How to use iView (ABC Australia) downloaders


Quote:
Originally Posted by Maes View Post
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"?
Reply With Quote