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
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
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]
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
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