To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63268
                  Issue #:|63268
                  Summary:|ooqstart: Native starter application for unx
                Component:|framework
                  Version:|680m156
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|PATCH
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|hro
              Reported by:|kendy





------- Additional comments from [EMAIL PROTECTED] Thu Mar 16 08:27:16 -0800 
2006 -------
Probably similar to issue 57307...  That issue is marked as fixed, but I did not
see any such code in splashperform, so hopefully this is of some value - as
discussed via mail ;-)

We have Xlib+glib only splash application that starts quickly & draws the splash
and progress of OOo startup.  A small description:

- In principle, the splash binary "ooqstart" opens a pipe, gives its handle to
OOo (using -splash-pipe= option), and expects percentage (e.g. "10%\n"), or
"end\n" on it.

- desktop/unx/source/start.c: Handling of the pipe, executing OOo, etc.  It uses
glib.

- desktop/unx/source/splashx.[hc]: Minimal implementation of bitmap reading, and
progress drawing.  Uses just Xlib.

I'll commit this to the 'unxsplash' CWS.  The changes should be safe (=nothing
should happen) for other platforms; also nothing changes for unx unless
-splash-pipe= argument is specified to 'soffice' - so I hope it will be no
problem :-)

The idea is that this CWS could be integrated ~quickly, and if modifications
were needed, they could be done in the splashperform CWS later.

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