I want to launch Pure data when the Pi boots, so I've put this line it /etc/rc.local just before 'exit 0'
Code: Select all
sudo -c '/usr/bin/pd -nogui -open /home/pi/pd_patches/theremin.pd &' - pi &If I type the command within the single brackets in Pi's terminal, all works fine...
BTW, I'm launching Pd as user pi because of a specific object in the Pd patch that doesn't like root...
Thanks