|
Bugzilla – Full Text Bug Listing |
| Summary: | ooffice wrapper opens writer window by default | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Petr Mladek <pmladek> |
| Component: | OpenOffice.org | Assignee: | Jan Holesovsky <kendy> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P3 - Medium | CC: | kendy |
| Version: | Beta 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Petr Mladek
2006-01-23 14:48:05 UTC
So - what ./soffice.bin are you using ? I'm using: OpenOffice_org-2.0.0.99.150-0.1 And my ./soffice throws up writer - as did my 2.0.0.99; Strange - but so - and we've not changed any code to do with this AFAICS. grief - I'm wrong & you're right - I was suckered by a lurking factory process ;-) So - I think this should be fixed in the new quickstarter by eliding the "" arguments; at least: ./soffice # gives the right behavior ./soffice "" # starts writer - same as quickstarter bug :-) It happens again with the package for SL 10.1-beta8/NLD10-beta8. It might be related to the new ooqstart written in pure X11? Seems unlikely. Can you confirm you had no soffice.bin running before you ran 'ooffice' ? ie. killall -9 soffice.bin ooffice as we know - the 2nd time start behavior is different; c'est la vie. I have double checked it and there is no soffice.bin running on background: 1. "ps aux | grep soffice" shows nothing. 2. The application would start faster if there is a running instance on background. The presence of -splash-pipe=blah seems to change the behavior of ./soffice ./soffice => empty window ./soffice -splash-pipe=blah 25% 50% 75% 100% end => writer window. Jan - sounds like you're eager to dig this out :-) If you're there - we should look at getting 'oofromtemplate' to close the splash as it starts too; same ball-game I think. Fixed both in ooo-build HEAD (speed-ooqstart-open-empty.diff, speed-ooqstart-hide-asap.diff). Please verify. |