To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55822
                  Issue #:|55822
                  Summary:|if soffice is called from another script that passes
                          |empty quoted variable, oo.org silently dies.
                Component:|framework
                  Version:|680m130
                 Platform:|PC
                      URL:|
               OS/Version:|Linux
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P4
             Subcomponent:|code
              Assigned to:|tm
              Reported by:|richlv





------- Additional comments from [EMAIL PROTECTED] Wed Oct 12 06:51:56 -0700 
2005 -------
if at least one oo.org component is running and soffice or soffice.bin is 
called 
from another script that passes component to run and one or more empty quoted 
variables, oo.org just silently dies.
simple example :
create a script

#!/bin/bash
...
<path_to>/soffice[.bin] "$1" "$2"
...

( [] means optional)

call the script and pass only a single parameter to it (for example, have 
single 
writer instance already started and pass -calc)
instead of opening empty calc session, nothing happens.

if "$2" is removed from the script, another component is started correctly

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