PDA

View Full Version : HOWTO: Latest OpenOffice 2 Beta with Ubuntu Linux


Pages : [1] 2

sebgate20
April 30th, 2005, 06:23 PM
As part of my work at Evolution Colt, I've written a tutorial on installating the latest OpenOffice.org Beta 2 on Ubuntu Linux Hoary Hedgehog.

This tutorial was written for OpenOffice 1.9.95 and has been tested on several machines. You can find the HOWTO at: http://www.evolutioncolt.com/pages/documentation/openoffice-2--ubuntu.php

Leave any comments here or email me directly at spayne@evolutioncolt.com. Could a Moderator make this thread a sticky?

Seb Payne
Systems Administrator - Evolution Colt

thechitowncubs
April 30th, 2005, 10:39 PM
As part of my work at Evolution Colt, I've written a tutorial on installating the latest OpenOffice.org Beta 2 on Ubuntu Linux Hoary Hedgehog.

This tutorial was written for OpenOffice 1.9.95 and has been tested on several machines. You can find the HOWTO at: http://www.evolutioncolt.com/pages/documentation/openoffice-2--ubuntu.php

Leave any comments here or email me directly at spayne@evolutioncolt.com. Could a Moderator make this thread a sticky?

Seb Payne
Systems Administrator - Evolution Colt
Nice HOWTO!

i3dmaster
May 1st, 2005, 02:33 AM
Nice HOWTO!

Nice, thanks!

Seth
May 1st, 2005, 02:46 AM
That's not a good method at all. Why not just use the debs?

http://ftp.linux.cz/pub/localizatio....org/devel/680/

m97 is even there.

thechitowncubs
May 1st, 2005, 03:15 AM
worked great for me =D

sebgate20
May 1st, 2005, 04:05 AM
I was not aware of the Debian Packages produced there but I think that my HOWTO still has some relevance! OpenOffice 2 Releases are only made as RPMs so he must convert them to Debian Packages. The only thing my HOWTO covers is making the GNOME menu links and installing the actual icons!

Seb

Heliode
May 1st, 2005, 05:02 AM
Thanks for the great howto! The package I got with apt was hopelessly outdated, plus the interface on this one looks better.

However, do you know how I could get dutch spell checking working? It worked with OOo2 that I got from debs, maybe copy something somewhere?

And by the way, I could copy/paste most of the commands on your page right into a terminal but you forgot a couple of 'sudo'; with the chmod and the copying of the icons.

Other than that, great tip! Thanks!

Edit: Ok I figured it out;

Fist, get the Myspell package for your language. For me, that was myspell-nl (http://www.ubuntulinux.org/wiki/UbuntuNederlandsEr).

Now, do this;


cd /opt/openoffice.org1.9.95/share/dict/ooo
sudo cp /usr/share/myspell/dicts/nl* . #or where nl is your language
sudo gedit dictionary.lst


now you'll have to add something like the following lines to the dictionary.lst file;


DICT nl NL nl_NL


Now, start OOo2 again, and go to tools -> options -> language settings -> languages, and select dutch (or whatever language) there.

Hope this helps!

Maybe you could add this to your page?

sebgate20
May 1st, 2005, 07:39 AM
I've just written a bash script that automates the whole process. It downloads the files, unzippes them, converts them to Debian Packages, installs them, makes the menu links, installs the icons and set the file permissions.

I will notify all when it is finished. Probally in an hour or two!

Seb

Karlos
May 1st, 2005, 07:44 AM
not being funny but I installed OO2 from universe the other day

it was easy

use synaptic


EDIT: ok didnt realise it was a more up to date version

ignore the above rant

I was wrong....as usual....ask my missus she'll tell yer..!

Psquared
May 1st, 2005, 08:02 AM
I've just written a bash script that automates the whole process. It downloads the files, unzippes them, converts them to Debian Packages, installs them, makes the menu links, installs the icons and set the file permissions.

I will notify all when it is finished. Probally in an hour or two!

Seb

That would be cool -- will it work for Warty??

sebgate20
May 1st, 2005, 08:09 AM
OK! Here is the script. I've tested it as much as I can but it is down to you now. Test and Leave feedback!

You can download the script from: http://www.evolutioncolt.com/downloads/evolutioncolt_oo2.sh

I recommend you run it something like this (in a terminal):

cd ~
wget http://www.evolutioncolt.com/downloads/evolutioncolt_oo2.sh
sh evolutioncolt_oo2.sh

And just watch it go! As I said, it does everything listed in the HOWTO so you only have to enter your password for the sudo commands. It should work with Warty but give it a go and report back.

Seb

Shadar
May 1st, 2005, 08:23 AM
Just a small problem with the icons. The file is missing from your server?

wget http://www.evolutioncolt.com/downloads/EvolutionColt_OO2.tar.gz
--15:22:29-- http://www.evolutioncolt.com/downloads/EvolutionColt_OO2.tar.gz
=> `EvolutionColt_OO2.tar.gz'
Resolving www.evolutioncolt.com... 195.137.120.148
Connecting to www.evolutioncolt.com[195.137.120.148]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
15:22:30 ERROR 404: Not Found.

sebgate20
May 1st, 2005, 08:59 AM
If you read the script, you will find the file has been renamed to EvolutionColt_OO2-0.0.3.tar.gz.

I would encourage you to use the script!

Seb

sebgate20
May 1st, 2005, 09:07 AM
I've updated the page on the Evolution Colt website for the new file for those who want to install it manually.

The instructions for using the automatic script can also be found here. The page is at http://www.evolutioncolt.com/pages/documentation/openoffice-2--ubuntu.php

Thanks again for your comments :)

Seb

ZC3rr0r
May 1st, 2005, 09:19 AM
Thanx alot for the great install script! I hope this will run a lot faster than the OpenOffice supplied with Ubuntu Hoary.

sebgate20
May 1st, 2005, 09:38 AM
Thanks to the folk on #ubuntu, I've had to make two scripts, one to install the Sun Java Runtime and other assumes you already have it installed.

If you already have OpenOffice.org 2 Beta installed and need to Java Runtime, you can find instructions at http://www.ubuntuguide.org/#jre on how to install it. You will find there are two scripts on the server:

a.) evolutioncolt_oo2_java.sh (the Java version)
b.) evolutioncolt_oo2.sh (the non-Java version)

You can find the updated guide at http://www.evolutioncolt.com/pages/documentation/openoffice-2--ubuntu.php.

Cheers

Seb

(It is OpenOffice.org 2 Base that requires the JRE FYI)

derrick1985
May 1st, 2005, 09:42 AM
Openoffice installed successfully, but the icons/menu's didn't copy over correctly. I had to add them manually (just copy over the files)

Thanks a lot, worked out great (except for the stupid icons)

sebgate20
May 1st, 2005, 09:44 AM
What do you mean 'didn't copy over'? Did you run the script? If so, what was the error?

Thanks

Seb

und3rdog
May 1st, 2005, 09:49 AM
Good install method, after I figured out to replace 00 with OO everthing went smooth. I was too late last night to try out the script sorry, but good write up all the same. OO2 is definately worth it, for all those wondering out there. Mad, Crazy updates to the interface ( comparable to the 2000 -> XP upgrade of another nameless office suite). If you have the time give it a shot.

-Luke

sebgate20
May 1st, 2005, 09:51 AM
Can you tell me where you had to replace 00 with OO? I'll update the script then but I found that it worked fine as it is!

Seb

ZC3rr0r
May 1st, 2005, 11:39 AM
Okay,OpenOffice looks great, but I had to modify the script a little. For some reason the untarring pointed to the tar itself instead of the relative path, so the script exited there. Little modifications made it working fine though.

derrick1985
May 1st, 2005, 12:33 PM
What do you mean 'didn't copy over'? Did you run the script? If so, what was the error?

Thanks

Seb

Sorry, I don't have the error anymore.

What I did was I made a directory called oo2 in my home directory and wgot the file and ran it from there. The error was that it couldn't find the files to copy over.

kperkins
May 1st, 2005, 05:31 PM
I'm getting an error
Details: Failed to execute child process "/opt/openoffice.org1.9.95/program/soffice" (No such file or directory)
openoffice won't launch.
Help

edit--and no, soffice is not there.

Karlos
May 1st, 2005, 05:58 PM
same here

failed to execute bla......

alphazero
May 1st, 2005, 07:14 PM
It worked great for me. I just edited the menus as:
soffice -writer (and so forth)

instead of:
/opt/openoffice.org1.9.95/program/soffice -writer

That way any future beta versions will work without complications.

kperkins
May 1st, 2005, 07:20 PM
Well my problem is that soffice isn't anywhere on my system. ](*,)

kperkins
May 1st, 2005, 07:36 PM
I figured it out. I had a bad download on the OOo*.tar.gz download, and everything didn't get included in the .debs when the rpms got aliened (ie. all the rpms weren't there.)
Trying a reinstall now.

Simian
May 1st, 2005, 08:11 PM
Thanks sebgate20,

That's a lot better than the one that I picked up on apt. The spellchecker works with this one.

sebgate20
May 2nd, 2005, 04:42 AM
Glad I can help :)

I've updated the script again so it works properly. I'm thinking of putting OpenOffice.org 2 Beta onto CD-ROM so those without Broadband can take advantage of the new version.

Seb

abmcr
May 2nd, 2005, 04:55 AM
The script work fine: thank you. At the urlhttp://oootranslation.services.openoffice.org/pub/OpenOffice.org/680m95/; i want to install my language pack but the sh script don't work: anyone know how i fond a only rpm package to convert with alien? Thank you (please excuse my english language) Ciao

Andrea - Italia

raven
May 2nd, 2005, 06:32 AM
I'm getting an error
Details: Failed to execute child process "/opt/openoffice.org1.9.95/program/soffice" (No such file or directory)
openoffice won't launch.
Help

edit--and no, soffice is not there.


same here

failed to execute bla......


It's not a silver bullet but I think what happen to you, is *.deb files
could not be installed cause the dpkg area was locked by synaptic
(it's possible that it was open when you tried to execute the script)
if you look at the terminal message you could maybe
see this and that is why you do not have soffice. :smile:

abmcr
May 2nd, 2005, 08:54 AM
For the italians users: at this URL (http://abmcr.altervista.org/openofficeorg-it_1.9.95-2_i386.deb) you find the debian package for translate the OO version installed with the script.

abmcr
May 2nd, 2005, 08:57 AM
The correct URL is
http://abmcr.altervista.org/openofficeorg-it_1.9.95-2_i386.deb

It is needeb to copy and then paste the URL in the browserlink.

slipp3dstr3am
May 2nd, 2005, 11:57 AM
well so far so good...

i'm generating the deb files now ... no problems as of yet

AndyAWS
May 2nd, 2005, 01:03 PM
One question before I try this...

Should I uninstall OO1.1.3 beforehand...or does this install along side OO1.1.3...or will this update it?

N'Jal
May 2nd, 2005, 02:25 PM
1.1.3 are a sperate package 2beta will install happily alongside it. From the repo's that is. I havn't managed to get this to work for some reason

Karlos
May 3rd, 2005, 05:48 AM
i just re-done the whole thing and it all works fine...cheers

dilerra
May 3rd, 2005, 08:22 AM
I used your script and everything worked like a charm.

Just wanted to share my experience of how to customize OO with a custom languagepack (swedish in my case).

1. Download an appropriate languagepack at:
http://oootranslation.services.openoffice.org/pub/OpenOffice.org/680m95/

2. Open a terminal and go to the directory where you downloaded the file.

3. Enter the following command:
tail -n +146 OOo_1.9.95_LinuxIntel_langpack_sv.sh > langpack.rpm

4. Next, convert the rpm-file to deb-format:
sudo alien -k langpack.rpm

5. Finally, install the deb-package:
sudo dpkg -i openofficeorg-sv_1.9.95-1_i386.deb

Now you're done! Of course, the files COULD (and probably will =)) have other names on your system. Just start OpenOffice and everything should now be in "your" language =)

Good luck!

rhys
May 3rd, 2005, 02:51 PM
As part of my work at Evolution Colt, I've written a tutorial on installating the latest OpenOffice.org Beta 2 on Ubuntu Linux Hoary Hedgehog.

This tutorial was written for OpenOffice 1.9.95 and has been tested on several machines. You can find the HOWTO at: http://www.evolutioncolt.com/pages/documentation/openoffice-2--ubuntu.php

Leave any comments here or email me directly at spayne@evolutioncolt.com. Could a Moderator make this thread a sticky?

Seb Payne
Systems Administrator - Evolution Colt
I just wanted to say that I am using OO2, installed by the Seb's script, beautifully. I am so overjoyed to not have to look at the disgusting OO1 interface anymore. :)

Peace from rhys.

sebgate20
May 3rd, 2005, 03:51 PM
Thanks :smile:

I'm glad I can help. Expect to see a lot more of the this sort of thing coming from Evolution Colt very soon. Our aim is to help and bring Linux to the desktop soon.....

Seb

sebgate20
May 3rd, 2005, 03:52 PM
You may also like our Beagle tutorial at http://beaglewiki.org/index.php/UbuntuInstall which was also written by me. It is step by step for the latest verion of Mono 1.1.6 and Beagle 0.0.9 O:)

Seb

kevin1
May 3rd, 2005, 05:39 PM
Thanks for the HowTo Seb.

Downloaded & installed to Hoary OK, but ...

I appear to have a problem with fonts.

The first line in the image was created in OO 1.1 using the Aahs font.

The second line shows how it displays in OO 2.0.

(Thanks to Rhys for the tip re uploading images)

Apart from the fonts being different, the letters run together in OO 2.0, and in general, most text looks messy in OO 2.0.

Thanks for any advice on how to fix this,

Kevin

rhys
May 3rd, 2005, 05:53 PM
I used your script and everything worked like a charm.

Just wanted to share my experience of how to customize OO with a custom languagepack (swedish in my case).

1. Download an appropriate languagepack at:
http://oootranslation.services.openoffice.org/pub/OpenOffice.org/680m95/

2. Open a terminal and go to the directory where you downloaded the file.

3. Enter the following command:
tail -n +146 OOo_1.9.95_LinuxIntel_langpack_sv.sh > langpack.rpm

4. Next, convert the rpm-file to deb-format:
sudo alien -k langpack.rpm

5. Finally, install the deb-package:
sudo dpkg -i openofficeorg-sv_1.9.95-1_i386.deb

Now you're done! Of course, the files COULD (and probably will =)) have other names on your system. Just start OpenOffice and everything should now be in "your" language =)

Good luck!


Thank you very much! :)

rhys
May 3rd, 2005, 05:54 PM
Thanks for the HowTo Seb.

Downloaded & installed to Hoary OK, but ...

I appear to have a problem with fonts.

The first line in the image was created in OO 1.1 using the Aahs font.

The second line shows how it displays in OO 2.0.

(I hope the image displays ok ~ not too sure how to include images!)

/home/kevin/oofonttest.gif

Apart from the fonts being different, the letters run together in OO 2.0, and in general, most text looks messy in OO 2.0.

Thanks for any advice on how to fix this,

Kevin

Try uploading the images using the attachment feature, (click "Go Advanced")

i3dmaster
May 12th, 2005, 03:57 PM
Openoffice comes to 1.9.100, so I just updated the installation script and the Icon package. Also comment out the installation of JRE cause the link the script providing is not available anymore. Thanks Evolution Colt for the initial work!

AndyAWS
May 12th, 2005, 04:30 PM
Cool, thanks.

Do I need to remove the older 1.9 first or does this bring it up-to-date?

sebgate20
May 12th, 2005, 04:35 PM
Openoffice comes to 1.9.100, so I just updated the installation script and the Icon package. Also comment out the installation of JRE cause the link the script providing is not available anymore. Thanks Evolution Colt for the initial work!
Sorry but I have been very busy with work at the moment. I hope to have the script update by tomorrow. Thanks i3dmaster for doing that but I'll update the 'offical' version ASAP!

Thanks

Seb

i3dmaster
May 13th, 2005, 10:57 AM
Sorry but I have been very busy with work at the moment. I hope to have the script update by tomorrow. Thanks i3dmaster for doing that but I'll update the 'offical' version ASAP!

Thanks

Seb

Great! That's cool!

stubby
May 14th, 2005, 12:22 PM
Sorry but I have been very busy with work at the moment. I hope to have the script update by tomorrow. Thanks i3dmaster for doing that but I'll update the 'offical' version ASAP!

Thanks

Seb
great stuff you got there.
I think there's a minor typo with you webpage though:

wget http://www.evolutioncolt.com/downloads/EvolutionColt_OO2-0.0.4.tar.gz

I get a 404 as EvolutionColt_OO2-0.0.4.tar.gz doesn't exist. 0.0.3 does though

robert114
May 15th, 2005, 09:13 AM
I have used the script from this site and it did the job! :smile:

site: http://www.piai.it/Alberto/doc/ooo-debianize-en.html

I 've used this script after having problems with manualy creating the debian files from the rpm's with alien.

Maybe some one can tell me what went wrong. I just that I like to know what's the problem because i would like to learn from it. I'm using Linux for only a few months and have ubuntu installed since 2 weeks ago

problem:
root@ubuntu:/home/robert/downloads/RPMS # alien -d *.rpm
openofficeorg-calc_1.9.100-2_i386.deb generated
openofficeorg-core01_1.9.100-2_i386.deb generated
openofficeorg-core02_1.9.100-2_i386.deb generated
openofficeorg-core03_1.9.100-2_i386.deb generated
openofficeorg-core03u_1.9.100-2_i386.deb generated
mkdir: cannot create directory `openofficeorg-core04-1.9.100-1.i586.rpm:': File exists
mkdir: cannot create directory `read': File exists
mkdir: cannot create directory `manifest': File exists
mkdir: cannot create directory `failed:': File exists
mkdir: cannot create directory `Success': File exists
sh: line 1: -openofficeorg_core04_1.9.100_1.i586.rpm:: command not found
sh: line 1: -openofficeorg_core04_1.9.100_1.i586.rpm:: command not found
sh: -c: line 2: syntax error near unexpected token `;'
sh: -c: line 2: `; cpio --extract --make-directories --no-absolute-filenames --preserve-modification-time) 2>&1'
Unsuccessful stat on filename containing newline at /usr/share/perl5/Alien/Package/Rpm.pm line 166.
mkdir: cannot create directory `openofficeorg-core04-1.9.100-1.i586.rpm: read manifest failed: Success\n-openofficeorg_core04_1.9.100_1.i586.rpm: read manifest failed: Success\n/openofficeorg-core04-1.9.100-1.i586.rpm: read manifest failed: Success\n': No such file or directory
mv: invalid option -- o
Try `mv --help' for more information.
sh: line 1: -openofficeorg_core04_1.9.100_1.i586.rpm:: command not found
sh: line 2: -type: command not found
Argument "openofficeorg-core04-1.9.100-1.i586.rpm:" isn't numeric in bitwise and (&) at /usr/share/perl5/Alien/Package/Rpm.pm line 216, <GETPERMS> line 556.
Unsuccessful stat on filename containing newline at /usr/share/perl5/Alien/Package/Rpm.pm line 235, <GETPERMS> line 556.
mkdir: cannot create directory `openofficeorg-core04-1.9.100-1.i586.rpm:': File exists
mkdir: cannot create directory `read': File exists
mkdir: cannot create directory `manifest': File exists
mkdir: cannot create directory `failed:': File exists
mkdir: cannot create directory `Success': File exists
sh: line 1: -openofficeorg_core04_1.9.100_1.i586.rpm:: command not found
sh: line 2: /debian: No such file or directory
sh: -c: line 2: syntax error near unexpected token `;'
sh: -c: line 2: `; patch -p1)'
sh: line 1: -openofficeorg_core04_1.9.100_1.i586.rpm:: command not found
sh: line 2: -name: command not found
patch failed with .rej files; giving up at /usr/share/perl5/Alien/Package/Deb.pm line 306, <GETPERMS> line 556.
find: openofficeorg-core04-1.9.100-1.i586.rpm: read manifest failed: Success
-openofficeorg_core04_1.9.100_1.i586.rpm: read manifest failed: Success
: No such file or directory
root@ubuntu:/home/robert/downloads/RPMS #

stubby
May 15th, 2005, 09:57 AM
I have used the script from this site and it did the job! :smile:

Maybe some one can tell me what went wrong. I just that I like to know what's the problem because i would like to learn from it. I'm using Linux for only a few months and have ubuntu installed since 2 weeks ago


try a
sudo alien -d *.rpm

robert114
May 16th, 2005, 08:37 AM
well i was allready root. (did sudo su before)

sebgate20
May 16th, 2005, 05:26 PM
Sorry to all.

Evolution Colt has been extremly busy at the moment. We have moved our server to a new CentOS box. We have update the frontend to Drupal CMS rather than the old Website Baker CMS.

Basically, we are going to be supply products with Ubuntu PRE-INSTALL on them. Machines will be custom built, standard specifications or refirbished machines. Therefore, a lot of planning has been taking place.

I don't know where else to put this annoucment but hopefully someone might pick it up and move it.

I WILL restore the tutorial (and some new ones we have been working on) as soon as possbile. Hopefully within 24 hours! But things are hectic. So, thanks to the wonderful Ubuntu communtity for all their help and support. You should be seeing a lot more from Evolution Colt soon... :)

Seb Payne
Founder and Systems Administrator
Evolution Colt - www.evolutioncolt.com/mainweb

Marshalus
May 17th, 2005, 08:42 PM
Looking forward to hearing updates to this.

Heliode
May 18th, 2005, 11:13 AM
Offtopic but slightly related: Does anyone know when Openoffice2 will be officially released? And will it be included in future versions of Ubuntu? I already like the betas much more than OOo1.1.*.

robert114
May 18th, 2005, 03:51 PM
It Can't be to long from now i gues it looks pretty complete to me right now. and I havn't got any stability issues.

But i don't know any date but i'm curious too!!

jdong
May 18th, 2005, 03:59 PM
See http://www.piai.it/Alberto/doc/ooo-debianize-en.html for a good howto on debianizing Openoffice.org2 beta m100.

It's working beautifully on my system. Only thing is, you can't install it side-by-side with Openoffice.org1.

However, build 100 is stable enough to be usable on a daily basis anyway.

jasplund
May 18th, 2005, 04:03 PM
See http://www.piai.it/Alberto/doc/ooo-debianize-en.html for a good howto on debianizing Openoffice.org2 beta m100.

It's working beautifully on my system. Only thing is, you can't install it side-by-side with Openoffice.org1.

However, build 100 is stable enough to be usable on a daily basis anyway.

Will we be seeing it in the backports soon then?


Johan

jdong
May 18th, 2005, 04:13 PM
I'm not planning on it -- perhaps when 2 final comes out, we'll see a backport. Otherwise, it's simply not worth the wasted bandwidth. If 10 people download it, we'll exceed our bandwidth limit!

Heliode
May 18th, 2005, 04:32 PM
I'm not planning on it -- perhaps when 2 final comes out, we'll see a backport. Otherwise, it's simply not worth the wasted bandwidth. If 10 people download it, we'll exceed our bandwidth limit!

What about a torrent of the .deb file? I would certainly be willing to keep it open for as long as I can on my server!

jdong
May 18th, 2005, 04:39 PM
What about a torrent of the .deb file? I would certainly be willing to keep it open for as long as I can on my server!

excellent idea!
I'll get started on that

jdong
May 18th, 2005, 04:44 PM
Anyone have a BT tracker they're willing to allow me to use? I don't have BT trackers.

Or are you guys OK with making it decentralized? I have an Azureus backport. :)

jasplund
May 19th, 2005, 03:06 AM
I installed it yesterday. It works great. Too bad there's no swedish languagepacks available for linux. Only for ms windows.

benplaut
May 19th, 2005, 03:37 AM
so- should i get 100, like they recomend, or 104, the newest on a few mirrors?

Heliode
May 19th, 2005, 07:35 AM
Anyone have a BT tracker they're willing to allow me to use? I don't have BT trackers.

Or are you guys OK with making it decentralized? I have an Azureus backport. :)

I can't really help you with a tracker, but you might find this slashdot article (http://it.slashdot.org/it/05/05/18/2254255.shtml?tid=230&tid=218) interesting.

Laemel
May 19th, 2005, 07:56 AM
Anyone have a BT tracker they're willing to allow me to use? I don't have BT trackers.

Or are you guys OK with making it decentralized? I have an Azureus backport. :)
I've got a tracker... pm me, or just upload the file to ftp://blackmorning.com (user=guest, no password).

jdong
May 19th, 2005, 08:18 AM
I'm bored. Let's play with decentralized torrenting. I created this with Azureus, and have a 20KB/s upload. Never really tried torrents, much less tried decentralized torrents, in person before.


Let's see the hype. If you'd like to participate, get a client that supports decentralized torrenting. Azureus (in hoary-extras-staging) supports it, and so does the latest Bittorrent beta (i think...).

The torrent is at http://backports.ubuntuforums.org/backports/torrents/openoffice-snapshot_2.0beta-3.deb.torrent

sebgate20
May 19th, 2005, 02:13 PM
I'm bored. Let's play with decentralized torrenting. I created this with Azureus, and have a 20KB/s upload. Never really tried torrents, much less tried decentralized torrents, in person before.


Let's see the hype. If you'd like to participate, get a client that supports decentralized torrenting. Azureus (in hoary-extras-staging) supports it, and so does the latest Bittorrent beta (i think...).

The torrent is at http://backports.ubuntuforums.org/backports/torrents/openoffice-snapshot_2.0beta-3.deb.torrent
Patient Patient. I'm working on hosting the debs soon. Been busy with the new Beagle/Mono stuff at http://www.beaglewiki.org/Ubuntu_Installation.

Have a look. The new Wiki rocks! And the guide uses offical packages but it works on Hoary!

Seb

jdong
May 19th, 2005, 05:34 PM
Just an update, we have two people download via decentralized BT, swarming at 20-30KB/s, with me contributing about 18-20KB/s.

I'm pretty impressed with how well this is working. Would be more interesting if more people joined in ;)

The two in there are 87 and 74 percent done respectively, so newcomers will have at least 3 people seeding them. It's shown to give 50KB/s rates ;)

UPDATE: swarm at 70KB/s+, after 3rd client jumped in. Guys who are finishing download, please seed it for a while! Thanks!

Merc248
May 19th, 2005, 07:55 PM
I'm getting an error when I try to open the .torrent file with gnome-btdownload:

Problem connecting to tracker - <urlopen error unknown type: dht>

Oh yeah, is there a way to remove OpenOffice 1 without clearing out ubuntu-desktop? Are there even any adverse effects if ubuntu-desktop IS removed?

Laemel
May 19th, 2005, 08:20 PM
I'm getting an error when I try to open the .torrent file with gnome-btdownload:

Problem connecting to tracker - <urlopen error unknown type: dht>

Oh yeah, is there a way to remove OpenOffice 1 without clearing out ubuntu-desktop? Are there even any adverse effects if ubuntu-desktop IS removed?
That's because he isn't using a real tracker. He's using an Azureus-only feature instead, so if you want to download the torrent, you can only use Azureus.

jdong
May 19th, 2005, 09:03 PM
That's because he isn't using a real tracker. He's using an Azureus-only feature instead, so if you want to download the torrent, you can only use Azureus.

Well, I though that since I have an apt-gettable Azureus, it's a reasonable request.

Merc248
May 19th, 2005, 10:05 PM
Yays. Now I'm in the swarm ;p

jdong
May 19th, 2005, 10:13 PM
Whoo, 150KB/s swarm speed :)

Heliode
May 20th, 2005, 06:28 AM
I just tried joining the swarm, but Azureus gave me an error:

Error: no torrent information found in file.

When I tried downloading the torrent again, I got an error as well. Is something wrong?

jdong
May 20th, 2005, 06:33 AM
Hmm, strange. Try this magnet URI with Open Location:

magnet:?xt=urn:btih:W76BTF5QNUS5RKWGBOCXGJTUIQKNWH TM

Take out the spaces between H and TM. The forum is putting that in.

Heliode
May 20th, 2005, 08:48 AM
It says Magnet is an unregistered protocol.

I'm trying to do this on my Gentoo server by the way.

sebgate20
May 20th, 2005, 09:11 AM
I'm not saying that the torrent isn't a good idea but the idea of providing the script wast that the user could make the latest version themselves.

Anyway, good luck and hope you get the problems sort it!

Seb

jdong
May 20th, 2005, 10:52 AM
You need Azureus >= 2.3.0.0, or bittorrent >= 4.1.0-beta1

henriquemaia
May 20th, 2005, 11:08 AM
I think is good to have both solutions available.

I like the script thing, but I'm also seeding now the latest version.

Heliode
May 20th, 2005, 11:27 AM
You need Azureus >= 2.3.0.0, or bittorrent >= 4.1.0-beta1

Ok, I was still using 2.1.. 2.3 was masked in Gentoo Portage. sorry about that.
To make up for it i'll keep the torrent going for as long as I can! ;)

emendelson
May 20th, 2005, 11:52 AM
Could anyone who has completely downloaded the torrent kindly leave Azureus running afterwards? There have been periods today when no complete copy was available and Azureus was reporting that it would take 249 days to complete the download (which seemed a bit long). Many thanks!

buildid
May 20th, 2005, 12:28 PM
i have installed or updated OO with apt-get seems to be fine to me , or is this a bad thing to do ?

jdong
May 20th, 2005, 12:49 PM
Hmm. I've been seeding it nonstop. My internet connection is very crappy recently (always resets), so there may be periods where you lose track of me.

Please do continue seeding the torrent, though. Donate like 5KB/s to us. It doesn't affect you, and you can just stuff it into the system tray.


Also, make sure if you're behind a router, to forward port 6881/UDP (not just TCP) to your computer, else distributed tracking won't work! You can also turn on UPNP, and Azureus will take advantage of that.

emendelson
May 20th, 2005, 02:42 PM
UDP 6969? OK, I've enabled that in addition to TCP 6881, which is what Azureus tells me to add. I've still got Azureus open after a complete download, but nobody seems to be taking it - although I was uploading more than downloading a few hours ago. Thanks again for this...

Kyral
May 20th, 2005, 02:51 PM
Firefox won't download the Torrent file :/

I click on it and it displays what looks like XML

jdong
May 20th, 2005, 02:56 PM
Paste the URL into Azureus's Open Location dialog.

emendelson
May 20th, 2005, 02:58 PM
Hmm.. the downloaded deb had something wrong with it, so I deleted and tried again, but this time the .torrent URL didn't work in Azureus or Firefox *and* the Magnet URL (with the extra space removed) didn't work either. Azureus is still searching for it. (The message is Status:Downloading:Searching.) Are the links broken??

EDIT - Wait - turned out I had saved the file elsewhere in a working version. Works perfectly. Thank you!!

jdong
May 20th, 2005, 03:02 PM
Well, the repo was down for most of today. If you go there now, the torrent should open fine with Firefox.

Try downloading again. I had all my seeds abandon me today. If it still doesn't work ,tell me. My network has been acting up recently.


If you've already downloaded successfully, please help me seed.

jdong
May 20th, 2005, 03:11 PM
UDP 6969? OK, I've enabled that in addition to TCP 6881, which is what Azureus tells me to add. I've still got Azureus open after a complete download, but nobody seems to be taking it - although I was uploading more than downloading a few hours ago. Thanks again for this...

Sorry, I meant 6881/UDP.

jccalhoun
May 21st, 2005, 02:47 PM
Sweet! Works well. Of course OpenOffice.org seems to have come out with a newer beta overnight, but oh well, this will get me through untill the official OpenOffice.org 2.0 comes out.
Thanks!

jdong
May 21st, 2005, 05:05 PM
No problem. I'll make a torrent of the new Openoffice. Though this time I'll use a tracker. Enough fun with decentralized torrenting :)

As much fun as it is, there's still some problems:

Lack of efficiency. I'm definitely not seeing all the peers and all the seeds, unlike a centralized torrent.
Network requirements. Extensive use of 6881/udp is required, which not everyone can open.

jdong
May 21st, 2005, 05:19 PM
http://backports.ubuntuforums.org/backports/torrents/openoffice-snapshot_2.0beta-104.deb.torrent

Get your red-hot OOo 1.9.104 debs, now with a tracker ;). You can use whatever client you like!

emendelson
May 21st, 2005, 05:33 PM
OK, I'm connected - but there's no one else there, and no files listed as available...!

jdong
May 21st, 2005, 05:36 PM
shush, I suck at bittorrent ;)

I'm fixing it :)

emendelson
May 21st, 2005, 05:51 PM
Working nicely now - have you tried Azureus for this???

Kyral
May 21st, 2005, 06:22 PM
Sweet thanks! I couldn't use the decentralized one b/c I don't use Azureus (the JRE takes up too much memory for my tastes)

Heliode
May 22nd, 2005, 06:54 AM
torrenting! ;)

I'll keep it up for as long as possible!

When Hoary was released, I managed to get a share rating of around 41 before I had to turn it off, so I'm sure I'll be able to help spread this a bit ;)

jdong
May 22nd, 2005, 10:57 AM
Thanks, guys!

I'm at a remote location testing out the torrent, and I can get 65KB/s+ from it. Bittorrent rules!

jdong
May 22nd, 2005, 11:11 AM
BTW, for the next two hours, I'll be connected to a fat 180KB/s upload line. Whoever downloads now will be a lucky bastard ;)

buildid
May 22nd, 2005, 12:32 PM
get the file and will upload with 85kb/s for a few hours

jdong
May 22nd, 2005, 12:33 PM
BTW, I switched trackers... BNBT wasn't working out for me, and bttrack is so much cooler ;). It's PYTHON, come on!

You guys may need to reannounce yourselves.

sebgate20
May 22nd, 2005, 01:11 PM
I have updated the script to work with version m_104. Hopefully OpenOffice.org 2 will make a final release soon!

The instructions are located at: http://www.evolutioncolt.com/mainweb/?q=node/11

Seb

fargusmax
May 22nd, 2005, 01:31 PM
I have updated the script to work with version m_104. Hopefully OpenOffice.org 2 will make a final release soon!

The instructions are located at: http://www.evolutioncolt.com/mainweb/?q=node/11

Seb
sebgate20,

I just tried using the directions on the website, and I'm getting a 404 on downloading the non-java script. Any idea what's wrong?

Rob

jdong
May 22nd, 2005, 01:54 PM
Edit your script. Do NOT install Java by unpacking the bin into /usr/java, which not only violates FHS and Debian Java policies, but also causes all kinds of incompatibility issues and conflicts.

Install ftp://ftp2.caliu.info/backports/dists/hoary-extras/restricted/binary-i386/sun-j2re1.5_1.5.0+update02_i386.deb

or sun-j2re1.5 from Backports instead.

fargusmax
May 22nd, 2005, 02:02 PM
The instructions need to be updated as well.

3. wget http://www.evolutioncolt.com/downloads/evolutioncolt_oo2_nonjava.sh (Non-Java Version)

This step should be:

3. wget http://www.evolutioncolt.com/downloads/evolutioncolt_oo2.sh (Non-Java Version)

Rob

dejitarob
May 23rd, 2005, 01:52 PM
Any idea on how to get the kde menus? I've been seeding whenever I get the chance to go online at home, thanks btw.

jdong
May 23rd, 2005, 02:43 PM
KDE integration (native widgets, MIME registration ,etc) have NEVER made it into the default OOo builds. Majority of the work in that field was done by Ximian [Novell] and RedHat, so you'll have to compile from source with their patches for KDE native widgets.

dejitarob
May 24th, 2005, 07:30 PM
Majority of the work in that field was done by Ximian [Novell] and RedHat, so you'll have to compile from source with their patches for KDE native widgets.Is this were the openoffice.org2-kde debian package in the repositories are derived from? I see the few files it installs but it makes some call to a script from the openoffice.org2-debian-files package to install them. # call hook in openoffice.org-debian-files
if [ -x /usr/share/openoffice.org${VER}-debian-files/install-hook ]; then
/usr/share/openoffice.org${VER}-debian-files/install-hook $THIS_SCRIPT $THIS_PACKAGE "$@"
fi I'm a bit at a loss in my attempt to comprehend this, specifically what this hook does. Is there some kind of verbose argument that would show exactly what this .deb does and where?

jdong
May 24th, 2005, 07:32 PM
These are Ximian packages that the Debian Openoffice team pulled in.


As I've stated before, my .deb was generated from Openoffice.org's binaries, not from Debian's sources. That's why it's intentionally named differently (as a SNAPSHOT), that's why it's not in the Backports repository but as a loosely distributed torrent.

dejitarob
May 26th, 2005, 12:11 AM
Yes I understand. I still don't see how the kde deb installs the hooks though. Does anyone know of a easier way to reverse a .deb or some kind of verbose argument that would show exactly what it does and where? Or is it just not possible?

abmcr
May 26th, 2005, 12:31 PM
I tried to install the latest langpack of OOo 1.9.104 (OOo_1.9.104_LinuxIntel_langpack_it.sh) but the tail command writed as

tail -n +159 OOo_1.9.104_LinuxIntel_langpack_it.sh > italian.rpm

don't produce a valid rpm file for alien command. In the sh file at line 143 there is:
$tail_prog +$linenum $0 | gunzip | (cd $outdir; tar xvf -)

Is necessary to launch gunzip? Thank you

lindt
May 26th, 2005, 12:59 PM
try this: tail -n +159 OOo_1.9.104_LinuxIntel_langpack_it.sh > italian.tar.gz

in the archive there will be three *.rpm, unpack and convert with alien

NateC
May 29th, 2005, 12:32 PM
When will the torrent link will be back up? Or.. will it?

dejitarob
May 31st, 2005, 01:10 AM
When will the torrent link will be back up? Or.. will it?
http://www.evolutioncolt.com/downloads/evolutioncolt_oo2.sh works fine. I'm still trying to figure out if there is a way to deconstruct a deb so I can possibly port the kde package for the latest beta.

baraider
June 3rd, 2005, 05:15 PM
i follow the guide on this thread and get it working....however, along the way, i have to do it couple of times.....

In the end, i ended up with duplicate icons for everything in the App-office menus...there are 2 icons for everything..

OpenOffice. org 1.9 Math
OpenOffice. org 1.9 Math
.....etc
The first icon, when clicked, open find, the second, when clicked show this error

Cannot launch entry

Details: Failed to execute child process "/opt/openoffice.org1.9.104/program/soffice" (No such file or directory)

How do i delete the set of invalid second icons or delete anything that left during the botched installation

oddabe19
June 3rd, 2005, 10:32 PM
i follow the guide on this thread and get it working....however, along the way, i have to do it couple of times.....

In the end, i ended up with duplicate icons for everything in the App-office menus...there are 2 icons for everything..

OpenOffice. org 1.9 Math
OpenOffice. org 1.9 Math
.....etc
The first icon, when clicked, open find, the second, when clicked show this error

Cannot launch entry

Details: Failed to execute child process "/opt/openoffice.org1.9.104/program/soffice" (No such file or directory)

How do i delete the set of invalid second icons or delete anything that left during the botched installation
I get that same one with the writer.
Cannot launch entry

Details: Failed to execute child process "/opt/openoffice.org1.9.104/program/soffice" (No such file or directory)

JuanC
June 4th, 2005, 07:14 AM
In the OpenOffice roadmap says :
http://development.openoffice.org/releases/OpenOffice_org_2_x.html
May 2005: OOo 2.0 rc
June 2005 : OOo 2.0
Q3 2005: OOo 2.0.1

There is no OpenOffice 2.0 rc and this is June , Where is OpenOffice 2?

joshchernoff
June 5th, 2005, 09:32 PM
As part of my work at Evolution Colt, I've written a tutorial on installating the latest OpenOffice.org Beta 2 on Ubuntu Linux Hoary Hedgehog.

This tutorial was written for OpenOffice 1.9.95 and has been tested on several machines. You can find the HOWTO at: http://www.evolutioncolt.com/pages/documentation/openoffice-2--ubuntu.php

Leave any comments here or email me directly at spayne@evolutioncolt.com. Could a Moderator make this thread a sticky?

Seb Payne
Systems Administrator - Evolution Colt
is it all the same for V 1.9.104? i'm having a problem with the editing of the
javavender.xml file under root shell and I can't seem to login under root
but when I skip that and go to the next thing to do on that list witch is some this like
--shared i get a decrepped error and it says to use unopkg insted and when I do that I get a error that java runtime can't be found can some one give me a pointer
I'm realy new the linux thanks

hantms
June 12th, 2005, 06:12 AM
> http://development.openoffice.org/releases/OpenOffice_org_2_x.html

It seems the link is broken... Any word on a new location for this info?

Cheers,
Han.

jasplund
June 12th, 2005, 06:32 AM
It works for me

Sionide
June 12th, 2005, 08:19 AM
That link works, make sure you click it rather than copy/pasting... The "r...ce_org" bit isn't the actual URI, it's just to shorten it for the forums.

This link however, doesn't work -> http://www.evolutioncolt.com/pages/documentation/openoffice-2--ubuntu.php

So, can you post the HOWTO on the actual forum or something? :?

moment
June 12th, 2005, 01:14 PM
Thanks very much. Well done! The link on your first post is broken but I managed to download it from http://www.evolutioncolt.com/mainweb/?q=node/11

There are two issues with the script that I mentioned. The first is that jre1.5 which is going to be downloaded by the script is not available anymore (or is not at the moment). The second is that the script doesn't check whether the dpkg database is locked or not. I had Synaptic open in another workspace by mistake.

desdinova
June 12th, 2005, 01:22 PM
I've just installed the latest OO.org - has anyone else noticed the font rendering for some reason isn't quite as good as that in Gnome?

lonetree
June 18th, 2005, 11:37 PM
OpenOffice release 1.9.m109 is out. Has anyone tried that already? Any idea how to install? Is it the same as the version 1.9.m104?


Regards

jasplund
June 19th, 2005, 05:09 AM
You can download the script "ooo-auto-install-m100-en.sh.gz" from http://www.piai.it/Alberto/doc/ooo-debianize-en.html. Open it in gedit. Change every 1.9.100 to 1.9.109. Also change mandrakelinux to mandriva. Download OOo1.9.109 from www.openoffice.org (not necessary). Make the script executable and run the script. This will make you a deb file which you can install with dpkg.

Johan

lonetree
June 19th, 2005, 01:36 PM
I will try this tomorrow, hope it just work the same. Btw, is removing the existing m104 version necessary? If yes, do I just delete the whole directory?

Anyway, I will try this. Will post here.

Just wonder when the actual release will be out.

Regards.

jasplund
June 19th, 2005, 02:12 PM
You can uninstall 104 with synaptic. But only "remove" not "completely remove". Then you can rename /home/*user*/.openoffice.org1.9.104 to .openoffice.org1.9.109 that way you'll keep your settings. After this you should install the deb.

Tomasz
June 22nd, 2005, 07:08 AM
I've edited the autoinstall script to use the newest build 1.9.109.


#!/bin/sh

# Download and debianize OpenOffice 2 beta
#
# ----- Alberto Piai, april 2005
# Released under GNU GPL license
#
# Credits:
# Based on
# http://nathanvi.it/openoffice/index.php?page=DeBianizza by Peo e no0tic

# Requirements:

# -a Java Runtime Environment is needed by OOo for full functionality
# -OOo 1.x COMPLETELY uninstalled from the system
#
#

VERSIONE="1.9.109"
HOME=~
WORKDIR=$HOME/.OOotemp3323
CURDIR=`pwd`
FILE_NAME="OOo_1.9.109_LinuxIntel_install.tar.gz"
DOWNLOAD_PATH="ftp://ftp.join.uni-muenster.de/pub/software/OpenOffice/developer/680_m109/OOo_1.9.109_LinuxIntel_install.tar.gz"

test ! -x $WORKDIR || (
echo "* There's already a $WORKDIR directory..."
echo "* Rename it or remove it before going on"
echo "* Or just change the WORKDIR variable in this script!"
)
test ! -x $WORKDIR || exit 0

if [ -f $CURDIR/$FILE_NAME ];
then
echo "* Found the tar.gz in this directory!"
echo "* Not going to download it again"
else
echo "* Download the tar.gz......"
wget $DOWNLOAD_PATH
fi

mkdir $WORKDIR
cd $WORKDIR
ln -s $CURDIR/$FILE_NAME $WORKDIR/$FILE_NAME

echo "* Extracting tar.gz package....."
tar zxf $FILE_NAME

touch debian-binary
echo "2.0" > debian-binary

echo "* Adapting it to Debian / Ubuntu:"
echo "* --> removing unnecessary files"

rm -f RPMS/desktop-integration/openofficeorg-redhat-menus-1.9.109-1.noarch.rpm
rm -f RPMS/desktop-integration/openofficeorg-suse-menus-1.9.109-1.noarch.rpm
rm -f RPMS/desktop-integration/openofficeorg-mandriva-menus-1.9.109-1.noarch.rpm

echo "* --> extracting RPMs........."
mv RPMS/desktop-integration/openofficeorg-freedesktop-menus-1.9.109-1.noarch.rpm RPMS/
for file in `ls RPMS/*.rpm` ;
do rpm2cpio $file|cpio -idm &> /dev/null;
done

rm -f RPMS -R

# Crea la directory etc e fai i link necessari
echo "* --> preparing /etc directory and its links"
mkdir etc
mkdir etc/openoffice.org-1.9
cd etc/openoffice.org-1.9
ln -s ../../opt/openoffice.org1.9.109/share .
ln -s ../../opt/openoffice.org1.9.109/program .
cd ../..

echo "* Packaging data..."
tar zcf data.tar.gz opt usr etc
rm -f opt -R
rm -f usr -R
rm -f etc -R

echo -n "* Packaging .deb file........"

echo "Package: openoffice-snapshot"> control
echo "Version: $VERSIONE" >> control
echo "Architecture: i386" >> control
echo "Description: Snapshot of openoffice m680" >> control

tar zcf control.tar.gz control
rm -f control

ar r openoffice-snapshot_$VERSIONE.deb debian-binary &> /dev/null
rm -f debian-binary
ar r openoffice-snapshot_$VERSIONE.deb control.tar.gz
rm -f control.tar.gz
ar r openoffice-snapshot_$VERSIONE.deb data.tar.gz
rm -f data.tar.gz

echo " OK"

echo "* Cleaning up..."
cp $WORKDIR/*.deb $CURDIR
cd $CURDIR
rm -rf $WORKDIR

echo "* Done!!!"
echo "* If you already uninstalled OpenOffice 1.x"
echo "* install the .deb file with:"
echo "* sudo dpkg -i openoffice-snapshot_$VERSIONE.deb"


Dla Polaków szybszy będzie ten skrypt (For Polish users this script will be faster):


#!/bin/sh

# Download and debianize OpenOffice 2 beta
#
# ----- Alberto Piai, april 2005
# Released under GNU GPL license
#
# Credits:
# Based on
# http://nathanvi.it/openoffice/index.php?page=DeBianizza by Peo e no0tic

# Requirements:

# -a Java Runtime Environment is needed by OOo for full functionality
# -OOo 1.x COMPLETELY uninstalled from the system
#
#

VERSIONE="2.0beta-3"
HOME=~
WORKDIR=$HOME/.OOotemp3323
CURDIR=`pwd`
FILE_NAME="OOo_1.9.109_LinuxIntel_install.tar.gz"
DOWNLOAD_PATH="ftp://ftp.man.poznan.pl/pub/openoffice/developer/680_m109/OOo_1.9.109_LinuxIntel_install.tar.gz"

test ! -x $WORKDIR || (
echo "* There's already a $WORKDIR directory..."
echo "* Rename it or remove it before going on"
echo "* Or just change the WORKDIR variable in this script!"
)
test ! -x $WORKDIR || exit 0

if [ -f $CURDIR/$FILE_NAME ];
then
echo "* Found the tar.gz in this directory!"
echo "* Not going to download it again"
else
echo "* Download the tar.gz......"
wget $DOWNLOAD_PATH
fi

mkdir $WORKDIR
cd $WORKDIR
ln -s $CURDIR/$FILE_NAME $WORKDIR/$FILE_NAME

echo "* Extracting tar.gz package....."
tar zxf $FILE_NAME

touch debian-binary
echo "2.0" > debian-binary

echo "* Adapting it to Debian / Ubuntu:"
echo "* --> removing unnecessary files"

rm -f RPMS/desktop-integration/openofficeorg-redhat-menus-1.9.109-1.noarch.rpm
rm -f RPMS/desktop-integration/openofficeorg-suse-menus-1.9.109-1.noarch.rpm
rm -f RPMS/desktop-integration/openofficeorg-mandriva-menus-1.9.109-1.noarch.rpm

echo "* --> extracting RPMs........."
mv RPMS/desktop-integration/openofficeorg-freedesktop-menus-1.9.109-1.noarch.rpm RPMS/
for file in `ls RPMS/*.rpm` ;
do rpm2cpio $file|cpio -idm &> /dev/null;
done

rm -f RPMS -R

# Crea la directory etc e fai i link necessari
echo "* --> preparing /etc directory and its links"
mkdir etc
mkdir etc/openoffice.org-1.9
cd etc/openoffice.org-1.9
ln -s ../../opt/openoffice.org1.9.109/share .
ln -s ../../opt/openoffice.org1.9.109/program .
cd ../..

echo "* Packaging data..."
tar zcf data.tar.gz opt usr etc
rm -f opt -R
rm -f usr -R
rm -f etc -R

echo -n "* Packaging .deb file........"

echo "Package: openoffice-snapshot"> control
echo "Version: $VERSIONE" >> control
echo "Architecture: i386" >> control
echo "Description: Snapshot of openoffice m680" >> control

tar zcf control.tar.gz control
rm -f control

ar r openoffice-snapshot_$VERSIONE.deb debian-binary &> /dev/null
rm -f debian-binary
ar r openoffice-snapshot_$VERSIONE.deb control.tar.gz
rm -f control.tar.gz
ar r openoffice-snapshot_$VERSIONE.deb data.tar.gz
rm -f data.tar.gz

echo " OK"

echo "* Cleaning up..."
cp $WORKDIR/*.deb $CURDIR
cd $CURDIR
rm -rf $WORKDIR

echo "* Done!!!"
echo "* If you already uninstalled OpenOffice 1.x"
echo "* install the .deb file with:"
echo "* sudo dpkg -i openoffice-snapshot_$VERSIONE.deb"

Dave_is_sexy
June 23rd, 2005, 10:14 PM
What's wrong with the openoffice.org2 entries in Synaptic?

Rinnan
June 24th, 2005, 08:07 PM
What's wrong with the openoffice.org2 entries in Synaptic?
The openoffice.org2 entries in Synpatic are old, for an older version of the beta (m79). The above script gets you version m109. There is a big difference in speed, as well as stability and so on. And besides, in the Linux world -- stuff more than a week old is TOO OLD :)

arnieboy
June 25th, 2005, 11:26 PM
yeah i guess so since I installed openoffice from synaptic today and the stuff keeps crashing at the slightest nudge.. will wait for some quick upgrades in the ubuntu repositories... always helps in upgrading later.. for now, the looks of it are good.. but only if its stable.. i have removed version 1.13.. that was a few decades behind MS Office.

jdong
June 26th, 2005, 01:54 PM
Use the scripts mentioned here to make snapshots. They're far superior to the current Hoary Universe snapshots.

UbuWu
June 29th, 2005, 07:28 PM
As part of my work at Evolution Colt, I've written a tutorial on installating the latest OpenOffice.org Beta 2 on Ubuntu Linux Hoary Hedgehog.

This tutorial was written for OpenOffice 1.9.95 and has been tested on several machines. You can find the HOWTO at: http://www.evolutioncolt.com/pages/documentation/openoffice-2--ubuntu.php


404 Not Found

The requested URL /pages/documentation/openoffice-2--ubuntu.php was not found on this server.
Apache/2.0.53 (Ubuntu) PHP/4.3.10-10ubuntu4 Server at www.evolutioncolt.com Port 80

N'Jal
June 29th, 2005, 07:45 PM
tre here New Page (http://www.evolutioncolt.com/mainweb/?q=node/11)

UbuWu
June 29th, 2005, 08:35 PM
Thanks. Can seb or the moderators edit the first post? So people don't have to go reading all the posts because the link doesn't work...

N'Jal
June 29th, 2005, 09:09 PM
I have tryed this script a couple of times and each time it failed, i will post more on what happened later.

Toz
June 29th, 2005, 09:42 PM
I have tryed this script a couple of times and each time it failed, i will post more on what happened later.
me too and same problem. I get the following:

***Converting the Packages to the Debian Format***

./
./RPMS/
./RPMS/openofficeorg-gnome-integration-1.9.104-1.i586.rpm
./RPMS/openofficeorg-core01-1.9.104-1.i586.rpm

tar: Read 916 bytes from OOo_1.9.104_LinuxIntel_install.tar.gz
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
rm: cannot remove `openofficeorg-testtool-1.9.104-1.i586.rpm': No such file or directory
rm: cannot remove `desktop-intergration': No such file or directory
openofficeorg-core01_1.9.104-2_i386.deb generated
openofficeorg-gnome-integration_1.9.104-2_i386.deb generated
(Reading database ... 86598 files and directories currently installed.)
Preparing to replace openofficeorg-core01 1.9.104-2 (using openofficeorg-core01_1.9.104-2_i386.deb) ...
Unpacking replacement openofficeorg-core01 ...
Preparing to replace openofficeorg-gnome-integration 1.9.104-2 (using openofficeorg-gnome-integration_1.9.104-2_i386.deb) ...
Unpacking replacement openofficeorg-gnome-integration ...
Setting up openofficeorg-core01 (1.9.104-2) ...
Setting up openofficeorg-gnome-integration (1.9.104-2) ...
chmod: cannot access `/opt/openoffice.org1.9.104/program/soffice': No such file or directory

Toz
June 29th, 2005, 10:09 PM
me too and same problem. I get the following:

***Converting the Packages to the Debian Format***

./
./RPMS/
./RPMS/openofficeorg-gnome-integration-1.9.104-1.i586.rpm
./RPMS/openofficeorg-core01-1.9.104-1.i586.rpm

tar: Read 916 bytes from OOo_1.9.104_LinuxIntel_install.tar.gz
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
rm: cannot remove `openofficeorg-testtool-1.9.104-1.i586.rpm': No such file or directory
rm: cannot remove `desktop-intergration': No such file or directory
openofficeorg-core01_1.9.104-2_i386.deb generated
openofficeorg-gnome-integration_1.9.104-2_i386.deb generated
(Reading database ... 86598 files and directories currently installed.)
Preparing to replace openofficeorg-core01 1.9.104-2 (using openofficeorg-core01_1.9.104-2_i386.deb) ...
Unpacking replacement openofficeorg-core01 ...
Preparing to replace openofficeorg-gnome-integration 1.9.104-2 (using openofficeorg-gnome-integration_1.9.104-2_i386.deb) ...
Unpacking replacement openofficeorg-gnome-integration ...
Setting up openofficeorg-core01 (1.9.104-2) ...
Setting up openofficeorg-gnome-integration (1.9.104-2) ...
chmod: cannot access `/opt/openoffice.org1.9.104/program/soffice': No such file or directory
go it. ran the same script 3 times and the third time it worked. must have been a hiccup somewhere...

zerohalo
June 30th, 2005, 03:17 PM
tre here New Page (http://www.evolutioncolt.com/mainweb/?q=node/11)

I tried that, but when executing the wget command for the non-java version I get a 404 Not Found error.

In navigating the Evolution Colt site itself, the link to the script doesn't seem to work anymore either.

zerohalo
June 30th, 2005, 04:23 PM
http://backports.ubuntuforums.org/backports/torrents/openoffice-snapshot_2.0beta-104.deb.torrent

Get your red-hot OOo 1.9.104 debs, now with a tracker ;). You can use whatever client you like!

Thanks for doing this, Jdong. I'm prompted for a user/pw when trying to access the above link (whether in Firefox or Azureus). Is there restricted access?

arnieboy
June 30th, 2005, 05:36 PM
same question here. whats the user name and password?

harnadem
June 30th, 2005, 10:30 PM
I found that this command works:
wget http://www.evolutioncolt.com/downloads/evolutioncolt_oo2.sh (Non-Java Version)

arnieboy
July 1st, 2005, 12:19 AM
when u have 143 posts on a single thread, things get confusing. I think someone like jdong shd start a new thread and give the correct links etc.

arnieboy
July 1st, 2005, 12:45 AM
I found that this command works:
wget http://www.evolutioncolt.com/downloads/evolutioncolt_oo2.sh (Non-Java Version)
yes thanks buddy.. the thing does work. checked it out. maybe u shd start another thread putting this link up so that everyone can use. just make sure to mention that this one is the non-java version.

deBaas
July 1st, 2005, 11:40 AM
I found that this command works:
wget http://www.evolutioncolt.com/downloads/evolutioncolt_oo2.sh (Non-Java Version)
Just open the tekst editor and follow the commands, this way you can easly install the LATEST beta, currently OOo 1.9.113. The script installs 1.9.108

zerohalo
July 2nd, 2005, 10:45 AM
I modified the script so that the beta version number (ie 113) can be passed to the script as a parameter. Ie:
$ evolutioncolt_oo2.sh 113

This way you can re-use the same script to upgrade to the latest version without having to edit the script each time. OOo2-beta will be installed to /opt/openoffice.org1.9.

I also modified the menu items to point to /opt/openoffice.org1.9 rather than /opt/openoffice.org1.9.xxx so that you don't have to change them each time you upgrade to the latest beta. See attached TAR, which you should download to ~/openoffice2 before running the script below. The script below is modified to work with this tar.


# Installation Script for OpenOffice.org 2 Beta (1.9.xxx)
#
# Contact spayne@sebpayne.com with any problems
#
# This script is copyright Evolution Colt 2005.
#
# Modified by zerohalo:
# Accepts OOo2-beta snapshot number as parameter passed to the script.
# Works with modified menu items that point to /opt/openoffice.org1.9.
# Installs OOo2-beta in /opt/openoffice.org1.9
#
#

echo
echo "Welcome to the Evolution Colt Script for Installing OpenOffice 2 Beta. This has been officaly tested by us on Ubuntu Linux Hoary Hedgehog 5.04. Please Note: If you are promopted with 'Password:', enter your password. This is the NON-JAVA version which assumes you have the Sun JRE installed. If you do, this could destroy you setup. You should cancel it now (Ctrl+C) and run the Java version evolutioncolt_oo2_java.sh as this will install the JRE. You have been warned...."
echo
sleep 10

# Stage 1: Get the Files

echo
echo "***Downloading the Installation File**"
echo
sleep 2

mkdir ~/openoffice2
cd ~/openoffice2
wget http://www.mirror.ac.uk/mirror/sunsite.dk/openoffice/developer/680_m$1/OOo_1.9.$1_LinuxIntel_install.tar.gz

# Stage 2: Covert the Files to Debian Packages and Installation

echo
echo "***Converting the Packages to the Debian Format***"
echo
sleep 2

tar zxvf OOo_1.9.$1_LinuxIntel_install.tar.gz
cd SRC680_m$1_native_packed-1_en-US.8930/RPMS
rm openofficeorg-testtool-1.9.$1-1.i586.rpm
rm -r desktop-intergration
sudo alien -d *.rpm
rm *.rpm
sudo dpkg -i *.deb
sudo chmod 555 /opt/openoffice.org1.9.$1/program/soffice
sudo mv -f /opt/openoffice.org1.9.$1 /opt/openoffice.org1.9

# Stage 3: Copying the Menu Links

echo
echo "***Menu Links***"
echo
echo "Make sure you've downloaded OOoMenuItems.tar.gz and placed"
echo "it in your ~/openoffice2 folder. If you haven't, open"
echo "another terminal and do so now before continuing."
echo
echo "If OOo2MenuItems.tar.gz is in place, press enter."
echo
read

cd ~/openoffice2
tar zxvf OOo2MenuItems.tar.gz
sudo cp menu/* /usr/share/applications/

# Stage 4: Copying the Icons

echo
echo "***Moving the Icons to the Right Place***"
echo
sleep 1

sudo cp 16x16/* /usr/share/icons/hicolor/16x16/apps/
sudo cp 32x32/* /usr/share/icons/hicolor/32x32/apps/
sudo cp 48x48/* /usr/share/icons/hicolor/48x48/apps/

echo
echo "***Finished! You can now start OpenOffice2.org from the Applications menu***"
echo
sleep 2

timczer
July 2nd, 2005, 01:28 PM
The updated script by zerohalo worked great. The only issue I had was that the entries in the applications menu did not point to the correct programs (ended with /programs/soffice -writer etc. while the actual should have been /programs/swriter) After fixing these it is all good. I like that I will be able to use the same script to download updates as they come. Thanks.

zerohalo
July 2nd, 2005, 05:43 PM
The updated script by zerohalo worked great. The only issue I had was that the entries in the applications menu did not point to the correct programs (ended with /programs/soffice -writer etc. while the actual should have been /programs/swriter) After fixing these it is all good. I like that I will be able to use the same script to download updates as they come. Thanks.

Did .../program/soffice -writer not work for you? Because it works for me. Both .../program/soffice -writer and .../program/swriter (as you put it) yield the same results on my system (as in, they both launch Writer).

Albaraha
July 3rd, 2005, 07:32 AM
Thanks zerohalo.
It works.

timczer
July 3rd, 2005, 12:29 PM
One of the icons in the menu did work (I don't remember which one), the other didn't. The issue was also that it only placed two of the openoffice programs in the office menu. When I went to smeg it showed all the listings, they just didn't show up in the applications menu. When I changed the paths in smeg they showed up and worked fine.

disciple3d
July 3rd, 2005, 06:29 PM
Thanks for this script! It works great for me. I have made a slightly modified version which downloads the OOo2MenuItems.tar.gz.2 file too from my website. I'm not sure if this is at all useful, but here you go anyway...

http://www.disciple3d.co.uk/files/evolutioncolt_oo2

manicka
July 3rd, 2005, 06:48 PM
Will these menus overwrite the ones previously installed using the evolutioncolt script?

manicka
July 3rd, 2005, 07:17 PM
I modified the script so that the beta version number (ie 113) can be passed to the script as a parameter.
This way you can re-use the same script to upgrade to the latest version without having to edit the script each time. OOo2-beta will be installed to /opt/openoffice.org1.9.

I also modified the menu items to point to /opt/openoffice.org1.9 rather than /opt/openoffice.org1.9.xxx so that you don't have to change them each time you upgrade to the latest beta. See attached TAR, which you should download to ~/openoffice2 before running the script below. The script below is modified to work with this tar.

I keep getting a 404 file not found error when running this script. It appears that the script is not passing the version number corectly. The full error looks like this


--09:02:47-- http://public.planetmirror.com/pub/openoffice/developer/680_m/OOo_1.9._LinuxIntel_install.tar.gz
=> `OOo_1.9._LinuxIntel_install.tar.gz'
Resolving public.planetmirror.com... 203.16.234.91, 203.16.234.19, 203.16.234.20, ...
Connecting to public.planetmirror.com[203.16.234.91]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
09:02:47 ERROR 404: Not Found.

I'm using a different mirror but the file is definitely there. The same error occured using the mirror in the original script as well. My wget entry in the script looks like wget http://public.planetmirror.com/pub/openoffice/developer/680_m$1/OOo_1.9.$1_LinuxIntel_install.tar.gz

to make the script I just copied it to a text file, called it install.sh and ran it with 'sh install.sh' from a terminal.

Any ideas what is wrong?

manicka
July 3rd, 2005, 08:03 PM
OK, so I gave up and manually edited the script to 113 and have installed happily.

I don't understand why it didn't work. any thoughts?

qbax
July 4th, 2005, 09:08 AM
Ive experienced serious crash after copying and paste one of the large number of cell s to another sheet in calc oo 1.9b. Whole system freezed, after rebboting it wont boot up. failed on fsch. Ive fallowed the instructions, run fsch manualy without any parameter, fixed about 35 errors, and some orphan entries (?). then system boot up again and it seems fully functional - but I didn't like that crash. any sugestions ? I'm Ubuntu newbie, Installed oo via synaptic...

manicka
July 4th, 2005, 03:04 PM
The beta version of Ooo that is available through backports (1.9.79) is very out of date. Remove and try installing using zerohalo's version of the script. This will get you the latest version (113) which has many more bugs ironed out.

vassie
July 5th, 2005, 02:15 AM
zerohalo's script worked a treat, thank you :)
Ben

neongtr
July 5th, 2005, 11:39 PM
i tried but i think the link is broken

manicka
July 6th, 2005, 12:56 AM
You might have the smae problem I did where the script wouldn't pass the latest version number to wget or wget just didn't do the job properly, hence I had to maually edit the script to download the 113 version. Once I did this the script worked perfectly

neongtr
July 6th, 2005, 02:00 AM
oh i see, well I am using 113 but want to have the base feature.

I just wonder when will 2 become official??

neongtr
July 6th, 2005, 02:46 AM
oh as a newbie, I dont know that opeonoffice is 1.9.113

silly me...

how do i edit the script to get the download?

manicka
July 6th, 2005, 04:22 AM
I'n not really sure why the script wouldn't work for me but this edit did. Remember to download the OOoMenuItems.tar.gz file created by zerohalo and place it in ~/openoffice2(/home/yourusername/openoffice2)

# Installation Script for OpenOffice.org 2 Beta (1.9.xxx)
#
# Contact spayne@sebpayne.com with any problems
#
# This script is copyright Evolution Colt 2005.
#
# Modified by manicka from zerohalo's version:
# Accepts OOo2-beta snapshot number as parameter passed to the script.
# Works with modified menu items that point to /opt/openoffice.org1.9.
# Installs OOo2-beta in /opt/openoffice.org1.9
#
#

echo
echo "Welcome to the Evolution Colt Script for Installing OpenOffice 2 Beta. This has been officaly tested by us on Ubuntu Linux Hoary Hedgehog 5.04. Please Note: If you are promopted with 'Password:', enter your password. This is the NON-JAVA version which assumes you have the Sun JRE installed. If you do, this could destroy you setup. You should cancel it now (Ctrl+C) and run the Java version evolutioncolt_oo2_java.sh as this will install the JRE. You have been warned...."
echo
sleep 10

# Stage 1: Get the Files

echo
echo "***Downloading the Installation File**"
echo
sleep 2

mkdir ~/openoffice2
cd ~/openoffice2
wget http://public.planetmirror.com/pub/openoffice/developer/680_m113/OOo_1.9.113_LinuxIntel_install.tar.gz

# Stage 2: Covert the Files to Debian Packages and Installation

echo
echo "***Converting the Packages to the Debian Format***"
echo
sleep 2

tar zxvf OOo_1.9.113_LinuxIntel_install.tar.gz
cd SRC680_m113_native_packed-1_en-US.8930/RPMS
rm openofficeorg-testtool-1.9.113-1.i586.rpm
rm -r desktop-intergration
sudo alien -d *.rpm
rm *.rpm
sudo dpkg -i *.deb
sudo chmod 555 /opt/openoffice.org1.9.113/program/soffice
sudo mv -f /opt/openoffice.org1.9.113 /opt/openoffice.org1.9

# Stage 3: Copying the Menu Links

echo
echo "***Menu Links***"
echo
echo "Make sure you've downloaded OOoMenuItems.tar.gz and placed"
echo "it in your ~/openoffice2 folder. If you haven't, open"
echo "another terminal and do so now before continuing."
echo
echo "If OOo2MenuItems.tar.gz is in place, press enter."
echo
read

elsewhere
July 6th, 2005, 02:19 PM
Yes I understand. I still don't see how the kde deb installs the hooks though. Does anyone know of a easier way to reverse a .deb or some kind of verbose argument that would show exactly what it does and where? Or is it just not possible?

I pulled my hair out over this for a while, tried different ways including forcing the existing openoffice.org2-kde from the repos and repackaging the deb to make it compatible with the updated ooo2 files etc. etc. Couldn't get it to work.

However, 113 has now be uploaded to the Breezy repos, including an updated openoffice.org2-kde package. I installed ooo2 113 from the repos without a problem into Hoary, but the kde package had a lot of dependencies I wasn't comfortable with since they seem to be part of breezy. I just downloaded the kde package separately, removed the dependencies and installed it straight. Works perfectly, so now I've got ooo2 with KDE integration.

The drawback is that the performance of the version from the repos seems to lag a bit behind the version I previously installed from this HOWTO, maybe because it's optimized for Breezy, but the kde integration was more important for me so I'll suffer.

Just wanted to throw this in as an option. Might be possible to install 113 using this howto but download the kde package from breezy and then modify the .deb to install properly into the generic 113 ?

Hope this helps...

Cheers,
KV

zerohalo
July 6th, 2005, 11:55 PM
I'n not really sure why the script wouldn't work for me but this edit did. Remember to download the OOoMenuItems.tar.gz file created by zerohalo and place it in ~/openoffice2(/home/yourusername/openoffice2)

Manicka, I'm curious as to why my version of the script didn't work for you. Were you running the script along with the version number? It seems to me from the error message you reported earlier that perhaps you were just calling the script without including the version number.

The script should be run like this:

$ ./scriptname.sh 113

(scriptname.sh) being whatever you saved the script as.

if you ran:

$ ./scriptname.sh

then you would get the error message you reported.

The idea behind the script is that when the next OOo version is released, you can run the same script again as:

$ ./scriptname.sh 114

manicka
July 6th, 2005, 11:59 PM
That clears it up for me.

It would help if I read the instructions properly in the first place :)

Thanks zerohalo :D

jdong
July 7th, 2005, 07:24 AM
However, 113 has now be uploaded to the Breezy repos, including an updated openoffice.org2-kde package. I installed ooo2 113 from the repos without a problem into Hoary, but the kde package had a lot of dependencies I wasn't comfortable with since they seem to be part of breezy. I just downloaded the kde package separately, removed the dependencies and installed it straight. Works perfectly, so now I've got ooo2 with KDE integration.

The drawback is that the performance of the version from the repos seems to lag a bit behind the version I previously installed from this HOWTO, maybe because it's optimized for Breezy, but the kde integration was more important for me so I'll suffer.

Time out....

Openoffice2 from Breezy is compiled with the GCJ 4.0 native Java system, not to mention that the whole thing is compiled against different versions of GNOME and KDE for integration, different document type support libraries for other file formats (WPD, etc)... Don't try to install OOo2 from Breezy, because it's likely not to be stable. I've already confirmed that the source doesn't compile on Hoary due to it not having all the required libraries!

manicka
July 7th, 2005, 07:34 AM
Time out....

Openoffice2 from Breezy is compiled with the GCJ 4.0 native Java system, not to mention that the whole thing is compiled against different versions of GNOME and KDE for integration, different document type support libraries for other file formats (WPD, etc)... Don't try to install OOo2 from Breezy, because it's likely not to be stable. I've already confirmed that the source doesn't compile on Hoary due to it not having all the required libraries!

Okay, I'm happy to stick with this script until breezy :)

elsewhere
July 7th, 2005, 09:04 PM
Time out....

Openoffice2 from Breezy is compiled with the GCJ 4.0 native Java system, not to mention that the whole thing is compiled against different versions of GNOME and KDE for integration, different document type support libraries for other file formats (WPD, etc)... Don't try to install OOo2 from Breezy, because it's likely not to be stable. I've already confirmed that the source doesn't compile on Hoary due to it not having all the required libraries!

I knew I could be playing with fire drawing from Breezy, but the kde-integration issue was (irrationally) driving me nuts. My thought with my post was to suggest trying to use the ooo2-kde 113 package from breezy to see if it would work in the generic 113 downloaded via this hotwo script, I just never tried it myself.

FWIW, the breezy version is running with more stability on my system than the previous two betas, I've got the kde integration and the interface seems much cleaner. I'm not recommending it for everyone, but it's suiting my purposes. In fairness, I don't think I've used any of the modules that require java, since the majority of my work is xls spreadsheets, so I haven't had any java/GCJ issue bite me yet. As long as I can get by until the official release, I'll be happy...

Cheers,
KV

RaymondQE
July 8th, 2005, 03:38 AM
I didn't have time to wade through all of the pages in this thread, but I was wondering why the script manually sets up the menus when there is a desktop-integration deb package that works pretty well at setting up the openoffice menus. I believe It even updates the mime information to point to the OOo beta.

zerohalo
July 8th, 2005, 02:21 PM
Since this thread has gotten so long, I'll try to summarize the steps, as they currently stand, so a new reader doesn't have to read through the whole thing:

1. Download the install script found here:
http://www.disciple3d.co.uk/files/evolutioncolt_oo2

(Script originally written by sebgate20, modified by me, further modified by disciple3d. Hosted by disciple3d.)

2. Save the script anywhere on your computer, call it what you like (ie, oo2-beta-install.sh)

3. Make the script executable:
$ chmod +x oo2-beta-install.sh

4. Run the script as follows:
$ oo2-beta-install.sh xxx

replace xxx with the three digit latest beta version number. currently it's 113. To find the latest version number, look here:

http://download.openoffice.org/680/index.html

Notes:

- The script will download the latest beta version from the OO site, as well as the menu icons from disciple3d's site.
- OpenOffice will be installed in /opt/openoffice.org1.9, and menu items will point there.
- The script uses alien to convert the RPMs to DEBs. If you have a problem with alien hanging, run the script again.
- When the next beta release comes out, run the script again, with the new number. Ie, $ oo2-beta-install.sh 114. No need to delete the old installation.
- You can keep your Ubuntu Oo1 or Oo2 installations if you like, though if you're happy with the latest beta, you can uninstall them, via Synaptic, without it affecting the beta install.

Enjoy!

PS. If you find a working DEB of the latest OO2-beta package (it's not in universe/multiverse but you might find it elsewhere), then just use that instead of the script.

arnieboy
July 8th, 2005, 04:47 PM
zerohalo I have a question for you. What happens when i run the script again for lets say beta version 115? will it overwrite beta version 113? or will it install the debs for 115 separately giving us two separate versions of OO (beta 113 and beat 115)? It would be better if this script actually upgrades the installed beta version to the higher beta version. Does it do that?

jasplund
July 8th, 2005, 05:23 PM
Since this thread has gotten so long, I'll try to summarize the steps, as they currently stand, so a new reader doesn't have to read through the whole thing:

1. Download the install script found here:
http://www.disciple3d.co.uk/files/evolutioncolt_oo2



Is this the script to use if I have java already or is it not?

the script says: "This is the NON-JAVA version which assumes you have the Sun JRE installed. If you do, this could destroy you setup."

It assumes that I have Sun JRE installed which I do. But it will also destroy my setup of it. I don't get it.

manicka
July 8th, 2005, 05:35 PM
zerohalo I have a question for you. What happens when i run the script again for lets say beta version 115? will it overwrite beta version 113? or will it install the debs for 115 separately giving us two separate versions of OO (beta 113 and beat 115)? It would be better if this script actually upgrades the installed beta version to the higher beta version. Does it do that?
From what I can see the last part of the script should just move the new install to the generic folder and overwrite the old one. Is that correct zerohalo?

manicka
July 8th, 2005, 05:38 PM
Is this the script to use if I have java already or is it not?

the script says: "This is the NON-JAVA version which assumes you have the Sun JRE installed. If you do, this could destroy you setup."

It assumes that I have Sun JRE installed which I do. But it will also destroy my setup of it. I don't get it.
This script is for systems with Java already installed and won't effect your setup if youalready have JRE isnatlled. The message means that it could destroy your setup if you install without JRE installed beforehand.

SpEcIeS
July 8th, 2005, 11:02 PM
That was a great script to install OpenOffice 2.0 Beta (113). Nice improvements, and I believe I am going to remove the 1.1.3 version that comes with Ubuntu, which was nice too. :)

Update:

When trying to remove OpenOffice 1.1.3, synaptic wants to remove Ubuntu.desktop. Is this a good idea or not? :? I does not seem to be in my eyes, but who knows?

RaymondQE
July 9th, 2005, 01:42 AM
Removing ubuntu-desktop shouldn't be a problem since it is only a metapackage. Just make sure you reinstall it before doing a dist-upgrade to breezy.

jasplund
July 9th, 2005, 08:30 AM
I just installed OOo1.9.113 using the script. I didn't install any mimetype icons though. I had 1.9.109 before which I installed with the italian script. When I uninstalled 109 the mimetype icons where uninstalled as well.


How can I get them back?

jasplund
July 9th, 2005, 08:33 AM
Another thing. since it installs in /opt/openoffice.org1.9 the language packs doesn't work. Cause the languagepack installs in /opt/openoffice.org1.9.113. I copied all the files from 1.9.113 to 1.9 though and now it works


Johan

jasplund
July 9th, 2005, 02:41 PM
Can someone please upload the mimetypeicons?

thanks
Johan

remik
July 9th, 2005, 09:31 PM
I install by:
$ oo2-beta-install.sh xxx

and I can't run:
remik@remik:~$ /opt/openoffice.org1.9/program/soffice -writer %U
/opt/openoffice.org1.9/program/javaldx: error while loading shared libraries: libuno_sal.so.3: cannot open shared object file: No such file or directory
/opt/openoffice.org1.9/program/soffice.bin: error while loading shared libraries: libcomphelp4gcc3.so: cannot open shared object file: No such file or directory

What I need to install?

Error1312
July 10th, 2005, 11:26 AM
Thanks people! The script worked great for me. :)

jpmcc
July 10th, 2005, 11:39 AM
1. Download the install script found here:
http://www.disciple3d.co.uk/files/evolutioncolt_oo2
This script still has the 'desktop-intergration' typo/bug in it... (as of the date/time of this posting)

John

buellman
July 10th, 2005, 01:03 PM
hi!

a friend found another script for installing latest ooo2 on hoary:
http://www.glasen-hardt.de/ <-- german

greets. buellman

clb137
July 10th, 2005, 01:12 PM
That's not a good method at all. Why not just use the debs?

http://ftp.linux.cz/pub/localizatio....org/devel/680/

m97 is even there.


That link is not good, any ideas?


clinton

clb137
July 10th, 2005, 01:23 PM
Found the link

http://ftp.linux.cz/pub/localization/OpenOffice.org/devel/680/


thanks

clinton

remik
July 10th, 2005, 01:34 PM
Found the link
http://ftp.linux.cz/pub/localization/OpenOffice.org/devel/680/


Thats OOo2 work?

zerohalo
July 11th, 2005, 01:15 AM
I install by:
$ oo2-beta-install.sh xxx

and I can't run:
remik@remik:~$ /opt/openoffice.org1.9/program/soffice -writer %U
/opt/openoffice.org1.9/program/javaldx: error while loading shared libraries: libuno_sal.so.3: cannot open shared object file: No such file or directory
/opt/openoffice.org1.9/program/soffice.bin: error while loading shared libraries: libcomphelp4gcc3.so: cannot open shared object file: No such file or directory

What I need to install?

It looks like you don't have Java installed. You need to install Java first. (You can get it from here: http://java.com/en/download/linux_manual.jsp.)

Sorry, I should have made it clearer in my write-up. The script assumes you have Java installed already!

zerohalo
July 11th, 2005, 01:20 AM
zerohalo I have a question for you. What happens when i run the script again for lets say beta version 115? will it overwrite beta version 113? or will it install the debs for 115 separately giving us two separate versions of OO (beta 113 and beat 115)? It would be better if this script actually upgrades the installed beta version to the higher beta version. Does it do that?

I believe it will just overwrite the old beta version, rather than keep it. I originally tried the script using version 109, and then I ran it again with version 113 and it worked. The DEBs will install to a folder with the version name, but the script takes that folder and renames it to /opt/openoffice.org1.9, thereby overwriting the previous beta version.

Of course this means that if you made any manual changes to those folders, like you added plugins, etc., they'll be overwritten. (I don't mean OO2 settings--those are stored in your ~/.openoffice.org2 folder.)

zerohalo
July 11th, 2005, 01:24 AM
Can someone please upload the mimetypeicons?

thanks
Johan

Here you go.

zerohalo
July 11th, 2005, 01:28 AM
Another thing. since it installs in /opt/openoffice.org1.9 the language packs doesn't work. Cause the languagepack installs in /opt/openoffice.org1.9.113. I copied all the files from 1.9.113 to 1.9 though and now it works

Also, if you do overwrite your language packs by mistake, you can get them again here:

http://oootranslation.services.openoffice.org/pub/OpenOffice.org/680m113/

jasplund
July 11th, 2005, 03:21 AM
Here you go.

That's the menu icons. I have those. What I'm looking for is the mimetype icons. The icons for .odt, .ods etc.

Thanks anyway

jasplund
July 11th, 2005, 03:22 AM
Also, if you do overwrite your language packs by mistake, you can get them again here:

http://oootranslation.services.openoffice.org/pub/OpenOffice.org/680m113/

Yep there's where I got the langpack from in the first place.

jasplund
July 11th, 2005, 03:40 AM
I got the mimetype icons by installing the debian-menu deb. that's in OOo_1.9.113_LinuxIntel_install.tar.gz from the openoffice.org site.

remik
July 11th, 2005, 12:01 PM
It looks like you don't have Java installed. You need to install Java first. (You can get it from here: http://java.com/en/download/linux_manual.jsp.)

Sorry, I should have made it clearer in my write-up. The script assumes you have Java installed already!

I have j2sdk1.5-sun!

edit: I don't have symlink to java_vm, now works, thanks:)

DancingSun
July 12th, 2005, 02:31 AM
Ah....I wish this is available for Ubuntu AMD64... ](*,)

PaiTrakt
July 12th, 2005, 07:51 AM
Cant say I've read all of the last 20 pages, but I'm getting a 404 on the turorial linked to at page 1. Is there a mirror of it?

EDIT:
Found it:
http://www.evolutioncolt.com/mainweb/?q=node/11
Note to self: search better the next time.

zerohalo
July 13th, 2005, 01:26 PM
Cant say I've read all of the last 20 pages, but I'm getting a 404 on the turorial linked to at page 1. Is there a mirror of it?

EDIT:
Found it:
http://www.evolutioncolt.com/mainweb/?q=node/11
Note to self: search better the next time.

That script will get you version 104. If you want a newer version, use the script instructions posted a couple of pages back.

hussam
July 14th, 2005, 09:58 AM
Can somebody please answer my stupid question? I'm have both OpenOffice1.13(ubuntu) and OpenOffice.org 1.9.117 installed, each in a different directory.
Will 2 installations of Openoffice at once cause problems in the system?

Heliode
July 14th, 2005, 10:54 AM
Can somebody please answer my stupid question? I'm have both OpenOffice1.13(ubuntu) and OpenOffice.org 1.9.117 installed, each in a different directory.
Will 2 installations of Openoffice at once cause problems in the system?

Nope, I've been running both 1.1.3 and 2.0-beta for quite a while on two machines with no problems.

quick_snack
July 14th, 2005, 11:37 AM
Also, if you do overwrite your language packs by mistake, you can get them again here:

http://oootranslation.services.openoffice.org/pub/OpenOffice.org/680m113/
And how do I install these packages. They are all scripts wich use rpm to install. How can I install within ubuntu?

Wide
July 14th, 2005, 01:09 PM
Installed oo2 with the script, all was perfect.

Thank you for your efforts :)

manicka
July 15th, 2005, 05:42 PM
Can somebody please answer my stupid question? I'm have both OpenOffice1.13(ubuntu) and OpenOffice.org 1.9.117 installed, each in a different directory.
Will 2 installations of Openoffice at once cause problems in the system?
Where did you find 1.9.117. I can't see it on the mirrors yet

manicka
July 15th, 2005, 05:43 PM
And how do I install these packages. They are all scripts wich use rpm to install. How can I install within ubuntu?
This is what the script in this thread is for. I'd suggest using zerohalo's version a few pages back.

DarkManX4lf
July 15th, 2005, 08:13 PM
the script doesnt work for me here is what i did and what it said.



EDIT - nm i followed zerohalos script + insctructions and it installs fine.


But can i go to synaptic and safely remove the ubuntu openoffice (the one that was installed during ubuntu installation) ? when i try to do so, it says that ubuntu-desktop is going to be removed as well...should i go ahead and remove it ?

manicka
July 15th, 2005, 09:55 PM
But can i go to synaptic and safely remove the ubuntu openoffice (the one that was installed during ubuntu installation) ? when i try to do so, it says that ubuntu-desktop is going to be removed as well...should i go ahead and remove it ?
It's up to you. I've read that you can have both versions installed without any problems. You can also remove ubuntu-desktop and Ooo 1.1.3 if you like. The warning about upgrades etc don't seem to be correct as all my system upgrades etc still happen without it.

arnieboy
July 15th, 2005, 09:57 PM
It's up to you. I've read that you can have both versions installed without any problems. You can also remove ubuntu-desktop and Ooo 1.1.3 if you like. The warning about upgrades etc don't seem to be correct as all my system upgrades etc still happen without it.

The warning about upgrades is about distro upgrade (from hoary to breezy for example).. thats when u need to have ubuntu-desktop installed.

zerohalo
July 17th, 2005, 07:59 PM
But can i go to synaptic and safely remove the ubuntu openoffice (the one that was installed during ubuntu installation) ? when i try to do so, it says that ubuntu-desktop is going to be removed as well...should i go ahead and remove it ?

Yes, you can. You'll just have to uninstall ubuntu-desktop (which won't break your system--it's just a placeholder that references Ubuntu's default packages for when you do a dist-upgrade.

wellery
July 17th, 2005, 08:07 PM
I've been told not to remove ubuntu-desktop if you are thinking about upgrading to breezy as having this package makes it a lot easier. I'm not sure if you can install it just before you upgrade though.

manicka
July 18th, 2005, 03:49 AM
I'm not sure if you can install it just before you upgrade though.
Yes you can, that's what I'll be doing.

chaumurky
July 18th, 2005, 05:16 AM
Yes you can, that's what I'll be doing.
Would you do that after you change the repositories to Breezy and 'apt-get update' or before?

manicka
July 18th, 2005, 07:15 AM
Would you do that after you change the repositories to Breezy and 'apt-get update' or before?
before :)

deng
July 18th, 2005, 02:21 PM
Its worked great for me! thx man....

robert114
July 19th, 2005, 07:35 AM
For those who are interested,

I made Debian install file's from the openofficeorg-base_1.9.113-2_i386 RPMS with Alien.

These debs are working quite well for me! so i 'll share these deb's with bit torrent (I've uploaded the torrent as an attachment)

There is one drawback the menu didn't work. I've installed openofficeorg-debian-menus_1.9.113-1_all.deb too and in KDE i changed the commands to /etc/openoffice.org-1.9/program/soffice.bin -writer %U for the writer
and /etc/openoffice.org-1.9/program/soffice.bin -calc %U for calc
and so on for the other programs.

This worked fine for me! on KDE

edit: you'll have to remove the .zip extention for the torrent

manicka
July 19th, 2005, 08:22 AM
For those who are interested,

I made Debian install file's from the openofficeorg-base_1.9.113-2_i386 RPMS with Alien.



The scripts in this thread will do this for you automatically and fix your menu icon problems as well :)

robert114
July 19th, 2005, 08:24 AM
The scripts in this thread will do this for you automatically and fix your menu icon problems as well :)

woops I forgot to mention, but these didn't work for me :roll:

manicka
July 19th, 2005, 08:42 AM
My advice would be to find zerohalo's version of the script and follow the directions carefully. It should work perfectly for you :D

robert114
July 19th, 2005, 08:59 AM
My advice would be to find zerohalo's version of the script and follow the directions carefully. It should work perfectly for you :D

Well, let's hope that the next time i have to install OOF 2 isn't a beta any more! O:)

zerohalo
July 19th, 2005, 02:56 PM
Would you do that after you change the repositories to Breezy and 'apt-get update' or before?

Before. When you install ubuntu-desktop it will automatically remove or restore whatever you changed that caused you to remove ubuntu-desktop in the first place. So it'll put OOo1 back. However, that's not a problem as when you upgrade to Breezy you'll get the latest OO version that comes with Breezy.

Lu-Tze
July 19th, 2005, 11:55 PM
This script was just perfect...worked really well...

thanks a lot... :smile:

foxy123
July 22nd, 2005, 04:33 AM
m118 is out and they changed the file name, so the script does not work with that version...

jasplund
July 22nd, 2005, 04:37 AM
And they updated the dates on the codeline-page

Plan:

* OOo 2.0 Beta 2 : August 2005
* OOo 2.0 Release Candidate : (possibly) September 2005
* OOo 2.0 Final : ?? 2005
* OOo 2.0.1 : 2005/2006

manicka
July 22nd, 2005, 06:11 AM
m118 is out and they changed the file name, so the script does not work with that version...
Okay, so just change
OOo_1.9.$1_LinuxIntel_install.tar.gz
to
OOo_1.9.$1_LinuxIntel_rpm_install.tar.gz
in the two parts that it is located in the script and your back in action.

downloading m118 now :D

manicka
July 22nd, 2005, 07:52 AM
hmm.stage 2 of the script failed.

Had to do each step manually.

Oh well. 118 up and running :D

foxy123
July 22nd, 2005, 08:03 AM
I wonder if it's easier to download deb packages from ftp.linux.cz and install them manually?

jasplund
July 22nd, 2005, 08:08 AM
I don't think there's any gnome-integration-package at ftp.linux.cz. So you won't have the gnome-open/save-thingy

foxy123
July 22nd, 2005, 08:12 AM
So you won't have the gnome-open/save-thingy
what is that? I usually used the package from ftp.linux.cz and have not tried the one, which installed with the script (I tried it yesterday, but it was late so I was lazy to make the changes in the script to install m118 ).

jasplund
July 22nd, 2005, 08:16 AM
I mean the usual gnome open/save-dialog. I don't recall being able to use that when I installed with the deb's at that cz site. It's no big deal though

foxy123
July 22nd, 2005, 11:05 AM
yeah, Stage 2 does not work since directory structure has been changed slightly as well. I wonder, I have several core files with 'u' besides normal, like core05 and core05u. Should I install both of them or only one and which?

prodi_g
July 22nd, 2005, 02:44 PM
I'm still getting the error "Failed to execute child process "/opt/openoffice.org1.9.113/program/soffice" (No such file or directory)". "dpkg" was not already running so whether or not I was running synaptic at the same time is not a question.

Someone posted something about modifying menus but I have no clue what that is. Can someone please help? Please give detailed instructions. Thanks.

manicka
July 22nd, 2005, 02:46 PM
yeah, Stage 2 does not work since directory structure has been changed slightly as well. I wonder, I have several core files with 'u' besides normal, like core05 and core05u. Should I install both of them or only one and which?
I installed them all and everything is fine

manicka
July 22nd, 2005, 02:49 PM
I'm still getting the error "Failed to execute child process "/opt/openoffice.org1.9.113/program/soffice" (No such file or directory)". "dpkg" was not already running so whether or not I was running synaptic at the same time is not a question.

Someone posted something about modifying menus but I have no clue what that is. Can someone please help? Please give detailed instructions. Thanks.
This link will install 113 for you using zerohalo's script. Might be a good place to start if your want the menu's working properly
http://ubuntuforums.org/showpost.php?p=238119&postcount=147

manicka
July 22nd, 2005, 03:03 PM
yeah, Stage 2 does not work since directory structure has been changed slightly as well.
Ah yes, so the line in stage 2 that says
cd SRC680_m$1_native_packed-1_en-US.8930/RPMS
should now just be cd RPMS

My install script now looks like this # Installation Script for OpenOffice.org 2 Beta (1.9.xxx)
#
# Contact spayne@sebpayne.com with any problems
#
# This script is copyright Evolution Colt 2005.
#
# Modified by zerohalo:
# Accepts OOo2-beta snapshot number as parameter passed to the script.
# Works with modified menu items that point to /opt/openoffice.org1.9.
# Installs OOo2-beta in /opt/openoffice.org1.9
#
#

echo
echo "Welcome to the Evolution Colt Script for Installing OpenOffice 2 Beta. This has been officaly tested by us on Ubuntu Linux Hoary Hedgehog 5.04. Please Note: If you are promopted with 'Password:', enter your password. This is the NON-JAVA version which assumes you have the Sun JRE installed. If you do, this could destroy you setup. You should cancel it now (Ctrl+C) and run the Java version evolutioncolt_oo2_java.sh as this will install the JRE. You have been warned...."
echo
sleep 10

# Stage 1: Get the Files

echo
echo "***Downloading the Installation File**"
echo
sleep 2

mkdir ~/openoffice2
cd ~/openoffice2
wget http://www.mirror.ac.uk/mirror/sunsite.dk/openoffice/developer/680_m$1/OOo_1.9.$1_LinuxIntel_rpm_install.tar.gz

# Stage 2: Covert the Files to Debian Packages and Installation

echo
echo "***Converting the Packages to the Debian Format***"
echo
sleep 2

tar zxvf OOo_1.9.$1_LinuxIntel_rpm_install.tar.gz
cd RPMS
rm openofficeorg-testtool-1.9.$1-1.i586.rpm
rm -r desktop-integration
sudo alien -d *.rpm
rm *.rpm
sudo dpkg -i *.deb
sudo chmod 555 /opt/openoffice.org1.9.$1/program/soffice
sudo mv -f /opt/openoffice.org1.9.$1 /opt/openoffice.org1.9

# Stage 3: Copying the Menu Links

echo
echo "***Menu Links***"
echo
echo "Make sure you've downloaded OOoMenuItems.tar.gz and placed"
echo "it in your ~/openoffice2 folder. If you haven't, open"
echo "another terminal and do so now before continuing."
echo
echo "If OOo2MenuItems.tar.gz is in place, press enter."
echo
read

cd ~/openoffice2
tar zxvf OOo2MenuItems.tar.gz
sudo cp menu/* /usr/share/applications/

# Stage 4: Copying the Icons

echo
echo "***Moving the Icons to the Right Place***"
echo
sleep 1

sudo cp 16x16/* /usr/share/icons/hicolor/16x16/apps/
sudo cp 32x32/* /usr/share/icons/hicolor/32x32/apps/
sudo cp 48x48/* /usr/share/icons/hicolor/48x48/apps/

echo
echo "***Finished! You can now start OpenOffice2.org from the Applications menu***"
echo
sleep 2


Don't forget to have the menu OOo2MenuItems.tar.gz, available at zerohalo's post (http://ubuntuforums.org/showpost.php?p=238119&postcount=147) , in the directory as well

prodi_g
July 22nd, 2005, 07:16 PM
I'm still having trouble. I've tried multiple people's scripts but to no avail. For some reason, the "/opt/openoffice.org1.9/program/soffice" is not being created. Anyone??

I tried installing it with synaptic but then I end up with two copies of the OO programs in my menu and I don't know how to remove them.

Sokraates
July 22nd, 2005, 07:24 PM
Just because I found out right now: "159" is no longer valid for the "tail"-command. At least for the german langpack it's "155".

Since it has not yet been mentioned in this thread, here's how to get the correct value:

grep -i -n -a linenum *your_langpack.sh*

The value given for "lineum" is the one you want.

Is there a wildcard or something, where the value given will autmaticaly be used for "tail"? I used a script before to install the langpack, but of course with a fixed value.

Sokraates

manicka
July 22nd, 2005, 07:30 PM
The version you have installed with synaptic is 1.1.3. Uninstall 1.1.3 and the duplicate will go away.

To install 118 from the script above. Paste it into a text file called evolutioncolt_oo2.sh and save this into a directory called openoffice2 in your home directory.

Make the script executable. In nautilus, right click on the created file and choose properties. go to the permissions tab and check the boxes to make it executable.

Also make sure that the OOo2MenuItems.tar.gz file (available at link above) is saved in the openoffice2 directory as well.

In a terminal change to the openoffice2 directory and run the command

./evolutioncolt_oo2.sh 118

The script should now run and install Ooo for you

Enjoy!

prodi_g
July 22nd, 2005, 10:57 PM
Thanks manicka. I got it working now.

zerohalo
July 23rd, 2005, 12:56 PM
Thanks, manika, for modifying the script.

For those of you who find the UK mirror slow, you can use a US mirror by changing the 'wget' line in stage one to:


wget http://mirrors.isc.org/pub/openoffice/developer/680_m$1/OOo_1.9.$1_LinuxIntel_rpm_install.tar.gz


Attached is the icon file the script uses (place it in ~/openoffice2) for those who don't want to have to go digging through old posts to find it :-).

k0304420
July 28th, 2005, 12:07 PM
I installed openoffice.org2 through Synaptic and now have writer, draw, calc, evolution and impress but what I needed was base and it's not listed. Is there a deb source code I can enter into the repositories to get base?

I really need it, please help!

Jenny.

foxy123
July 28th, 2005, 12:24 PM
I installed openoffice.org2 through Synaptic and now have writer, draw, calc, evolution and impress but what I needed was base and it's not listed. Is there a deb source code I can enter into the repositories to get base?

I really need it, please help!

Jenny.
as it has been said here several times, the version in the repositories is too old (1.9.79 I believe). I would use the script mentioned here if I were you and you'll get Base.

foxy123
July 28th, 2005, 12:42 PM
Thanks, manika, for modifying the script.

For those of you who find the UK mirror slow, you can use a US mirror by changing the 'wget' line in stage one to:


wget http://mirrors.isc.org/pub/openoffice/developer/680_m$1/OOo_1.9.$1_LinuxIntel_rpm_install.tar.gz


Attached is the icon file the script uses (place it in ~/openoffice2) for those who don't want to have to go digging through old posts to find it :-).thanks for the update Zerohalo!
I noticed a wierd thing about menues though. They work fine in Gnome, but not so well in xfce that I am using. The thing is that only Printer Admin appeared in xfce menu. All other are missing. Why could it be?

foxy123
July 29th, 2005, 05:24 AM
ok, I figured it out. So here a little tip for those who use this script with XFCE:

To have OpenOffice in your menu you have to make some changes in your menu files. So if after finishing the script you have only Printer Admin in your menu under Office:

1. Launch a file browser in root mode.

2. Go to /usr/share/applications

3. Find OppenOffice menu files, right-click and go to Properties

4. In Properties select a Launcher tab.

5. Change the Command from for example
/opt/openoffice.org1.9/program/soffice -math %U
to
/opt/openoffice.org1.9/program/smath

In several seconds you will have the entry in your xfce menu.

6. Do it for all menu files except Printer Admin.

Enjoy!

Could anyone incorporate this tip in the main HOWTO please?

k0304420
July 29th, 2005, 05:40 AM
Thank you for your advice out of interest is there a step by step guide in how to use the script, I have no idea how to get it to work etc... I'm really new at this and a complete beginner. Any help would be really appreciated.

Thanks,

Jenny xXx

foxy123
July 29th, 2005, 05:50 AM
Thank you for your advice out of interest is there a step by step guide in how to use the script, I have no idea how to get it to work etc... I'm really new at this and a complete beginner. Any help would be really appreciated.

Thanks,

Jenny xXx
the last update should be somewhere in earlier posts. Try to go back a couple of pages or maybe slightly more and you will find the latest script and the comments.

Basically you have to download the script and run it with ./ specifying the version of the Ooo 2.0 beta. There are some difficulties with 118 version, since you have to make the changes in the script. You will see the comments about it. Just open the script with your favourite text editor and make the changes. (or the script has been already updated?).

Frankly speaking, this topic became a bit messy.

zerohalo
July 30th, 2005, 12:18 AM
Thank you for your advice out of interest is there a step by step guide in how to use the script, I have no idea how to get it to work etc... I'm really new at this and a complete beginner. Any help would be really appreciated.

Thanks,

Jenny xXx

I agree that this forum is messy. We should have this information on a wiki somewhere. Maybe I can try to put it in the Ubuntu wiki. Anyway, for now, here's what to do:

Read this post here for the instructions:
http://www.ubuntuforums.org/showpost.php?p=246357&postcount=171

However, the script has been since modified because OO changed their
naming convention. So get the updated script here:

http://www.ubuntuforums.org/showpost.php?p=267226&postcount=233

You'll need the menu icons, which you can get from here:

http://ubuntuforums.org/showpost.php?p=238119&postcount=147

That should save you from having to read the 200+ posts in this forum :-)

zerohalo
July 30th, 2005, 12:37 AM
Okay, hopefully this should put this forum to rest!!

Here's a wiki page with the how-to and the script:

https://wiki.ubuntu.com/OpenOffice2Beta

If anyone finds any errors there, please correct the wiki page, rather than posting them on this forum. That way future seekers will find the correct information there. Thanks.

Skel
July 30th, 2005, 12:50 AM
whoops ya said dont post errors here ... Link dont work tho :razz: for the package that is

manicka
July 30th, 2005, 03:18 AM
whoops ya said dont post errors here ... Link dont work tho :razz: for the package that is
What link, for what package?

Skel
July 30th, 2005, 12:11 PM
wget http://www.mirror.ac.uk/mirror/sunsite.dk/openoffice/developer/680_m$1/OOo_1.9.$1_LinuxIntel_rpm_install.tar.gz

The link for the wiki page 2 posts up... that link in the guide doesnt work :/

manicka
July 30th, 2005, 04:27 PM
wget http://www.mirror.ac.uk/mirror/sunsite.dk/openoffice/developer/680_m$1/OOo_1.9.$1_LinuxIntel_rpm_install.tar.gz

The link for the wiki page 2 posts up... that link in the guide doesnt work :/
The file is there. Are you invoking the script with the command

./oo2-beta-install.sh xxx

xxx shoud be rplaced by the version you want to install. At the moment it's 118, so the comamnd would be

./oo2-beta-install.sh 118

The script replaces the m$1 part of this link with the correct version number e.g m118

Okay, hopefully this should put this forum to rest!!

Here's a wiki page with the how-to and the script:

https://wiki.ubuntu.com/OpenOffice2Beta

If anyone finds any errors there, please correct the wiki page, rather than posting them on this forum. That way future seekers will find the correct information there. Thanks.