Issue 95596 - Malfunction of "soffice -nologo"
Summary: Malfunction of "soffice -nologo"
Status: CONFIRMED
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: OOo 3.0
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-29 15:17 UTC by Stefan Weigel
Modified: 2013-01-29 21:49 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Stefan Weigel 2008-10-29 15:17:56 UTC
Normal function is:

Calling soffice (respectively soffice.exe) starts OOo and brings up the
StartCenter. If OOo is already running, it brings the OOo application window to
the front.

The -nologo parameter is meant to suppress the splash screen on startup.


Buggy function is (Operating System Windows):

* When OOo is not running and Quickstarter is not active, call "soffice.exe
-nologo". This brings up OOo Writer instead of the StartCenter.

* When OOo is not running and Quickstarter is active, call "soffice.exe
-nologo". Nothing happens instead of bringing up the StartCenter.

* When OOo is already running, call "soffice.exe -nologo". Nothing happens
instead of bringing the OOo application window to the front.


Buggy function is (Operating System Linux):

* When OOo is not running, call "soffice -nologo". This brings up OOo Writer
instead of the StartCenter.

* When OOo is already running, call "soffice -nologo". Nothing happens instead
of bringing the OOo application window to the front.


Found this with Windows 2000 SP4 and Ubuntu Linux 7.10
Comment 1 Stefan Weigel 2008-11-03 09:12:21 UTC
Changing from Unconfirmed to New