Brian Austin wrote: > Hi > > I am wanting to print a file from the command line in a terminal session eg > openoffice -display localhost:0 -pt printer /tmp/textfile > > However the command fails if writer is not open in the x environment. > > is there a way for this not to occur? > > regards
Well, the app requires X and you're specifying the display, so no. Are you doing this remotely? If so, why not use SSH with X forwarding enabled. That way, you don't have to specify the display. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
