Issue 33741 - Quickstarter quits on exit or when last window is closed
Summary: Quickstarter quits on exit or when last window is closed
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: OOo 1.1
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: thorsten.martens
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-02 10:46 UTC by edmond
Modified: 2004-10-22 13:01 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 edmond 2004-09-02 10:46:16 UTC
- start openoffice with:
    soffice -quickstart &
- open a document for example like so:
    soffice mydoc.sxw &
- either do one of the following things:
  * select close from the menu until all windows are gone
  * press the "close window" button on the widget decoration
  * select Exit (or press Ctrl-Q)
- the result is that the Quickstarter also quits:
[1]-  Done                    soffice -quickstart
[2]+  Done                    soffice mydoc.sxw

This behaviour kind of defeats the whole purpose of the Quickstarter.
I think it would be much better if the Quickstarter simply stayed active and
that it also would use Session Management to re-activate when a user logs in again.

De-activating Quickstarter could be done through a menu option in the GUI and/or
simply by a "kill -1" provided that this would cause the app to quit gracefully
and that this behaviour is documented in the help.
Comment 1 thorsten.martens 2004-10-22 13:01:21 UTC
OOo for Linux doesn´t have a quickstarter as an OOo for Windows has. However,
the parameter -quickstart is accepted but doesn´t start a quickstarter. 
Comment 2 thorsten.martens 2004-10-22 13:01:37 UTC
closed