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


User helmerj changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|UNCONFIRMED               |RESOLVED
--------------------------------------------------------------------------------
                Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed May  4 12:27:26 -0700 
2005 -------
Hi!   
   
I have downloaded the latest dev version (1.9.100) and tried the suggested new  
 
flags to mimic the former "-quickstart" function. Using "-nologo -nodefaults"   
OO behaves as expected. no logo and two instances in the background. Patching   
the oooqs quickstart app to use these flags the fucntionality of the app is   
restored.   
  
diff -urN oooqs-2.0.3.orig/src/oooqs.cpp oooqs-2.0.3/src/oooqs.cpp 
--- oooqs-2.0.3.orig/src/oooqs.cpp      2003-10-29 14:41:35.000000000 -0500 
+++ oooqs-2.0.3/src/oooqs.cpp   2005-05-04 20:32:25.000000000 -0400 
@@ -181,8 +181,8 @@ 
        ... set it up... 
        */ 
        process->setExecutable( _exec ); 
-       ( *process ) << "-plugin"; 
-       ( *process ) << "-quickstart"; 
+       ( *process ) << "-nologo"; 
+       ( *process ) << "-nodefault"; 
        connect ( process, SIGNAL( processExited( KProcess* ) ), 
                  this, SLOT( restartQuickInstance( KProcess* ) ) ); 
        /** 
 
  
  
I will contact the author of oooqs about this to get the app   
updated.   
   
Thanks a lot for your help in this matter. 
   
Juergen  
  
  

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