
OpenOffice.org Quickstarter 2
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
A little tool to preload OpenOffice.org into memory to make it start faster.
14 years ago
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!
14 years ago
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!
gohanz
14 years ago
http://www.slacky.it/
http://www.slacky.it/index.php?option=com_remository&Itemid=29&func=fileinfo&id=448
Report
superandrzej
15 years ago
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
Report
dzamboun
15 years ago
Report
watzke
15 years ago
Report
sodamnmad
16 years ago
Report
rakekniven
17 years ago
Thanks guys.
Report
Daemon-K
17 years ago
Report
watzke
15 years ago
./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
Report
SegFault
15 years ago
Anyways, the typo is now fixed and everything should work just fine...
Report
Zerlinna
15 years ago
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.
Report
watzke
15 years ago
cp doc/en/index.docbook doc/de/index.docbook
Report
Zerlinna
15 years ago
didn't see your 2nd post. You're right, it's working when you replace the file
:-)
Z.
Report
watzke
15 years ago
Report