Issue 14981

Summary: Simple quick start script
Product: General Reporter: julo <julo>
Component: codeAssignee: bettina.haberer
Status: CLOSED IRREPRODUCIBLE QA Contact: issues@framework <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: OOo 1.1 Beta2   
Target Milestone: ---   
Hardware: PC   
OS: Linux, all   
Issue Type: FEATURE Latest Confirmation in: ---
Developer Difficulty: ---

Description julo 2003-05-27 19:57:12 UTC
Hi

I made a very quick and dirty quick start bash script for OOO on Linux.
If you put this script in your GNOME/KDE session, it will start an empty OOO session

Here is the script:

<%---

pslogfile="/tmp/quicko-$USER"
while true; do
ps -acuwx > "$pslogfile"
if [ `grep soffice.bin "$pslogfile" -c` == "0" ]; then
soffice -quickstart
fi
done

---%>
Comment 1 thorsten.martens 2003-06-02 10:40:09 UTC
TM->BH: Please have a look at this feature, thanks !
Comment 2 ace_dent 2008-05-16 02:11:28 UTC
OpenOffice.org Issue Tracker - Feedback Request.

The Issue you raised is currently 'Unconfirmed' pending review, but has not been
updated within the last 3 years. Please consider re-testing with one of the
latest versions of OOo, as the problem(s) may have already been addressed.
Either use the recent stable version: http://download.openoffice.org/index.html
or consider trying the new OOo 3 BETA (still in testing):
http://download.openoffice.org/3.0beta/
 
Please report back the outcome so this Issue may be Closed or Progressed as
necessary - otherwise it may be Resolved as Invalid in the future. You may also
wish to search for (and note) any duplicates of this Issue that may have
advanced further by checking the Issue Tracker:
http://www.openoffice.org/issues/query.cgi
 
Many thanks,
Andrew
 
Cleaning-up and Closing old Issues as part of:
~ The Grand Bug Squash, pre v3 ~
http://marketing.openoffice.org/3.0/announcementbeta.html
Comment 3 Mechtilde 2009-08-05 21:33:32 UTC
there is already a quickstarter
-< worksforme
Comment 4 Mechtilde 2009-08-05 21:33:58 UTC
-> closed