Changes between Version 23 and Version 24 of Plugins


Ignore:
Timestamp:
Nov 25, 2006 1:01:47 PM (6 years ago)
Author:
imi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Plugins

    v23 v24  
    2222== FAQ == 
    2323 
    24 Don't know if this is the right place but didn't find a place to ask questions about this plugins so thought I could open a small space here... remove me if you don't agree. 
     24Q: '''Plugin osmarender need access to Firefox.''' 
    2525 
    26 1. How do I set the Firefox path in Mac OS X? 
     26A1 (MacOSX): To set the Firefox path in Mac OS X, open a terminal, edit ~/.profile with vim and add the following line or modify if already existing. (You might logout for changes to take effect) 
    2727 
    28 Tried to add /Applications/Firefox.app in the dialog box but this didn't work. 
     28{{{ 
     29export PATH=$PATH:/Applications/Firefox.app/Contents/MacOS/firefox 
     30}}} 
    2931 
    30 open a terminal 
    31  
    32 edit ~/.profile with vim 
    33 and add the following line 
    34 or modify if already existing 
    35  
    36 export PATH=$PATH:/Applications/Firefox.app/Contents/MacOS/firefox 
    37  
    38 You might logout for changes to take effect 
     32A2: Specify the whole firefox executable path in the preferences file under key {{{osmarender.firefox}}}