You are not logged in.

#1 2004-11-28 06:36:36

ActionNews
Member
From: Augsburg (Germany)
Registered: 2004-02-24
Posts: 150
Website

[request] OpenOffice.org 1.1.3-kde - KDE integrated OO

Well i'd really like to have a OpenOffice.org integrated into KDE. And well OenOffice 1.1.3-KDE is just out: http://dot.kde.org/1101482981/

OpenOffice.org 1.1.3 with KDE integration is now available for download. It also features a lot of other improvements over the stock OOo (including the GNOME integration bits; but do not be afraid, it does not link against Gtk+ in KDE, and vice versa), because it is built from the ooo-build codebase.

Features:

· The current stable version of OpenOffice.org with many ooo-build patches and improvements
· KDE Native Widget Framework
· KDE (Crystal) icons
· KDE file dialog (Open, Save As)
· KDE splash screen by Dariusz Arciszewski
· Gtk+ NWF and file dialog when executed in Gnome

Does anybody want to make a "openoffice-base-kde"-Pakage, if this is possible? So i could use openoffice-de-package to have it in German.

CU ActionNews


[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!

Offline

#2 2004-11-28 08:18:32

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: [request] OpenOffice.org 1.1.3-kde - KDE integrated OO

change the openoffice-base package
that's all it should work
i tried it for me
but i couldn't get the splash and icons don't know why
btw i'm experimenting with openoffice2.0 right now
so don't expect too much for openoffice 1.1.3 in the repos

here is my PKGUILD:

pkgname=openoffice-base-kde
pkgver=1.1.3
pkgrel=1
pkgdesc="OpenOffice base files"
url="http://www.openoffice.org"
depends=('x-server' 'gcc')
source=('OOo_1.1.3-kde_LinuxIntel_install.tar.gz' 'dictionary.lst')
install=openoffice.install
conflicts=(openoffice-base)
provides=(openoffice-base)
build() {
  cd $startdir/src/OOo_1.1.3-kde_LinuxIntel_install
  mkdir -p $startdir/pkg/opt/openoffice
  mkdir -p $startdir/pkg/usr/bin
# now start install
  sed -i 's|^oo_home=.*$|oo_home=openoffice|g' install
  ./install --prefix=$startdir/pkg/opt
# make symlink to /usr/bin  
  cd $startdir/pkg/usr/bin
  ln -s ../../opt/openoffice/program/soffice soffice
# this is a workaround for a bug with kprinter >= kde 3.2.3 if you use it as print wrapper 
# if you experience problems remove the following 2 lines and gcc from depends
 cd $startdir/pkg/opt/openoffice/program
 mv libgcc_s.so.1 libgcc_s.so.1.old; ln -s /usr/lib/libgcc_s.so.1 libgcc_s.so.1
# and now to fix all the KDE/Gnome links...
 cd $startdir/pkg/opt/openoffice/share/kde/net
 sed -i 's|^Exec=.*openoffice/program/(.*)$|Exec="/opt/openoffice/program/1|g' *.desktop
 cd $startdir/pkg/opt/openoffice/share/gnome/net
 sed -i 's|^Exec=.*openoffice/program/(.*)$|Exec=/opt/openoffice/program/1|g' *.desktop
 sed -i 's|^Icon=.*share/icons/(.*)$|Icon=/opt/openoffice/share/icons/1|g' *.desktop
#now install gnome desktop files
 mkdir -p $startdir/pkg/usr/share/applications
 cp $startdir/pkg/opt/openoffice/share/gnome/net/ooo645* $startdir/pkg/usr/share/applications
# now get rid of localisation
 cd $startdir/pkg/opt/openoffice/
 rm -r help/en
 rm program/instdb.ins
 rm -r program/resource
 rm -r share/{autocorr,autotext,registry/res,template,readme,wordbook}
 rm -r user/{autotext,config}
# now move the installed spellchecker to a safe place
 cd share/dict/ooo/
 mkdir old
 mv *.txt old/
 mv *.aff old/
 mv *.idx old/
 mv *.dat old/
 mv *.lst old/
 mv *.dic old/
# now install new dictionary.lst which is prepared for the others spellcheck packages
 install -m644 -D $startdir/src/dictionary.lst $startdir/pkg/opt/openoffice/share/dict/ooo/dictionary.lst
}

Offline

#3 2004-11-28 08:37:36

ActionNews
Member
From: Augsburg (Germany)
Registered: 2004-02-24
Posts: 150
Website

Re: [request] OpenOffice.org 1.1.3-kde - KDE integrated OO

Thank you ... i'll try it smile.

CU ActionNews


[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!

Offline

#4 2004-11-28 10:29:47

ActionNews
Member
From: Augsburg (Germany)
Registered: 2004-02-24
Posts: 150
Website

Re: [request] OpenOffice.org 1.1.3-kde - KDE integrated OO

Where do i get the right "dictionary.lst"?

EDIT: got it smile. Found it in my users home directory und er OpenOffice.org1.1.3/user/wordbook smile.

CU ActionNews


[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!

Offline

#5 2004-11-28 10:54:07

ActionNews
Member
From: Augsburg (Germany)
Registered: 2004-02-24
Posts: 150
Website

Re: [request] OpenOffice.org 1.1.3-kde - KDE integrated OO

It works smile:

OOkde.jpg
The Icons aren't very nice, but now OOorg uses the plastic style smile.

CU ActionNews


[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!

Offline

#6 2004-11-28 12:36:17

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: [request] OpenOffice.org 1.1.3-kde - KDE integrated OO

there are other icons inlcuded but i didn't figure out how to activate them
look at the screenshots you see what i mean
there should be crystal icons
perhaps you find out how to activate them

Offline

#7 2004-11-28 17:01:15

ActionNews
Member
From: Augsburg (Germany)
Registered: 2004-02-24
Posts: 150
Website

Re: [request] OpenOffice.org 1.1.3-kde - KDE integrated OO

Hmmm strange ... under OpenOffice Options -> Paths there is a path "symbols" : /opt/openoffice/share/config/symbol ! And there are the crystal icons. Nevertheless they are not used sad.

CU ActionNews


[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!

Offline

#8 2004-11-30 07:14:37

ActionNews
Member
From: Augsburg (Germany)
Registered: 2004-02-24
Posts: 150
Website

Re: [request] OpenOffice.org 1.1.3-kde - KDE integrated OO

Well does anybody else have a hint? I'd realy like to use the crystal Icons smile.

BTW: Could it be that this version starts much faster under KDE than the OO original? Seems to me smile.

CU ActionNews


[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!

Offline

#9 2004-12-03 19:24:06

ActionNews
Member
From: Augsburg (Germany)
Registered: 2004-02-24
Posts: 150
Website

Re: [request] OpenOffice.org 1.1.3-kde - KDE integrated OO

OK .... i installed the OO-kde package the "manual" way. Unpacked the tgz that the packagebuild downloaded an ran ./setup. There i chose the same install dir as the package install and overwrote all the already exsisting files. Now i have the Crystal Icons, but OpenOffice in englisch sad.

So i must have something to do how the PKGBUILD installs OpenOffice 1.1.3-kde.

CU ActionNews


[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!

Offline

#10 2004-12-03 20:07:11

ActionNews
Member
From: Augsburg (Germany)
Registered: 2004-02-24
Posts: 150
Website

Re: [request] OpenOffice.org 1.1.3-kde - KDE integrated OO

OK ... now i know what causes the loss of crystal icons!

It has something to do with the localisation. To get rid of englisch OO, i removed englisch localisation just like in your PKGBUILD. And then reinstalled openoffice-de package with pacman.
After restart of OpenOffice crystal icons were gone sad.

So how do i get a german OpenOffice with crystal icons big_smile?

CU ActionNews


[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!

Offline

#11 2004-12-07 21:22:55

ActionNews
Member
From: Augsburg (Germany)
Registered: 2004-02-24
Posts: 150
Website

Re: [request] OpenOffice.org 1.1.3-kde - KDE integrated OO

Well .... doesn't seem to interrest anybody else sad?

CU ActionNews


[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!

Offline

#12 2004-12-07 22:56:55

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: [request] OpenOffice.org 1.1.3-kde - KDE integrated OO

sorry i have no time right now
kde 3.3.2 needs to be released
what i do now

and OO 1.1.4 is round the corner
and OO 2.0 is also coming nearer

i'll have a look at it but you can do the following
diff the directories and find out what is different and experiment with that
you can mail me also in german no problem

i have a test on monday sad
so nothing will happen from my side to OO right now

Offline

#13 2004-12-08 12:36:29

ActionNews
Member
From: Augsburg (Germany)
Registered: 2004-02-24
Posts: 150
Website

Re: [request] OpenOffice.org 1.1.3-kde - KDE integrated OO

No Problem smile. I'll try to get it working smile.

CU ActionNews


[URL=http://www.nethands.de/athlon/show.php3?user=actionnews]My System[/URL] - one click ahead!

Offline

#14 2004-12-09 10:16:00

Abaddon
Member
From: Poland
Registered: 2004-05-03
Posts: 249

Re: [request] OpenOffice.org 1.1.3-kde - KDE integrated OO

Has it gtk in dependencies?


Gnome - The weakest link!
Linux, *not* GNU/Linux!

Offline

#15 2004-12-10 11:31:33

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: [request] OpenOffice.org 1.1.3-kde - KDE integrated OO

can someone please post a package of this - i don't i can afford the compile time sad

Offline

Board footer

Powered by FluxBB