Re: [PD] Cannot run pd patch from crontab at startup on raspi

2019-06-28 Thread Jérôme Abel
Hi, There are mainly two ways to start a program at startup : with or without graphical session (desktop). With graphical session, I guess you have to setup Raspbian to start on desktop automatically (raspi-config). 1. With graphical session : ~/.config/lxsession/LXDE/autostart :

Re: [PD] Cannot run pd patch from crontab at startup on raspi

2019-06-28 Thread Dan Wilcox
ote: > > Date: Fri, 28 Jun 2019 11:36:26 +0200 > From: IOhannes m zmölnig mailto:zmoel...@iem.at>> > To: pd-list@lists.iem.at <mailto:pd-list@lists.iem.at> > Subject: Re: [PD] Cannot run pd patch from crontab at startup on raspi > Message-ID: <mailto:ef12c584-6fc4-62a5-c2e4-

Re: [PD] Cannot run pd patch from crontab at startup on raspi

2019-06-28 Thread Csaba Láng
Thanks a lot for all the hints. Will test it and let you know the solution. Have a nice day! Popesz On Fri, 28 Jun 2019 at 11:38, IOhannes m zmölnig wrote: > On 6/28/19 9:04 AM, Roman Haefeli wrote: > > * My final suggestion is to not use cron at all > > +1 to everything you said, and this in

Re: [PD] Cannot run pd patch from crontab at startup on raspi

2019-06-28 Thread IOhannes m zmölnig
On 6/28/19 9:04 AM, Roman Haefeli wrote: > * My final suggestion is to not use cron at all +1 to everything you said, and this in particular. gfamsdr IOhannes signature.asc Description: OpenPGP digital signature ___ Pd-list@lists.iem.at mailing

Re: [PD] Cannot run pd patch from crontab at startup on raspi

2019-06-28 Thread Roman Haefeli
On Fri, 2019-06-28 at 12:29 +0800, Chris McCormick wrote: > Hi, > > On 28/6/19 4:38 am, Csaba Láng wrote: > > @reboot puredata -gui -open /path-to-patch > > > > Any clue what is wrong? Tried everything even put into script but > > no luck! > > Questions: > > * Is this installed in the

Re: [PD] Cannot run pd patch from crontab at startup on raspi

2019-06-27 Thread Chris McCormick
Hi, On 28/6/19 4:38 am, Csaba Láng wrote: @reboot puredata -gui -open /path-to-patch Any clue what is wrong? Tried everything even put into script but no luck! Questions: * Is this installed in the crontab of the 'pi' user? * Have you tried that exact command on the command line - e.g.

Re: [PD] Cannot run pd patch from crontab at startup on raspi

2019-06-27 Thread Csaba Láng
Tried everything, even from init.d could not run the script. On Thu, 27 Jun 2019 at 23:17, Max wrote: > I'd try to launch it as a script in /etc/init.d/ like described here: > > > https://tutorials-raspberrypi.com/raspberry-pi-autostart-start-program-automatically/ > > > On 27.06.19 22:38,

Re: [PD] Cannot run pd patch from crontab at startup on raspi

2019-06-27 Thread Max
I'd try to launch it as a script in /etc/init.d/ like described here: https://tutorials-raspberrypi.com/raspberry-pi-autostart-start-program-automatically/ On 27.06.19 22:38, Csaba Láng wrote: Dear list, have to run a pd patch with GUI on raspbian but it won’t run @reboot puredata -gui -open

[PD] Cannot run pd patch from crontab at startup on raspi

2019-06-27 Thread Csaba Láng
Dear list, have to run a pd patch with GUI on raspbian but it won’t run @reboot puredata -gui -open /path-to-patch Any clue what is wrong? Tried everything even put into script but no luck! Best, Popesz ___ Pd-list@lists.iem.at mailing list