<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
 </head><body style="">
 
 
  <div>
   On 24 January 2013 at 18:35 Pierre Massat &#60;pimassat@gmail.com&#62; wrote:
  </div> 
  <div style="position: relative;"> 
   <blockquote style="margin-left: 0px; padding-left: 10px; border-left: solid 1px blue;" type="cite">
    Hi,
    <br/>
    <br/>I&#39;m trying to get Pd to run at startup. I&#39;ve put the command in /etc/rc.local.
    <br/>Everything works fine, except that Pd seems to be unable to search the paths I specified (either in .pdsettings or directly in the command line). I&#39;m trying to use a patch with the reverb described in the audio examples (G.08 I think), and there&#39;s an abstraction in it which lives in 3.audio.examples. 
    <br/> Every time I boot Pd starts all right, but I get errors because it can&#39;t create the abstraction.
    <br/>
    <br/>It&#39;s a bit weird because the very same command works like a charm once i&#39;ve logged in.
    <br/>
    <br/>
   </blockquote> Make sure all paths are absolute, and not relative to a tilde (user home) and point
  </div> 
  <div style="position: relative;">
   to world readable directories.
   <br/>Starting via rc.local will mean the application is launched as root, and since there
  </div> 
  <div style="position: relative;">
   is no login shell and cwd associated at the time it is launched the paths you
  </div> 
  <div style="position: relative;">
   specify when logged in probably make no sense.
  </div>
 
</body></html>