Bret Hughes wrote:
> Probably an X authorization problem. The display is owned by the user logged
> into X and that user must grant authorization to orhers. A quick test would be
> to open up the display to all users with:
> xhost +
> This should generate a message that security has been disabled. Any user
> should now be able to open a window on the display.
>
> Hope this helps,
>
> Bret
Thanks for the prompt reply, but after a few games of UT, a good nights
sleep and Re-RTM I realised the problem. The man pages clearly states
that the 'at' command doesn't export the DISPLAY variable when you
submit the request. I wrongly assumed it exported it at execution time,
which it doesn't. If anyone is interested just put the following line at
the beginning of your 'at' files to get them to 'xmessage' you.
DISPLAY=$DISPLAY
export DISPLAY
Cheers,
Matt.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.