Re: [users] will I need to do the following . . .

2011-01-06 Thread webmas...@krackedpress.com
On 01/05/11 20:26, Dan Lewis wrote:
 On Wed, 2011-01-05 at 19:43 -0500, webmas...@krackedpress.com wrote:
 On 01/05/11 16:48, RA Brown wrote:
 On Wed Jan 05 2011 13:12:14 GMT-0800 (PST)  webmas...@krackedpress.com
 wrote:

 I needed to know some info about updating/upgrading OOo in Ubuntu, since
 I no longer use the repository version and its upgrading system.

 Can I get away with just running the .deb files and not worry about
 removing
 and then reinstalling the desktop-integration [i.e. menus]?  I had to do
 a complete
 uninstall, including the menus, so I did not get any errors when I
 installed the
 Oracle version of OOo instead of the Go-oo version in the repository.

 So can I just install the deb files and skip the desktop-integration?

 To keep from having problems with the desktop-integration you will
 have to only install one version of OOo.  I have Go-oo 3.2 from the
 Ubuntu repository and when I installed any of the OOo RCs I have the
 same problem.  If your going to run the straight OOo then there should
 be no problem.  I always remove the installed RC using the Package
 Manager before installing the next one.  Then use the dpkg -i command
 to install the next.

 HTH

 Andy
 I know that when I wanted to go from the Go-oo to the OOo version, I had
 to remove the original package completely as well as the menus.  It
 seemed that there was something wrong if I did not remove the original
 package first and completely.  I even had to remove the .openoffice.org
 folder as well, since something caused the default document to crash and
 not repair properly.

 So that was when I installed - finally - this version of OOo.  I did not
 know if I would have any problems when the next version came out, such
 as the menus and such.  I still have not reinstalled all of the
 extensions I use to use with the old Go-oo version that I started using
 since I came to Ubuntu back in Feb '10 on this machine.  I may have to
 do a complete reinstall of Ubuntu to solve a problem with one of my
 software that seemed to have lost a dependency that was not fixed by all
 the other means in the terminal's options that I found.  So this might
 have been a mute point.

 To be fair, I also have LibreOffice 3.3.0.1 RC something installed as
 well, since I wanted to see what it was all about.  I may remove it
 after OOo 3.3.0.x comes out of RC.  Or I may just have it there as a
 spare ODF suite if there is trouble with my copy of OOo, so I can finish
 my work and then fix the problem.  I had to install KOffice the last
 time that happened and I use Ubuntu's version of GNOME instead of KDE,
 so this time I will have something a little closer to OOo whenever there
 is another problem that requires a reinstall and I am in the middle of a
 big project and close to my deadline.
  If you are already using OOo from the OOo website, then your system
 is like mine. (Ubuntu 32 and 64 bit) I use a script to install OOo:

 
 #!/bin/sh
 cd /home/(user)/Downloads/OOo/OOO330_m18_native_packed-1_en-US.9556/DEBS
 sudo dpkg -i *.deb
 cd desktop-integration/
 sudo dpkg -i *.deb 
 
 Extract the installation files. In the second line, list the location of
 the OOo installation files instead of the location I use. Save these 5
 lines as a text file with a meaningful name. Change the file's
 permission to make it executable. Open a terminal window. Run this
 script file. You will be asked for your user password. Enter it, and the
 script should install OOo and update the Office section of the Main
 Menu.

 Dan
The question is - do I need to upgrade the menus.  Last time I have OOo
stuff in the menus when I went to install a new version, I got an error
about
it cannot install all needed menus updates since there were listing
there already.


-
To unsubscribe, e-mail: users-unsubscr...@openoffice.org
For additional commands, e-mail: users-h...@openoffice.org



Re: [users] will I need to do the following . . .

2011-01-06 Thread Dan Lewis
On Thu, 2011-01-06 at 09:21 -0500, webmas...@krackedpress.com wrote:
 On 01/05/11 20:26, Dan Lewis wrote:
  On Wed, 2011-01-05 at 19:43 -0500, webmas...@krackedpress.com wrote:
  On 01/05/11 16:48, RA Brown wrote:
  On Wed Jan 05 2011 13:12:14 GMT-0800 (PST)  webmas...@krackedpress.com
  wrote:
 
  I needed to know some info about updating/upgrading OOo in Ubuntu, since
  I no longer use the repository version and its upgrading system.
 
  Can I get away with just running the .deb files and not worry about
  removing
  and then reinstalling the desktop-integration [i.e. menus]?  I had to do
  a complete
  uninstall, including the menus, so I did not get any errors when I
  installed the
  Oracle version of OOo instead of the Go-oo version in the repository.
 
  So can I just install the deb files and skip the desktop-integration?
 
  To keep from having problems with the desktop-integration you will
  have to only install one version of OOo.  I have Go-oo 3.2 from the
  Ubuntu repository and when I installed any of the OOo RCs I have the
  same problem.  If your going to run the straight OOo then there should
  be no problem.  I always remove the installed RC using the Package
  Manager before installing the next one.  Then use the dpkg -i command
  to install the next.
 
  HTH
 
  Andy
  I know that when I wanted to go from the Go-oo to the OOo version, I had
  to remove the original package completely as well as the menus.  It
  seemed that there was something wrong if I did not remove the original
  package first and completely.  I even had to remove the .openoffice.org
  folder as well, since something caused the default document to crash and
  not repair properly.
 
  So that was when I installed - finally - this version of OOo.  I did not
  know if I would have any problems when the next version came out, such
  as the menus and such.  I still have not reinstalled all of the
  extensions I use to use with the old Go-oo version that I started using
  since I came to Ubuntu back in Feb '10 on this machine.  I may have to
  do a complete reinstall of Ubuntu to solve a problem with one of my
  software that seemed to have lost a dependency that was not fixed by all
  the other means in the terminal's options that I found.  So this might
  have been a mute point.
 
  To be fair, I also have LibreOffice 3.3.0.1 RC something installed as
  well, since I wanted to see what it was all about.  I may remove it
  after OOo 3.3.0.x comes out of RC.  Or I may just have it there as a
  spare ODF suite if there is trouble with my copy of OOo, so I can finish
  my work and then fix the problem.  I had to install KOffice the last
  time that happened and I use Ubuntu's version of GNOME instead of KDE,
  so this time I will have something a little closer to OOo whenever there
  is another problem that requires a reinstall and I am in the middle of a
  big project and close to my deadline.
   If you are already using OOo from the OOo website, then your system
  is like mine. (Ubuntu 32 and 64 bit) I use a script to install OOo:
 
  
  #!/bin/sh
  cd /home/(user)/Downloads/OOo/OOO330_m18_native_packed-1_en-US.9556/DEBS
  sudo dpkg -i *.deb
  cd desktop-integration/
  sudo dpkg -i *.deb 
  
  Extract the installation files. In the second line, list the location of
  the OOo installation files instead of the location I use. Save these 5
  lines as a text file with a meaningful name. Change the file's
  permission to make it executable. Open a terminal window. Run this
  script file. You will be asked for your user password. Enter it, and the
  script should install OOo and update the Office section of the Main
  Menu.
 
  Dan
 The question is - do I need to upgrade the menus.  Last time I have OOo
 stuff in the menus when I went to install a new version, I got an error
 about
 it cannot install all needed menus updates since there were listing
 there already.
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@openoffice.org
 For additional commands, e-mail: users-h...@openoffice.org
  

 One thing I did not mention. First you need to remove all
applications of Ubuntu OOo using Synaptic. (openoffice in the Quick
Search box). Two things to check at the same time: the package name
contains a reference to OOo, and the Installed version is Ubuntu. All of
these need to be removed. Some of the installed programs such as
hunspell or myspell do not have to be removed.
 Once you have done this, use the script to install OOo. This will
update any Deb OOo installation from the OOo website including the menu.
 Specifically, I used this script to update OOo from 2.4.0 to 3.3.0
RC8. I only changed the name of the folder where the latest installation
files were located. I have never had any installation 

Re: [users] will I need to do the following . . .

2011-01-06 Thread webmas...@krackedpress.com
On 01/06/11 11:19, Dan Lewis wrote:
snip
  One thing I did not mention. First you need to remove all
 applications of Ubuntu OOo using Synaptic. (openoffice in the Quick
 Search box). Two things to check at the same time: the package name
 contains a reference to OOo, and the Installed version is Ubuntu. All of
 these need to be removed. Some of the installed programs such as
 hunspell or myspell do not have to be removed.
  Once you have done this, use the script to install OOo. This will
 update any Deb OOo installation from the OOo website including the menu.
  Specifically, I used this script to update OOo from 2.4.0 to 3.3.0
 RC8. I only changed the name of the folder where the latest installation
 files were located. I have never had any installation problems with the
 menu entries. They always get updated.

 Dan
So what you are saying is I need to uninstall/remove OOo before I
install the new version?

I removed the OOo version that is part of the repository [Go-oo] and
removed the .openoffice.org folder after that.  The next thing I did was
installed the OOo 3.2.1 OOO320m18 (Build:9502) version from the OOo web
site.

After that I started to look at what extensions I wanted to reinstall,
for now.

So are you telling me that I will have to go though something the same
when I go from 3.2.1 to 3.3.0.1?



-
To unsubscribe, e-mail: users-unsubscr...@openoffice.org
For additional commands, e-mail: users-h...@openoffice.org



Re: [users] will I need to do the following . . .

2011-01-06 Thread Dan Lewis
On Thu, 2011-01-06 at 14:53 -0500, webmas...@krackedpress.com wrote:

 On 01/06/11 11:19, Dan Lewis wrote:
 snip
   One thing I did not mention. First you need to remove all
  applications of Ubuntu OOo using Synaptic. (openoffice in the Quick
  Search box). Two things to check at the same time: the package name
  contains a reference to OOo, and the Installed version is Ubuntu. All of
  these need to be removed. Some of the installed programs such as
  hunspell or myspell do not have to be removed.
   Once you have done this, use the script to install OOo. This will
  update any Deb OOo installation from the OOo website including the menu.
   Specifically, I used this script to update OOo from 2.4.0 to 3.3.0
  RC8. I only changed the name of the folder where the latest installation
  files were located. I have never had any installation problems with the
  menu entries. They always get updated.
 
  Dan
 So what you are saying is I need to uninstall/remove OOo before I
 install the new version?
 
 I removed the OOo version that is part of the repository [Go-oo] and
 removed the .openoffice.org folder after that.  The next thing I did was
 installed the OOo 3.2.1 OOO320m18 (Build:9502) version from the OOo web
 site.
 
 After that I started to look at what extensions I wanted to reinstall,
 for now.
 
 So are you telling me that I will have to go though something the same
 when I go from 3.2.1 to 3.3.0.1?


Nope, I'm not saying that at all. At this point you think you have
uninstalled the GO-OOo version. All you need to do now is to run the
script I mentioned. It will install OOo and the menu entries.  
Any time you want to install a new version, change the name of the
folder contains the DEB folder to the name of the new version and save
the script. Then run the script.
If you get an error message that the menu can not be updated, that
is because you still have the desktop part of GO-OOo installed on your
computer. Only then should you open synaptic to remove it. If this
happens I would do what you quoted at the top of this email. Then I
would run the script again to install OOo. This time you should not get
any error message.
 Once all of the GO-OOo version has been removed, you don't have to
worry about it until you upgrade your Ubuntu OS.  When you got to a
newer version of Ubuntu, a newer version of GO-OO is installed. Remove
all parts of it, and you will not have any problems using the script to
installing OOo.

Dan


Re: [users] will I need to do the following . . . .

2011-01-05 Thread codyhill
 Original message 

  Date: Fri, 31 Dec 2010 21:59:43 -0500
  From: webmas...@krackedpress.com
  webmas...@krackedpress.com
  Subject: [users] will I need to do the following .
  . . .
  To: users@openoffice.org users@openoffice.org

  
  I see that OOo is on RC8. When 3.3.0 comes out,
  will need
  to do an uninstall of OOo Debian or can I just
  install the
  version of 3.3.0 and then not use the following:
  
  sudo dpkg -i *.deb
  cd desktop-integration
  
  I know that when I was switching over from
  Ubuntu's Go-oo in its
  repository, every time I got to the
  desktop-integration, it gave errors
  saying the whatever was already in the menus.
  
  So the question really is, will I need to re-do
  the desktop-integration
  or will the installation of the debs be enough
  without the second
  step of the desktop-integration?
  
  If I need to do a full re-install, how do I
  remove OOo from the system
  and the menus so it will be a full, clean,
  install?
  
  ---
  To be honest, I am running both OOo 3.2.x and a
  beta of LibreOffice.
  I have been running OOo since it's early days
  before it had the ODF
  file formats included. There are some aspects of
  who is in control of
  the software project[s], that makes me look at
  both OOo and LO to
  see what all the fuss is about and where these
  two development Styles
  will actually come up with in the foreseeable
  future. Until then I will
  be running both on my Ubuntu [64-bit] desktop and
  OOo on my Vista [32-bit]
  laptop. The desktop is my testbed and my system I
  do most of my work on.
  


Re: [users] will I need to do the following . . . .

2011-01-05 Thread codyhill
 Original message 

  Date: Fri, 31 Dec 2010 21:59:43 -0500
  From: webmas...@krackedpress.com
  webmas...@krackedpress.com
  Subject: [users] will I need to do the following .
  . . .
  To: users@openoffice.org users@openoffice.org

  
  I see that OOo is on RC8. When 3.3.0 comes out,
  will need
  to do an uninstall of OOo Debian or can I just
  install the
  version of 3.3.0 and then not use the following:
  
  sudo dpkg -i *.deb
  cd desktop-integration
  
  I know that when I was switching over from
  Ubuntu's Go-oo in its
  repository, every time I got to the
  desktop-integration, it gave errors
  saying the whatever was already in the menus.
  
  So the question really is, will I need to re-do
  the desktop-integration
  or will the installation of the debs be enough
  without the second
  step of the desktop-integration?
  
  If I need to do a full re-install, how do I
  remove OOo from the system
  and the menus so it will be a full, clean,
  install?
  
  ---
  To be honest, I am running both OOo 3.2.x and a
  beta of LibreOffice.
  I have been running OOo since it's early days
  before it had the ODF
  file formats included. There are some aspects of
  who is in control of
  the software project[s], that makes me look at
  both OOo and LO to
  see what all the fuss is about and where these
  two development Styles
  will actually come up with in the foreseeable
  future. Until then I will
  be running both on my Ubuntu [64-bit] desktop and
  OOo on my Vista [32-bit]
  laptop. The desktop is my testbed and my system I
  do most of my work on.
  


Re: [users] will I need to do the following . . . .

2011-01-05 Thread Sigrid Carrera
codyhill,

what are you trying to achieve?
You're flooding all the mailing lists with mails that just repeat the
original message but don't add anything.

Could you please stop doing this?

Thanks in advance.

If you have a question of your own, just write a new email and send it
to users@openoffice.org and I'm sure, the list will help you with your
problem.


Sigrid

-
To unsubscribe, e-mail: users-unsubscr...@openoffice.org
For additional commands, e-mail: users-h...@openoffice.org



Re: [users] will I need to do the following . . . .

2011-01-05 Thread Gene Young

On 1/5/2011 5:41 AM, Sigrid Carrera wrote:

codyhill,

what are you trying to achieve?
You're flooding all the mailing lists with mails that just repeat the
original message but don't add anything.

Could you please stop doing this?

Thanks in advance.

If you have a question of your own, just write a new email and send it
to users@openoffice.org and I'm sure, the list will help you with your
problem.


Sigrid



He is clearly receiving the messages through an email address that is 
subscribed and forwarding them to his codyhill email.  Thus attempts to 
unsub do not work so he is going to punish us by sending empty replies. 
 I will give him 24 hrs then set up a filter that will auto reply to 
his personal email address for each one asking him what his  question 
is.  If only ten others do so as well I suspect he will stop and ask a 
real question on how to stop receiving the emails he requested.



--
Gene Young

-
To unsubscribe, e-mail: users-unsubscr...@openoffice.org
For additional commands, e-mail: users-h...@openoffice.org



Re: [users] will I need to do the following . . . .

2011-01-05 Thread Vic Dura
On Wed, 05 Jan 2011 07:56:18 -0500, Gene Young n2...@cfl.rr.com
wrote Re Re: [users] will I need to do the following . . . .:

  I will give him 24 hrs then set up a filter that will auto reply to 
his personal email address for each one asking him what his  question 
is.  If only ten others do so as well I suspect he will stop and ask a 
real question on how to stop receiving the emails he requested.

I like that.

-
To unsubscribe, e-mail: users-unsubscr...@openoffice.org
For additional commands, e-mail: users-h...@openoffice.org



Re: [users] will I need to do the following . . . .

2011-01-05 Thread webmas...@krackedpress.com
On 01/05/11 11:11, Vic Dura wrote:
 On Wed, 05 Jan 2011 07:56:18 -0500, Gene Young n2...@cfl.rr.com
 wrote Re Re: [users] will I need to do the following . . . .:

  I will give him 24 hrs then set up a filter that will auto reply to 
 his personal email address for each one asking him what his  question 
 is.  If only ten others do so as well I suspect he will stop and ask a 
 real question on how to stop receiving the emails he requested.
 I like that.


I would like my question answered, since I was the one that started the
thread.

I needed to know some info about updating/upgrading OOo in Ubuntu, since
I no longer use the repository version and its upgrading system.

Can I get away with just running the .deb files and not worry about removing
and then reinstalling the desktop-integration [i.e. menus]?  I had to do
a complete
uninstall, including the menus, so I did not get any errors when I
installed the
Oracle version of OOo instead of the Go-oo version in the repository.

So can I just install the deb files and skip the desktop-integration?



-
To unsubscribe, e-mail: users-unsubscr...@openoffice.org
For additional commands, e-mail: users-h...@openoffice.org



Re: [users] will I need to do the following . . . .

2011-01-05 Thread Sigrid Carrera
Hi,

2011/1/5 webmas...@krackedpress.com webmas...@krackedpress.com:
 On 01/05/11 11:11, Vic Dura wrote:
 On Wed, 05 Jan 2011 07:56:18 -0500, Gene Young n2...@cfl.rr.com
 wrote Re Re: [users] will I need to do the following . . . .:


[...]

 
 I would like my question answered, since I was the one that started the
 thread.
 
 I needed to know some info about updating/upgrading OOo in Ubuntu, since
 I no longer use the repository version and its upgrading system.

 Can I get away with just running the .deb files and not worry about removing
 and then reinstalling the desktop-integration [i.e. menus]?  I had to do
 a complete
 uninstall, including the menus, so I did not get any errors when I
 installed the
 Oracle version of OOo instead of the Go-oo version in the repository.

 So can I just install the deb files and skip the desktop-integration?

I'm not sure.
Disclaimer: I'm not using a .deb-based distro!

I always install the desktop integration package as well. I'm not
sure, if the old package finds your new installation.

But to not have to run dpkg -i twice, just copy the
desktop-integration package you will need into the higher up (DEBS)
directory. Then start dpkg -i *.deb and let it figure out, what to
install when. (For the record, I've done this in Mandriva and
everything works fine.)

Sigrid

-
To unsubscribe, e-mail: users-unsubscr...@openoffice.org
For additional commands, e-mail: users-h...@openoffice.org



Re: [users] will I need to do the following . . . .

2011-01-05 Thread RA Brown
On Wed Jan 05 2011 13:12:14 GMT-0800 (PST)  webmas...@krackedpress.com 
wrote:



I needed to know some info about updating/upgrading OOo in Ubuntu, since
I no longer use the repository version and its upgrading system.

Can I get away with just running the .deb files and not worry about removing
and then reinstalling the desktop-integration [i.e. menus]?  I had to do
a complete
uninstall, including the menus, so I did not get any errors when I
installed the
Oracle version of OOo instead of the Go-oo version in the repository.

So can I just install the deb files and skip the desktop-integration?



To keep from having problems with the desktop-integration you will have 
to only install one version of OOo.  I have Go-oo 3.2 from the Ubuntu 
repository and when I installed any of the OOo RCs I have the same 
problem.  If your going to run the straight OOo then there should be no 
problem.  I always remove the installed RC using the Package Manager 
before installing the next one.  Then use the dpkg -i command to install 
the next.


HTH

Andy

-
To unsubscribe, e-mail: users-unsubscr...@openoffice.org
For additional commands, e-mail: users-h...@openoffice.org



Re: [users] will I need to do the following . . . .

2011-01-05 Thread webmas...@krackedpress.com
On 01/05/11 16:48, RA Brown wrote:
 On Wed Jan 05 2011 13:12:14 GMT-0800 (PST)  webmas...@krackedpress.com
 wrote:

 I needed to know some info about updating/upgrading OOo in Ubuntu, since
 I no longer use the repository version and its upgrading system.

 Can I get away with just running the .deb files and not worry about
 removing
 and then reinstalling the desktop-integration [i.e. menus]?  I had to do
 a complete
 uninstall, including the menus, so I did not get any errors when I
 installed the
 Oracle version of OOo instead of the Go-oo version in the repository.

 So can I just install the deb files and skip the desktop-integration?


 To keep from having problems with the desktop-integration you will
 have to only install one version of OOo.  I have Go-oo 3.2 from the
 Ubuntu repository and when I installed any of the OOo RCs I have the
 same problem.  If your going to run the straight OOo then there should
 be no problem.  I always remove the installed RC using the Package
 Manager before installing the next one.  Then use the dpkg -i command
 to install the next.

 HTH

 Andy
I know that when I wanted to go from the Go-oo to the OOo version, I had
to remove the original package completely as well as the menus.  It
seemed that there was something wrong if I did not remove the original
package first and completely.  I even had to remove the .openoffice.org
folder as well, since something caused the default document to crash and
not repair properly.

So that was when I installed - finally - this version of OOo.  I did not
know if I would have any problems when the next version came out, such
as the menus and such.  I still have not reinstalled all of the
extensions I use to use with the old Go-oo version that I started using
since I came to Ubuntu back in Feb '10 on this machine.  I may have to
do a complete reinstall of Ubuntu to solve a problem with one of my
software that seemed to have lost a dependency that was not fixed by all
the other means in the terminal's options that I found.  So this might
have been a mute point.

To be fair, I also have LibreOffice 3.3.0.1 RC something installed as
well, since I wanted to see what it was all about.  I may remove it
after OOo 3.3.0.x comes out of RC.  Or I may just have it there as a
spare ODF suite if there is trouble with my copy of OOo, so I can finish
my work and then fix the problem.  I had to install KOffice the last
time that happened and I use Ubuntu's version of GNOME instead of KDE,
so this time I will have something a little closer to OOo whenever there
is another problem that requires a reinstall and I am in the middle of a
big project and close to my deadline.



-
To unsubscribe, e-mail: users-unsubscr...@openoffice.org
For additional commands, e-mail: users-h...@openoffice.org



Re: [users] will I need to do the following . . .

2011-01-05 Thread Dan Lewis
On Wed, 2011-01-05 at 19:43 -0500, webmas...@krackedpress.com wrote:
 On 01/05/11 16:48, RA Brown wrote:
  On Wed Jan 05 2011 13:12:14 GMT-0800 (PST)  webmas...@krackedpress.com
  wrote:
 
  I needed to know some info about updating/upgrading OOo in Ubuntu, since
  I no longer use the repository version and its upgrading system.
 
  Can I get away with just running the .deb files and not worry about
  removing
  and then reinstalling the desktop-integration [i.e. menus]?  I had to do
  a complete
  uninstall, including the menus, so I did not get any errors when I
  installed the
  Oracle version of OOo instead of the Go-oo version in the repository.
 
  So can I just install the deb files and skip the desktop-integration?
 
 
  To keep from having problems with the desktop-integration you will
  have to only install one version of OOo.  I have Go-oo 3.2 from the
  Ubuntu repository and when I installed any of the OOo RCs I have the
  same problem.  If your going to run the straight OOo then there should
  be no problem.  I always remove the installed RC using the Package
  Manager before installing the next one.  Then use the dpkg -i command
  to install the next.
 
  HTH
 
  Andy
 I know that when I wanted to go from the Go-oo to the OOo version, I had
 to remove the original package completely as well as the menus.  It
 seemed that there was something wrong if I did not remove the original
 package first and completely.  I even had to remove the .openoffice.org
 folder as well, since something caused the default document to crash and
 not repair properly.
 
 So that was when I installed - finally - this version of OOo.  I did not
 know if I would have any problems when the next version came out, such
 as the menus and such.  I still have not reinstalled all of the
 extensions I use to use with the old Go-oo version that I started using
 since I came to Ubuntu back in Feb '10 on this machine.  I may have to
 do a complete reinstall of Ubuntu to solve a problem with one of my
 software that seemed to have lost a dependency that was not fixed by all
 the other means in the terminal's options that I found.  So this might
 have been a mute point.
 
 To be fair, I also have LibreOffice 3.3.0.1 RC something installed as
 well, since I wanted to see what it was all about.  I may remove it
 after OOo 3.3.0.x comes out of RC.  Or I may just have it there as a
 spare ODF suite if there is trouble with my copy of OOo, so I can finish
 my work and then fix the problem.  I had to install KOffice the last
 time that happened and I use Ubuntu's version of GNOME instead of KDE,
 so this time I will have something a little closer to OOo whenever there
 is another problem that requires a reinstall and I am in the middle of a
 big project and close to my deadline.

 If you are already using OOo from the OOo website, then your system
is like mine. (Ubuntu 32 and 64 bit) I use a script to install OOo:


#!/bin/sh
cd /home/(user)/Downloads/OOo/OOO330_m18_native_packed-1_en-US.9556/DEBS
sudo dpkg -i *.deb
cd desktop-integration/
sudo dpkg -i *.deb 

Extract the installation files. In the second line, list the location of
the OOo installation files instead of the location I use. Save these 5
lines as a text file with a meaningful name. Change the file's
permission to make it executable. Open a terminal window. Run this
script file. You will be asked for your user password. Enter it, and the
script should install OOo and update the Office section of the Main
Menu.

Dan


-
To unsubscribe, e-mail: users-unsubscr...@openoffice.org
For additional commands, e-mail: users-h...@openoffice.org