Warning: session_start(): open(/tmp/sess_424hdqehj2in8v3f4ou3vsakl7, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
OpenOffice.org Quickstarter 2 openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

OpenOffice.org Quickstarter 2

   1.0.1  

KDE Other Utility

Score 81%
OpenOffice.org Quickstarter 2
zoom


Link:  Link
Downloads:  4918
Submitted:  Jan 16 2004
Updated:  Jul 11 2006

Description:

A little tool to preload OpenOffice.org into memory to make it start faster.




Changelog:

1.0.1:
- Added italian translation. Thanks to Samuel Kaplun
- Fixed .desktop file to comply to XDG. Thanks to Harald Sitter

1.0:
Complete rewrite.
Now works with OOo 2!




LicenseGPL
Send to a friend
Subscribe
Other  Content  from SegFault
Report inappropriate content



goto page:  1  2 

-
.

 Instructions?

 
 by Daemon-K on: Jan 17 2004
 
Score 50%

Some content in the README or something other than generic INSTALL instructions might be nice...


Reply to this

-
.

 Re: Instructions?

 
 by watzke on: Feb 13 2006
 
Score 50%

Classic:

./configure # see --help, I used --enable-final --without-arts --prefix=/usr
make
make install

but I have problem:

$ make
Makefile:851: warning: overriding commands for target `clean-bcheck'
Makefile:814: warning: ignoring old commands for target `clean-bcheck'
Makefile:856: warning: overriding commands for target `bcheck-am'
Makefile:819: warning: ignoring old commands for target `bcheck-am'
make all-recursive
make[1]: Entering directory `/home/david/compile/oooqs2-1.0'
Makefile:851: warning: overriding commands for target `clean-bcheck'
Makefile:814: warning: ignoring old commands for target `clean-bcheck'
Makefile:856: warning: overriding commands for target `bcheck-am'
Makefile:819: warning: ignoring old commands for target `bcheck-am'
Making all in doc
make[2]: Entering directory `/home/david/compile/oooqs2-1.0/doc'
Making all in .
make[3]: Entering directory `/home/david/compile/oooqs2-1.0/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/david/compile/oooqs2-1.0/doc'
Making all in en
make[3]: Entering directory `/home/david/compile/oooqs2-1.0/doc/en'
/usr/kde/3.5/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
meinproc: WARNING: KLocale: trying to look up "" in catalog. Fix the program
make[3]: Leaving directory `/home/david/compile/oooqs2-1.0/doc/en'
Making all in de
make[3]: Entering directory `/home/david/compile/oooqs2-1.0/doc/de'
/usr/kde/3.5/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
meinproc: WARNING: KLocale: trying to look up "" in catalog. Fix the program
index.docbook:113: parser error : Opening and ending tag mismatch: guimenuitem line 113 and guiitem
<guimenuitem>Befehl ausführen...</guiitem> im <guimenu>K-Menü</guimenu> wähle
^
make[3]: *** [index.cache.bz2] Error 1
make[3]: Leaving directory `/home/david/compile/oooqs2-1.0/doc/de'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/david/compile/oooqs2-1.0/doc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/david/compile/oooqs2-1.0'
make: *** [all] Error 2


[david@amd64 ~] $ uname -r
2.6.16-rc2

Reply to this

-
.

 Re: Re: Instructions?

 
 by watzke on: Feb 13 2006
 
Score 50%

Somethin' w/ encoding... Resolved, just:
cp doc/en/index.docbook doc/de/index.docbook


[david@amd64 ~] $ uname -r
2.6.16-rc2

Reply to this

-
.

 Re: Re: Re: Instruct

 
 by Zerlinna on: Feb 14 2006
 
Score 50%

lol,

didn't see your 2nd post. You're right, it's working when you replace the file
:-)

Z.


Reply to this

-
.

 Re: Re: Re: Re: Instruct

 
 by watzke on: Feb 14 2006
 
Score 50%

As said dzamboun - You only have to change doc/de/index.docbook guiitem -> guimenuitem and envvar -> envar.


[david@amd64 ~] $ uname -r
2.6.16-rc2

Reply to this

-
.

 Re: Re: Instructions

 
 by Zerlinna on: Feb 14 2006
 
Score 50%

Same over here:

make[3]: *** [index.cache.bz2] Fehler 1
make[3]: Verlasse Verzeichnis »/home/mirjam/Apps/oooqs2-1.0/doc/de«
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlasse Verzeichnis »/home/mirjam/Apps/oooqs2-1.0/doc«
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlasse Verzeichnis »/home/mirjam/Apps/oooqs2-1.0«
make: *** [all] Fehler 2

Suggestions?

Z.


Reply to this

-
.

 Re: Re: Instructions?

 
 by SegFault on: Feb 16 2006
 
Score 50%

It would have been nice if you'd reported this problem to me...

Anyways, the typo is now fixed and everything should work just fine...


Reply to this

-

 very useful

 
 by rakekniven on: Jan 17 2004
 
Score 50%

Hi, I tried the app on SuSE 9.0 and it's works really nice.

Thanks guys.


Reply to this

-

 similar projects

 
 by sodamnmad on: Mar 11 2004
 
Score 50%

Nice, I like it. Is there a way to have this program (via an option of course) speed up the loading time of OO? I know that in Windows for Mozilla or Netscape they have a thing that sits in the system tray and basically loads the program (or part of it) so that it can load faster. It would be nice if we can cut down the time it takes to load OO.


Reply to this

-
.

 OOo

 
 by watzke on: Feb 13 2006
 
Score 50%

Nice, thanks, but there is problem on Gentoo with autodetection of some file. Which? /usr/bin/ooffice2?


[david@amd64 ~] $ uname -r
2.6.16-rc2

Reply to this

-
.

 Very nice!

 
 by dzamboun on: Feb 13 2006
 
Score 50%

I only have to change doc/de/index.docbook guiitem -> guimenuitem and envvar -> envar. Now it work fine.


Reply to this

-
.

 icons

 
 by superandrzej on: Feb 14 2006
 
Score 50%

I complied ooqs2 and there are no icons next to menu entires.

How can I make icons visible next to:
OpenOffice.org Base
OpenOffice.org Calc
OpenOffice.org Draw
OpenOffice.org Impress
OpenOffice.org Math
OpenOffice.org Writer


Reply to this

goto page:  1  2 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team