To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62847
Issue #:|62847
Summary:|OOo (OS X, X11 version) doesn't start if Lexmark
|X1100 printer installed
Component:|porting
Version:|OOo 2.0
Platform:|Macintosh
URL:|
OS/Version:|Mac OS X
Status:|UNCONFIRMED
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|DEFECT
Priority:|P3
Subcomponent:|MacOSX
Assigned to:|ericb
Reported by:|jdoxey
------- Additional comments from [EMAIL PROTECTED] Mon Mar 6 19:19:00 -0800
2006 -------
When running OpenOffice 2.0.0 (X11 version) on Mac OS X (10.4.2), the startup
script (main.applescript)
doesn't start X11 if the Lexmark X1100 printer software is running. This
happens because the script
assumes that no other process will contain the string "X11" while it is
checking to see if X11 is already
running.
As a temporary fix I was able to get OpenOffice running by changed the line,
set now_running to do shell script "INX=`ps -wcx | grep \"" & whichserver
& "\"`; echo $INX"
in the method "startXServer()" to,
set now_running to do shell script "INX=`ps -wcx | grep \"" & whichserver
& "$\"`; echo $INX"
---------------------------------------------------------------------
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]