To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=23232
------- Additional comments from [EMAIL PROTECTED] Tue Feb 6 16:30:23 +0000 2007 ------- For all of you needing a way to work around this issue, here's my solution. However I strongly ask for a real solution/fix to this problem. #!/bin/sh if [ ! -f /tmp/Xvfb/Xvfb_screen0 ] ; then mkdir /tmp/Xvfb PATH=$PATH:/usr/X11R6/bin DISPLAY= Xvfb :10 -screen 0 800x600x24 -fbdir /tmp/Xvfb/ & sleep 1 fi soffice -display :10 -p "$1" As I use this for batch printing, I don't care if the Xvfb is still running afterwards, as a new batch will be started soon anyway. Of course you could kill it after soffice quits. For more information what Xvfb does read Xvfb(1). --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
