To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60696





------- Additional comments from [EMAIL PROTECTED] Tue Jun 17 06:09:57 +0000 
2008 -------
Here's my workaround

As root rename oosplash.bin (on my machine it is in in /usr/lib/ooo-2.3/program)
to oosplash.bin.org

Create a new oosplash.bin script at the same directory with the below  content


#!/bin/bash
CNT=`ps aux | grep oosplash | grep -v grep | wc -l`
# expect exactly two lines lines (CNT = 2):
# this process, and the sub-shell (CNT=`...` command)
if [ "${CNT}" = "2" ]; then
$(dirname $0)/oosplash.bin.org "$@"
fi

This script allows oospalsh.bin.org to run only after any running oosplash
terminates.

Ugly hack, but works for me

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

Reply via email to