[SLUG] Scheduling a X GUI Application to start

2005-06-09 Thread Adam W
Hi, I simply want to schedule a specific X application to start up at a given time and appear on the screen. How do i do that?? I have tried using cron but it seems to just start it in the background. Cheers Adam. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/

Re: [SLUG] Scheduling a X GUI Application to start

2005-06-09 Thread Simon Bowden
Adam, You can use cron(tab), but you'd need to set the DISPLAY variable appropriately: DISPLAY=:0 xprogram /dev/null 2/dev/null That's assuming the cron job is running as the same user and same host as the X display. It gets a little complicated otherwise. Your question does seem a bit

Re: [SLUG] Scheduling a X GUI Application to start

2005-06-09 Thread James
On 6/10/05, Adam W [EMAIL PROTECTED] wrote: Hi, I simply want to schedule a specific X application to start up at a given time and appear on the screen. If your a KDE man try Kalarm. I ues this to lock the screen on our wall displays at 17:00 but you can ask it to do pretty much anything.

Re: [SLUG] Scheduling a X GUI Application to start

2005-06-09 Thread Adam W
On 6/10/05, Simon Bowden [EMAIL PROTECTED] wrote: Your question does seem a bit odd though. If you had mentioned whatwhy you are really trying to achieve, then perhaps there would be a better or more appropriate way... Basically optusnet cable gives you free bandwidth from 2am til 9am. I want

Re: [SLUG] Scheduling a X GUI Application to start

2005-06-09 Thread Peter Hardy
On Fri, 2005-06-10 at 11:53, Adam W wrote: On 6/10/05, Simon Bowden [EMAIL PROTECTED] wrote: Your question does seem a bit odd though. If you had mentioned whatwhy you are really trying to achieve, then perhaps there would be a better or more appropriate way... Basically optusnet cable

RE: [SLUG] Scheduling a X GUI Application to start

2005-06-09 Thread Roger Barnes
On 6/10/05, Simon Bowden [EMAIL PROTECTED] wrote: Your question does seem a bit odd though. If you had mentioned whatwhy you are really trying to achieve, then perhaps there would be a better or more appropriate way... Basically optusnet cable gives you free bandwidth from 2am til

Re: [SLUG] Scheduling a X GUI Application to start

2005-06-09 Thread Terry Collins
Adam W wrote: Basically optusnet cable gives you free bandwidth from 2am til 9am. I want BitTorrent (python script) to start up at 2am, (and prefferably stop at 9am) automatically so that i can take full advantage of this free bandwidth without wasting my other bandwidth all the time. I will

Re: [SLUG] Scheduling a X GUI Application to start

2005-06-09 Thread Adam W
On 6/10/05, Roger Barnes [EMAIL PROTECTED] wrote: On 6/10/05, Simon Bowden [EMAIL PROTECTED] wrote: Your question does seem a bit odd though. If you had mentioned whatwhy you are really trying to achieve, then perhaps there would be a better or more appropriate way... Basically