Re: wine command is not working in crontab

2005-11-27 Thread Troy Rollo
On Sat, 19 Nov 2005 06:37, Paul Millar wrote: > I used to use Xvfb (from XFree86) as the (virtual) frame-buffer device and > have some scripts to support that. Unfortunately, that had a nasty habit > of crashing whenever one tried any openGL/glx stuff and the XF86 people > weren't interested in fi

Re: wine command is not working in crontab

2005-11-19 Thread Vitaliy Margolen
Friday, November 18, 2005, 12:09:32 AM, Charles A wrote: > Hi all, >    I'm not able to use wine command in crontab it giving following error > "Error opening terminal: unknown" > I'm using wine 0.9, i have added following command in crontab What you need is to upgrade to 0.9.1. It should work, as

Re: wine command is not working in crontab

2005-11-18 Thread Alexandre Julliard
Paul Millar <[EMAIL PROTECTED]> writes: > What you really want is the nulldriver (which I think Alexandre mentioned > once > a while back) but that doesn't exist yet. It very much exists. Running without a display should work just fine with 0.9.1. -- Alexandre Julliard [EMAIL PROTECTED]

Re: wine command is not working in crontab

2005-11-18 Thread Paul Millar
Hi Charles, OK, so what I suspect is happening is crontab has no DISPLAY variable set, so wine is defaulting to using the ttydriver. Unfortunately, crontab environment isn't attached to any tty, so that fails too with the error message you see. What you really want is the nulldriver (which I

wine command is not working in crontab

2005-11-18 Thread Charles A
Title: wine command is not working in crontab Hi all,    I'm not able to use wine command in crontab it giving following error "Error opening terminal: unknown" I'm using wine 0.9, i have added following command in crontab 20 10 * * * /home/Maven/test.sh In th