Update: Install OpenOffice 3.1 instead.
Before removing the already installed version the custom icons have to be backed up, because a new installation will overwrite them with low resolution icons that don't scale well.
sudo cp /usr/share/icons/hicolor/48x48/apps/openofficeorg* $HOMEProceed and uninstall the old version.
sudo yum remove openoffice\*The new version can then be downloaded from an official mirror. The download path below will get the english version. If you'd like another language edit the lang variable, en-US in this case. An overview of all supported languages is available here. Also note that the command below is split because of its length. Just paste both lines into the terminal at once, the \ at the end of the first line will automatically make the terminal combine both lines. Alternatively you can remove the \ and combine them yourself.
wget "http://openoffice.bouncer.osuosl.org/?product=OpenOffice.org\
&os=linuxintel&lang=en-US&version=3.0.1" -O OOo_3.0.1_LinuxIntel_install.tar.gzExtract the file and install the RPMs, it takes a while.
tar -zvxf OOo*
sudo rpm -i OOO*/RPMS/o*
sudo rpm -i OOO*/RPMS/desktop-integration/openoffice.org3.0-redhat*The path to the desktop icons need to be changed and the original icons restored.
sudo cp -f /opt/openoffice.org3/share/xdg/calc.desktop \
/usr/share/applications/openoffice.org-1.9-calc.desktop
sudo cp -f /opt/openoffice.org3/share/xdg/impress.desktop \
/usr/share/applications/openoffice.org-1.9-impress.desktop
sudo cp -f /opt/openoffice.org3/share/xdg/writer.desktop \
/usr/share/applications/openoffice.org-1.9-writer.desktop
sudo sed 's/org3-/org-/;s/%U//' -i /usr/share/applications/openoffice.org*
sudo mv $HOME/openofficeorg* /usr/share/icons/hicolor/48x48/apps
sudo gtk-update-icon-cache -f /usr/share/icons/hicolorFinally the desktop must be made aware of the changes, which is solved via a simple reboot.



doesn't seem to work
I followed all the directions, except for skipping the second last one and it doesn't work. I can't find the files anywhere. Help?
ls /usr/share/applications/openoffice*
ls /opt/openoffice.org3/share/xdg
sudo gtk-update-icon-cache -f /usr/share/icons/hicolor
Thanks!
ls /usr/share/applications/openoffice*
/usr/share/applications/openoffice.org-1.9-calc.desktop
/usr/share/applications/openoffice.org-1.9-impress.desktop
/usr/share/applications/openoffice.org-1.9-writer.desktop
/usr/share/applications/openoffice.org3-base.desktop
/usr/share/applications/openoffice.org3-calc.desktop
/usr/share/applications/openoffice.org3-draw.desktop
/usr/share/applications/openoffice.org3-impress.desktop
/usr/share/applications/openoffice.org3-math.desktop
/usr/share/applications/openoffice.org3-printeradmin.desktop
/usr/share/applications/openoffice.org3-writer.desktop
ls /opt/openoffice.org3/share/xdg
ls: cannot access /opt/openoffice.org3/share/xdg: No such file or director
Macles; you are amazing. Everything a complete computer illiterate like me needs.
I have upgraded to Firefox 3 and was making use of your great upgrading to Linux 2,4 guide. It didnt work. Deleted all files from the OpenOffice folder in downloads and tried everything again.Still didnt work.
Than I went and installed Linux 3. Which involved deleting Linux 2.3. Now I dont have both. I tried everything. Above links and commands but I cannot open any document with the writer and there is no icons in desktop concerning Linux 3. All Linux 3 files (took 1,5 hours to download with WIFI connection ;( are in 'files' desktop and I have extracted them and rebooted many times, no luck.
HELP!
What to do?
How can I reinstall Linux 2.4? Or 2.3 or 3.0 without recovery CD?
Greets
Thanks a lot for your effort in keeping this great little device fun to use!
sudo gtk-update-icon-cache -f /usr/share/icons/hicolor
Fixed it for me!
Thanks for this and all other posts!
My problem - followed all your instructions, plus those you posted in replies above, but I'm missing the correct icons for Writer and Impress.
My /usr/share/applications folder shows two entries for each of these, neither has the correct icon. Other OOo apps are there with correct icons.
My /opt/openoffice.org3/share/xdg folder also has two entries for Writer and Impress - one with the correct icon, one without.
Reading through your previous post on updating to OOo 2.4 I notice that the entries for Writer and Impress have the %U entry on Properties.
Any ideas? The 'wrong' icons on my desktop DO open the progs but I would like the 'right' icons.
Sorry this post is so long!
Cheers
I did have a few problems with the icons appearing but thanks to reading the comments here, I was able to fix that in less then a second.
Thanks again, Macles!
I've tried all the RPM commands and still no luck with the second last command. Now I have no OpenOffice at all.. is there any way I can try starting this all over or getting the old OpenOffice back?
When I type:
sudo mv openofficeorg* /usr/share/icons/hicolor/48x48/apps
I get the following error message:
mv: cannot stat `openofficeorg*': No such file or directory
A small note about the \ at the end of some lines, which might be the reason for some of the problems. It actually means that the line is just split in half, so either write the command as one line or better yet paste both lines into the terminal if you aren't already doing so.
About the other problem: You must've changed to another directory, or the icons were not copied successfully. Try the command below instead, i'll change the post if it works.
sudo mv $HOME/openofficeorg* /usr/share/icons/hicolor/48x48/apps
It all worked fine with me, although the last line (your last reply) was indeed necessary to get the icons back on the screen. Thanks for helping us noobies.
QUESTION: Now that with all your tweaks my AAO is becoming more and more deviant from the rescue DVD, I really need a way to make backups. I tried Grsync and fwbackups, but neither works well for making a backup of the file system. I mount a server disk into a folder and try to backup there, but always something goes wrong with the permissions. Also, since the backup disk is mapped into the file system, the backup tries to make a backup of him(her?)self.
Macles, please teach us to make a proper system backup.
Thanks, michel
> becoming more and more deviant from the
> rescue DVD, I really need a way to make
> backups.
No, you just need to stick a regular Linux on. I'm a complete Linux newb but after a few days playing with Linpus I knew I had to bite the bullet and put Ubuntu on. It was trivial to do, and I've never looked back. Then all this stuff just works out of the box, as it would do on any regular x86 box, because the Aspire One IS a regular x86 box.
It's even provoked me into installed Ubuntu on my desktop, dual booting into my Vista install as and when required, although I'll get rid of that once I've got XP running in a virtual machine from within Ubuntu.
[root@localhost user]# sudo sed -e's/org3-/org-/' -e's/%U//' -i.1 /opt/openoffice.org3/share/xdg/*
audit_log_user_command(): Connection refused
sed: can't read /opt/openoffice.org3/share/xdg/*: No such file or directory
I have no icons after numerous reboots. And appear to have the same problem as another fellow posting above me. Any suggestions would be appreciated.
I note on my installation I have the following directory after the installation:
/opt/openoffice.org (dated 30 September 2008)
I don't have /opt/openoffice.org3 at all.
Could this be the problem?
I am still no closer to a solution.
On my previous installs I used mouse right click to paste your commands into Terminal. This time I used ctrl shift V ... still no joy.
Are there any diagnostics I can perform to see where this is not working? Any files I should be finding in certain directories? What a cumbersome thing this Linpus is! Your help is appreciated.
sudo mv $HOME/openofficeorg* /usr/share/icons/hicolor/48x48/apps
Read back Macles' instructions and you find this line.
after
OOO300_m9_native_packed-1_en-US.9358/RPMS/ooobasis3.0-binfilter-3.0.0-9358.i586.rpm
I get this error message
gzip: stdin: invalid compressed data--format violated
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
Any advice much appreciated
GK
sudo rpm -i OOO*/RPMS/desktop-integration/openoffice.org3.0-redhat*
It returns a list of files that conflict with preexisting openoffice 2.3 files:
file /usr/share/icons/hicolor/48x48/mimetypes/gnome-mime-application-vnd.sun.xml.math.png from install of openoffice.org3.0-redhat-menus-3.0-9353 conflicts with file from package openoffice.org-core-2.3.0-6.6fc8
any ideas?
sudo rpm -i OOO*/RPMS/*rpm
to:
sudo rpm -i OOO*/RPMS/o*.rpm
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
Any ideas why?
linux noob
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
Any ideas why?
Above resolved by downloading via open Office site rather than Macles link
also had to use alternative to sudo rpm -i OOO*/RPMS/*rpm ---- sudo rpm -i OOO*/RPMS/o*.rpm
provided Oct 16th
working fine.
linux noob
sudo sed -e's/org3-/org-/' -e's/%U//' -i.1 /opt/openoffice.org3/share/xdg/*
does not work; the reply of the terminal is that there are no such file or directory. This would be normal if I had moved it, but I have not. How can I redirect the command to the appropriate folder?
My greatest thanks if you can help me with this problem. Otherwise a great guide I am sure will be of help to very many.
- Vocario
- Vocario
Setting up Remove Process
fedora 100% |=========================| 2.1 kB 00:00
updates 100% |=========================| 2.6 kB 00:00
Has the uninstallation went well? What is the problem? Please do help me, this computer is barely new and ain't mine so i don't want to screw it up so badly. Thanks a lot.
I have tried all the solutions suggested above but to no avail. I do seem to have the 3 files calc.desktop, impress.desktop and writer.desktop in the root directory (My Disk:///) whose properties show as 'broken link'
Any further suggestions on recovering the icons (I don't have a backup on a memory stick as in one suggestion above) would be most appreciated!
Thank you very much for the instructions and also the fantastic blog!
All the best,
Mr Jayson
{:@>
It seems the icons are on the system but the group-app.xml file which controls the layout of the AA1 custom desktop needed updating to replace the occurences of 'openoffice.org-1.9' with 'openoffice.org3' Having done this the correct icons are now shown and run the appropriate Oo3 application.
As a complete Linux virgin I am rather pleased with myself for working this out!
tar: OOo*: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
Can you help me out?
Thanks for all your help so far, for a linux noob like myself! I am having a bit of trouble here though. I managed to uninstall everything, and the file seems to d/load and finish, but then when I try to extract, i get the following message
[user@localhost ~]$ tar -zvxf OOo*
tar: OOo_3.0.0_LinuxIntel_install_en-US.tar.gz.1: Not found in archive
tar: OOo_3.0.0_LinuxIntel_install_en-US.tar.gz.2: Not found in archive
tar: OOo_3.0.0_LinuxIntel_install_en-US.tar.gz.3: Not found in archive
Any idea what the problem is? Thanks
Maybe that's why I've had to edit
/home/user/.config/xfce4/desktop/group-app.xml
by hand.
I pointed all the office3-pointers to
/usr/share/applnk-redhat/Office/
(eg. "/usr/share/applnk-redhat/Office/openoffice.org3-base.desktop")
Thanks to Macles I've got a working OO 3!
Glad I typed it here, so I could go straight back and paste it back in.
:)
Thanks!
When i put in the
sudo mv $HOME/openofficeorg* /usr/share/icons/hicolor/48x48/apps
sudo gtk-update-icon-cache -f /usr/share/icons/hicolor
commands the first one gives me this:
mv: cannot stat `/home/user/openofficeorg*': No such file or directory
and the second one says something like cache file created successfully (I cant remember whether thats the exacct words!)
This is a great blog, with great advice. I have f-spot, vlc, OOo 3.0, and several other tweaks because of this blog, so thanks.
I ran into one issue with the wget statement - it seems the location has changed. I went to http://download.openoffice.org/other.html#en-US and found the following URL:
http://openoffice.bouncer.osuosl.org/?product=OpenOffice.org&os=linuxintelwjre&lang=en-US&version=3.0.0
...and used it in the wget statement, and it worked. Thanks again.
BTW, the identity verification for LiveJournal required to avoid posting anonymously appears to be broken...?
thank you very much for your instructions, i'm not good at all in linux, threrefore i've successfully installed oo3 (french version).
open office impress is ok, i can create and save slides but when i try to open the file, a window appears : Xarchiver 0.4.9svn-r and i cannot open the slide show
Can you help me again please ? Thanks a lot.
I am afraid i am not going to say something new....at the first installation like others no icons appeared at my desktop. I tried to follow the solutions you gave to others but in vein. I rebooted the machine a dozen times but still nothing. I decided to do the whole thing again from the beginning. I removed the programme and installed again. But now i noticed an error message. When the time comes to uzip it using the ''tar -zvxf OOo*'' command an error message appears saying ''tar: Error exit delayed from previous errors''. Any idea what is all about and how i can fix it? I used only copy/paste when i was following your instructions.
Thanks
The archive and tar errors are probably from a broken download or mirror.
not use the UPDATE script. The problem mentioned above disappeared and the
installation went without problem. '' The whole post can be found at http://www.nabble.com/Build-of-OpenOffice-3.0-rc3-on-Ubuntu-8.04-td19754404.html But because i dont think there is anybdy more newbie than me in linux, i cant understand what he is talking about.
Can someone mail them to me at pous@ihg.net?
Thank you,
Rafael
/home/user/%U does not exist.
Any help?
I have openoffice 2.3 on an AA1 and only bought it as I have been using OO3.0 on windows and its very good. AA1 though does not seem to have Base? do I have to upgrade to 2.4 or 3? The 2.4 features implies Base has had some enhancements so where is it in AA1 2.3?
I am getting the same error, although I have to admit I am experimenting with Finnish OO3 that initally refused to install without some additional trickery. I can't start any of the OO apps from the desktop.
Incidentally, I can sudo the OO apps either by typing in terminal or by clicking the icons in /usr/share/applications in thunar, and they work fine. However without sudo it all ends in tears.
For instance, Writer will start up and present the "Welcome to" screen, however if I click on e.g. the new document button, Writer will die within seconds. It will autorestart but crashes again in a non-ending loop.
I presume all these problems could have to do with some directory supposedly referred to by %U that either does not exist for the standard (nonroot) user or is nonaccessible. Could I be unto something here?
What is the intended purpose of the parameter %U? How could it possibly fail for the nonroot user? Anyone?
As for the spontaneusly crashing OO apps when started without sudo, I sudo rm'd the .openoffice directory from home and restarted OO as standard user. Profile settings recreated from scratch and no more worries. Life is good.
Thanks for all tips and advice!
Leanne
sudo tar -jvxf /media/USBINSTALL/hdc1._.tar.bz2 \
usr/share/icons/hicolor/48x48/apps/openofficeorg-writer.png \
usr/share/icons/hicolor/48x48/apps/openofficeorg-calc.png \
usr/share/icons/hicolor/48x48/apps/openofficeorg-impress.png
sudo mv usr/share/icons/hicolor/48x48/apps/* /usr/share/icons/hicolor/48x48/apps/
sudo gtk-update-icon-cache -f /usr/share/icons/hicolor
Am worried as am completely new to Linux and am not too sure what I'm doing and I think I may have just killed OOo :-(
I downloaded the file. Double clicked on it so it extracted it to a separate window, then copied and pasted the lines:
tar -zvxf OOo*
sudo rpm -i OOO*/RPMS/*rpm
sudo rpm -i OOO*/RPMS/desktop-integration/openoffice.org3.0-redhat*
However, I get the following:
error: File not found by glob: OOO*/RPMS/desktop-integration/openoffice.org3.0-redhat*
I know its probably the most obvious thing, but what am I not doing? I currently don't have any OOo. :-(
Many thanks in advance!!
Adam
Great tutorial, Open office 3 installed like a charm.
However, I have issues with the icons (yes, one more ^^). I do have the old, nice and pretty icons, but when I put the mouse over them, they swap and look like the new and ugly icons. After that, ugly icons stay.
I've rebooted twice, used all the tricks you stated in your page.
Here is the output of
ls /usr/share/applications/openoffice*
ls /opt/openoffice.org3/share/xdg
/usr/share/applications/openoffice.org-1.9-calc.desktop
/usr/share/applications/openoffice.org-1.9-impress.desktop
/usr/share/applications/openoffice.org-1.9-writer.desktop
/usr/share/applications/openoffice.org3-base.desktop
/usr/share/applications/openoffice.org3-calc.desktop
/usr/share/applications/openoffice.org3-draw.desktop
/usr/share/applications/openoffice.org3-impress.desktop
/usr/share/applications/openoffice.org3-math.desktop
/usr/share/applications/openoffice.org3-printeradmin.desktop
/usr/share/applications/openoffice.org3-writer.desktop
base.desktop draw.desktop math.desktop qstart.desktop
calc.desktop impress.desktop printeradmin.desktop writer.desktop
No idea what's going on here. Open office works fine.
gthumb /usr/share/icons/hicolor/48x48/apps/openofficeorg-writer.png
Also paste the ouput from the following line.
cat /opt/openoffice.org3/share/xdg/writer.desktop | grep ^I
The output is as follows :
Icon=openofficeorg-writer
I followed carefully all the steps in your tutorial, without forgetting a single one. I tried again the last steps, but nothing changed.
ls -l /usr/share/applications/openoffice.org-1.9-calc.desktop
And another one.
cat $HOME/.config/xfce4/desktop/group-app.xml | grep writer
lrwxrwxrwx 1 root root 43 2008-11-15 15:12 /usr/share/applications/openoffice.org-1.9-calc.desktop -> /opt/openoffice.org3/share/xdg/calc.desktop
< app sequence="1" >/usr/share/applications/openoffice.org-1.9-writer.desktop< / app>
Alternatively instead of updating the cache, you can try to delete it and create a new one.
sudo rm /usr/share/icons/hicolor/icon-theme.cache
sudo gtk-update-icon-cache -t /usr/share/icons/hicolor
BTW, when updating the icon cache, it told me cache was created.
Edit the files
sudo mousepad /opt/openoffice.org3/share/xdg/calc.desktop
sudo mousepad /opt/openoffice.org3/share/xdg/impress.desktop
sudo mousepad /opt/openoffice.org3/share/xdg/writer.desktop
and change the Icon line to
Icon=/usr/share/icons/hicolor/48x48/apps/openofficeorg-calc.png
Icon=/usr/share/icons/hicolor/48x48/apps/openofficeorg-impress.png
Icon=/usr/share/icons/hicolor/48x48/apps/openofficeorg-writer.png
The icons will stay even when you switch the theme again.
I too did not create a backup of icons before removing the original open office. I have followed the instructions up to the final two commands, however i get..
mv: cannot stat '/home/user/openofficeorg*': No such file or directory
I presume this is due to me not making a back up.
Could you please advise as to how i get my icons back??
The written links work, i just have no icons.
when i paste the command
sudo sed 's/org3-/org-/;s/%U//' -i /opt/openoffice.org3/share/xdg/*
i've the same problem than other, to kwon "can't read....."
But when i read all the commentary, i see that is not the same command
sudo sed -e's/org3-/org-/' -e's/%U//' -i.1 /opt/openoffice.org3/share/xdg/*
I try this one too, but no result. I try all the commend, again and again, but no change.
Can you help me installing office 3, please?
I'm having the same problem as someone else above.When I input tar -zvxf 00p* the output is:
tar: 00o*: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Chile returned status 2
tar: Error exit delayed from previous errors
I may not have any idea what I'm doing though. Thanks!
it may the "p" at the end, th command is
"tar -zvxf OOo*"
Just copy and past the command
therefore the "sudo sed 's/org3-/org-/;s/%U//' -i /opt/openoffice.org3/share/xdg/*" command fails and i see no icons.
why is the XDG folder awol?
http://linorg.usp.br/www.broffice.org/stable/3.0.0/
What is necessary to change in your originally posted command lines, so that I can have it installed?
Many thanks in advance,
Thank you for your assistance.
tar -zvxf OOo*
tar: OOo_3.0.0_LinuxIntel_install_en-US.tar.gz.1: Not found in archive
tar: OOo_3.0.0_LinuxIntel_install_en-US.tar.gz.2: Not found in archive
tar: Error exit delayed from previous errors
It looks like it downloaded properly, but it refuses to install.
100%[===================================================================>] 155,855,326 548.80K/s ETA 00:00
12:33:35 (555.72 KB/s) - `OOo_3.0.0_LinuxIntel_install_en-US.tar.gz.2' saved [155855326/155855326]
I'd be very grateful for any suggestions. As it is now, I have no OpenOffice at all.
While I'm here though, THANK YOU for such a helpful site. Firefox3 is running happily.
[user@localhost ~]$ sudo rpm -i OOO*/RPMS/desktop-integration/openoffice.org3.0-redhat*
package openoffice.org3.0-redhat-menus-3.0-9354 is already installed
[user@localhost ~]$ sudo cp -f /opt/openoffice.org3/share/xdg/calc.desktop \
> /usr/share/applications/openoffice.org-1.9-calc.desktop
cp: cannot stat `/opt/openoffice.org3/share/xdg/calc.desktop': No such file or directory
I copied and pasted both lines of text at the same time. Not sure if that's what I'm supposed to do, but I get the same result if I cut and paste them one line at a time. You suggested to someone up above that they try typing openoffice.org3 -writer in the terminal. I did that and got:
[user@localhost ~]$ openoffice.org3 -writer
/usr/bin/openoffice.org3: line 2: /opt/openoffice.org3/program/soffice: No such file or directory
/usr/bin/openoffice.org3: line 2: exec: /opt/openoffice.org3/program/soffice: cannot execute: No such file or directory
You recommended reinstalling if that happened because it meant that it didn't install the first time. If there's a way to uninstall, I haven't found it yet, but I reinstalled and got he same result. I continue to be grateful for any suggestions.
wget http://openoffice.osuosl.org/stable/3.0.0/OOo_3.0.0_LinuxIntel_install_en-US.tar.gz
tar: Skipping to next header
gzip: stdin: invalid compressed data--format violated
tar: Child returned status 1
tar: Error exit delayed from previous errors
I went back to the wget in your instructions and have downloaded fifteen times this morning. I've seen at least five different mirrors, including Japan, Brazil, Greece, and Iceland. Every single time, I've gotten "invalid compressed data." They don't always happen at the same place and a few times I've gotten all the way to the read-me before the tar conked out. I don't know what else to try. Could there be problems at several mirror sites? Is the problem with my computer? Everything else works great and I had no problems installing VLC or Firefox. I'm a little reluctant to restore because I'm afraid I'll never get everything else working again, but am not sure I have any other options. I continue to be grateful for any suggestions.
[user@localhost ~]$ sudo yum remove openoffice\*
Setting up Remove Process
removing mirrorlist with no valid mirrors: //var/cache/yum/fedora/mirrorlist.txt
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again
Cliff
wget "http://openoffice.bouncer.osuosl.org/?product=OpenOffice.org&os=linuxintel&lang=en-US&version=3.0.0"
and
wget http://openoffice.osuosl.org/stable/3.0.0/OOo_3.0.0_LinuxIntel_install_en-US.tar.gz
numerous times (seems like the file downloads 100% 155,855,326/155,855,326) but I always get the following error after typing the [tar -zvxf OOo*] command:
gzip: stdin: invalid compressed data--format violated
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
I read in another forum that this is a typical message if the file is in fact NOT compressed but the extension is left for some reason. Another forum suggested that the file has become corrupted duringtransfer and that the transfer should be made in binary mode. I really don't understand any of this. PLEASE help.
"The first download was probably broken, and with each consecutive download wget appends a number if the file already exists. So even if you downloaded it again tar still tries to extract the first file. Either rename the files or just append the number to the tar command."
But I have lost the functionality when clicking on the power (Start) button.
This only happened after trying to install OO3 for the 3rd time.
Any ideas please???
Many thanks
Richard
It works everything!!!!
Luca
I see several posts on here that sort of look like they would help, but I'm not sure which one. Considering the 'adventure' I've had so, far, I am hesitant in experimenting on which one is the correct one to use.
I thank you in advance for any help in this matter.
Sincerely,
Jeff
jOE
tar: /media/USBINSTALL/hdc1._.tar.bz2: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: usr/share/icons/hicolor/48x48/apps/openofficeorg-writer.png: Not found in archive
tar: usr/share/icons/hicolor/48x48/apps/openofficeorg-calc.png: Not found in archive
tar: usr/share/icons/hicolor/48x48/apps/openofficeorg-impress.png: Not found in archive
tar: Error exit delayed from previous errors
you can help me?
Thanks.
Hope you can help me. I get a error after "sudo rpm -i 000*/RPMS/o*"
It says: "Error: File not found by glob: 000*/RPMS/o*"
I im new in Linux
Hope someone can help me
Best Troels
tar: OOo_3.0.0_LinuxIntel_install_en-US: Cannot read: Is a directory
tar: At beginning of tape, quitting now
tar: Error is not recoverable: exiting now
gzip: stdin: unexpected end of file
tar: Child returned status 2
tar: OOo_3.0.0_LinuxIntel_install_en-US.tar.gz: Not found in archive
tar: OOo_3.0.0_LinuxIntel_install_en-US.tar.gz.1: Not found in archive
tar: Error exit delayed from previous errors
-KNB-
sorry for my english
after I have dowload the file I don't no where I can extract?
and this was in my terminal:
tar: OOo*: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
[user@localhost ~]$
hope someone can help me
tx
One residual issue though: I may have installed OO twice(?). When I clicked on an MS Word 2007 .docx file, it initially opened the xml archive. When I right clicked the "open with" context menu, all of the open office programs appeared twice in the list of applications.
Please could you advise how I can check whether I have duplicate installations and how to fix that?
[user@localhost ~]$ tar -zvxf OOo*
tar: OOo_3.0.0_LinuxIntel_install_en-US.tar.gz.1: Not found in archive
tar: OOo_3.0.0_LinuxIntel_install_en-US.tar.gz.2: Not found in archive
tar: OOo_3.0.0_LinuxIntel_install_en-US.tar.gz.3: Not found in archive
tar: OOo_3.0.0_LinuxIntel_install_en-US.tar.gz.4: Not found in archive
tar: OOo_3.0.0_LinuxIntel_install_en-US.tar.gz.5: Not found in archive
tar: OOo_3.0.0_LinuxIntel_install_en-US.tar.gz.6: Not found in archive
tar: OOo_3.0.0_LinuxIntel_install_en-US.tar.gz.7: Not found in archive
tar: OOo_3.0.0_LinuxIntel_install_en-US.tar.gz.8: Not found in archive
tar: Error exit delayed from previous errors
[user@localhost ~]$
I had already downloaded OO3 tar from the OO website before I found your instructions.
Can I just ignore the wget and follow the rest of the instructions?
I'd rather know before going ahead and then messing up!
I'm having terrible trouble. I have managed to install Open office but when I open it all the things such as file,edit etc and everything in the drop down boxes is not in English but appears to be just symbols - is it just a corrupt copy - or have I done something wrong? If I type something it does appear in a proper font. I have removed it and reinstalled several times - with the same problem reoccuring. I'm new to all this - I have managed to install vlc and f-spot following the instructions but this has me totally stuck.
Any help would be much appreciated.
Kay
worked perfectly.Just one question - Can we get the database and math
programs to work from the desktop (don't care about the res of icons)
rather than only from the menu via left click? I'm ok editing
group-app.xml but I need the instructions/path please.
ps. The verification text doesn't show up on my AA1 - any ideas why not?
thanks lots
I am getting double of everything in the options of what programme to open a doxc file with, but hey im not complaining..that much
The path to the desktop icons need to be changed and the original icons restored.
sudo cp -f /opt/openoffice.org3/share/xdg/calc.desktop \
/usr/share/applications/openoffice.org-1.9-calc.desktop
It says "CP: Cannot create regular file.... There is no such file or directory."
Although I can survive without the icons (I create shortcut keys anyway) it would be nice to have them.
Advice?
Thank you again, and I look forward to more of your posts.
Francis
I copied and pasted that into the terminal window, then filled in the rest of the missing script as per Macles instructions and voila the download started.
There are some minor differences in the script but that is enough to stop it all working. Maybe everyone else has worked this out but thought I might help someone by mentioning it.
I'm having problems with this. I tried to do get ooffice3 in portuguese by changing the the comand line according to each version, as you said, but neither the brasilian or the european portuguese version seem to download properly.The english version downloaded properly but i get an error when doing the 3rd step (tar -zvxf OOo*...). Any idea of what i'm doing wrong? Thanks
WHen I click on the update, it download the 167MB file successfully, it says it needs to close OpenOffice to install it, I click OK, it shuts it down, but then nothing seems to happen.
I reopen OpenOffice and it's still 3.0.0 and it still says that there is an upgrade available.
I re-download it, it says it's already been downloaded, but I'm not sure what to do next.
Advice?
Thanks!
Francis
Thanks, Jim
As for example i had this problem:
sudo cp -f /opt/openoffice.org3/share/xdg/calc.desktop \
/usr/share/applications/openoffice.org-1.9-calc.desktop
It says "CP: Cannot create regular file.... There is no such file or directory."
and after i couldn't have the icons on the desktop. I succeed to have them back:
open a terminal Alt F2 and select run from terminal
do :
cd /home/user/.config/xfce4/desktop/
mousepad group-app.xml
look for open
and replace
openoffice.org-1.9-writer.desktop
openoffice.org-1.9-calc.desktop
openoffice.org-1.9-impress.desktop
by:
openoffice.org3-writer.desktop
openoffice.org3-calc.desktop
openoffice.org3-impress.desktop
after a reboot you should have your icons back
Updated version working fine. Thanks once again.
The install went uneventfully once an intact download was obtained. It took 4 tries to get installation files that did not give an unpacking error. I have noticed similar unpacking problems downloading update files (eg VLC, Firefox3) from the Acer Linus Support site. I wonder if this is a problem common to the current SSD drives or a problem with how Linux handles large downloads. Seems to be more of a problem with my 16gb SSD than my girlfriends 8gb SSD.
The "check for updates" option is live on this OpenOffice 3 version, unlike with the original OO 2.3 factory installation. Will this be a viable way to update to future releases of version 3.xx, or will the Terminal instructions be have to performed?
Then I had to
cd Desktop/
tar -zvxf OOo*
sudo rpm -iF OOO*/RPMS/o*
and after 10 minutes everything was fine.
Without the 'F' it would display hundreds of 'conflicting files'.
Thanks, again, macles, and keep the good work up!
sudo rpm -iF OOO*/RPMS/o* this?
sudo rpm -i OOO*/RPMS/*rpm this?
or this?
sudo rpm -i OOO*/RPMS/o*.rpm
nothing working @ my acer aspire one. I wait 20 minuts, nothing is here. it shows
.
.
.
OOO300_m15_native_packed-1_en-US.9379/licenses/
OOO300_m15_native_packed-1_en-US.9379/licenses/LICENSE_en-US
OOO300_m15_native_packed-1_en-US.9379/licenses/LICENSE_en-US.html
OOO300_m15_native_packed-1_en-US.9379/update
OOO300_m15_native_packed-1_en-US.9379/readmes/
OOO300_m15_native_packed-1_en-US.9379/readmes/README_en-US
OOO300_m15_native_packed-1_en-US.9379/readmes/README_en-US.html
[user@localhost ~]$ sudo rpm -i OOO*/RPMS/*rpm
... nothing
thank you for your help
I was wondering how do you get:
1.Math.
Thank you for your help.
The unzipped Openoffice 3.0 package is in My Downloads
I've removed the old open office, and obviously upacked the zip file
Please help me, i'm losing my mind, i know it's going to be something so simple!!!
I keep getting error: file cannot be found by glob when putting in your command: sudo rpm -i OOO*/RPMS/o*
Please help!
Rui
I has the same problem as the other...
I keep getting error: file cannot be found by glob when putting in your command: sudo rpm -i OOO*/RPMS/o*
can someone tell me why it is going wrong???
I managed to solve my icons issue. I have read all the comments and tried most by nothing seems to work. Here is how I solved mine.
cd /
cd usr/share/applications
sudo mousepad openoffice.org-1.9-calc.desktop
This should open your text editor. Look for the line where it says
Icon=openofficeorgcalc
And change it to:
Icon=openofficeorg-calc
You will need to do the same process for
sudo mousepad openoffice.org-1.9-impress.desktop
sudo mousepad openoffice.org-1.9-writer.desktop
Then reboot and your icons should be there; assuming you have followed all of Macles' instructions.
I don't why my .desktop files were not indicating the proper icon file name.
Anyway, I hope it helps.
2. I have the same problem on installing the thingy after downloading it, but I manually install all the RPMs. Double-click one by one. (Yup, stupid...but it works for me)
3. Later, I manually unpacked the desktop integration for redhat.
4. Macles is definitely The One for AA0 users!
5. Thanksalot Macles!
6. If you don't mind, please include Google Chrome installation process when the Linux version is ready.
WiFi problem solved.
After a night's rest WiFi was up and running this morning. Don't know exactly what happened in the first place and probably was unrelated to OOo3 installation.
Just a little suggestion from my part. Download speeds from most sites are disappointing so download your installation files before beginning the procedure.
Just wanted to thank you for this post. I am completly dumb in Linux and thx to you, I could install OOo3 by blindly following your instructions. Thhhhhhhxxx !!!
Clement
if i install all the rpm's it says error resolving dependencies
could somebody please tell me what that means?
Thanks a lot
Milton
If you are going to install all the rpm's, it's important to do it in the right order. Look at "Details". It will lead you to the right order of the files to be opened.
Could you please describe the steps of upgrating??
Thanks...
thanks for the guide you sr truly a master my only thing is I think i have deleted the icons along with the uninstall and when i have installed the new version i only have the words i.e word processor ,presentation etc etc no icons is their any way to any icons at all for this progrmas ? thanks again
LL
sudo rpm -i OOO*/RPMS/o*
sudo rpm -i OOO*/RPMS/desktop-integration/openoffice.org3.0-redhat*
but :
sudo rpm -i RPMS/o*.rpm
sudo rpm -i RPMS/desktop-integration/openoffice.org3.0-redhat*
does work, probably because the first / before RPMS redirects the packagemanager to search for files under the root directory which is /
My boyfriend was so kind to buy me a Acer One with Linux for my birtday. Since he is a complete computer illiterate it is up to me to find out how things work with this beautiful lille thing called Acer One.
Right now I have installed Open Office 3.0, removed the 2.3 edition that was pre-installed. I have even copied my icons, and brought them back.
The problem is that I can't get them to work. I double click on the Open Office icons, and the system works for a while, then nothing.
I have rebooted twice, but I can't get the icons to work. However, I can start Open Office writer from the command line.
When i use: ls /user/share/applications/openoffice.org I get:
/usr/share/applications/openoffice.org-1.9-calc.desktop
/usr/share/applications/openoffice.org-1.9-impress.desktop
/usr/share/applications/openoffice.org-1.9-writer.desktop
if I do ls /opt/openoffice.org3/share/xdg I get:
base.desktop draw.desktop math.desktop qstart.desktop calc.desktop impress.desktop printeradmin.desktop writer.desktop
If I do cd /opt and ls -l I get:
openoffice.org
openoffice.org3
Adobe
Any ideas on how to get my icons to work?
Thanks in advance.
Lill-E
after following all the instructions for Openoffice3, this is what I get clicking on the icons, or launching from terminal:
The application cannot be started.
iso resource could not be loaded by SfxApplication
Please...help!
file /opt/openoffice.org3/program/versionrc conflicts between attempted installs of openoffice.org3-3.0.1-9379 and openoffice.org3-3.0.1-9379
One more thing: during one of those attempts I must have thrown away the original hi res icons. I have not been able to trace them anywhere on the web. Any help there too ?
Most other suggestions from your blog worked terrific for me, thanks for the effort.
Everything worked pretty much as you described.
Two things
(1) Not trusting the big 150M download to go down smoothly I first did the wget download BEFORE removing the old OpenOffice
(2) I also had problems with the icons even after re-booting (they launched opening in text editor instead of executing the link). Rather than trying to sort this out, I just used the file manager to go to /usr/share/applications/ and dragged the OpenOffice icons onto my desktop. Seems to work fine. Right-click them to edit/shorten their description.
In fact I was so impressed by all my linux explorations going so smoothly since I bought my aspire yesterday that I promptly also installed Ubuntu 9.04 on my main laptop (dual-boot tho :)
OOO300_m15_native_packed-1_es.9379/readmes/
OOO300_m15_native_packed-1_es.9379/readmes/README_es.html
OOO300_m15_native_packed-1_es.9379/readmes/README_es
tar: Child returned status 1
tar: Error exit delayed from previous errors
Can u help me?
*program can not be started
language could not be determined*
help please