You are not logged in.
Sorry guys, I'm a beginner when it comes to Linux. I currently have Ubuntueee installed on 1000H.
I'm planning on downloading the new openoffice app and there's 2 options for Linux. One is "Linux RPM" and "Linux DEB". Which one do I use?
Offline
Ubuntu uses deb packages.
Offline
I have a question about that too, Do I have to uninstall previous OO 2.4 and then run the deb? or can I just run the deb.
Offline
Its better to remove the "old" stuff
Offline
I've got OO 3 installed on my WinOs home machine (overwriting my 2.4) and while its lovely to look at, I can't honestly see the point of installing OO 3 on my Linux Eee within the user partition, disabling the original 2.0
I just don't see any sort of major revision / ease of use / security issues resolved that justifies chewing away on my limited user space - and the idea of doing a unionfs just to properly install with overwriting the original version seems a lot like overkill to me.
As a WP / database / spreadsheet program (of which most users likely use - maybe - 20% of all capabilities) what exactly are we gaining by installing OO 3 on the Eee?
Last edited by Bazza (2008-10-15 11:56:34 am)
Offline
Bazza wrote:
...
I just don't see any sort of major revision / ease of use / security issues resolved that justifies chewing away on my limited user space
...
The major thing that did it for me was comments. OO.o 3 does it properly now, and it's an important feature to me. Otherwise, I think I would have been happy with 2.4 for a bit longer.
R.
==
Offline
Thanks guys.
Now can anybody tell me how to remove and install programs on Ubuntu Eee...yep, I'm still braindead when it comes to this OS. I appreciate the knowledge everyone!
Offline
Bazza wrote:
I've got OO 3 installed on my WinOs home machine (overwriting my 2.4) and while its lovely to look at, I can't honestly see the point of installing OO 3 on my Linux Eee within the user partition, disabling the original 2.0
I just don't see any sort of major revision / ease of use / security issues resolved that justifies chewing away on my limited user space - and the idea of doing a unionfs just to properly install with overwriting the original version seems a lot like overkill to me.
As a WP / database / spreadsheet program (of which most users likely use - maybe - 20% of all capabilities) what exactly are we gaining by installing OO 3 on the Eee?
How much bigger is 3.0 comparing to 2.4 exactly? or 2.0
Offline
@ ceric, seek and ye shall find. There is a section in the wiki on installing programs in Linux. ![]()
Offline
lzzhang10 wrote:
Bazza wrote:
I've got OO 3 installed on my WinOs home machine (overwriting my 2.4) and while its lovely to look at, I can't honestly see the point of installing OO 3 on my Linux Eee within the user partition, disabling the original 2.0
I just don't see any sort of major revision / ease of use / security issues resolved that justifies chewing away on my limited user space - and the idea of doing a unionfs just to properly install with overwriting the original version seems a lot like overkill to me.
As a WP / database / spreadsheet program (of which most users likely use - maybe - 20% of all capabilities) what exactly are we gaining by installing OO 3 on the Eee?How much bigger is 3.0 comparing to 2.4 exactly? or 2.0
Well, according to this -
http://www.openoffice.org/dev_docs/sour … qs_30.html
- OO 3 will require 400 MBs of space on Linux. This might change somewhat - depending on your install (if the Linux version has that option) as that my WinOS install is 330 MBs (when the site above suggests 440 MBs), but I only installed Writer, Calc and Base - and I already had the included version of Java installed.
Still, it seems to me a honking big program (10% of entire 4 GB SSD) to largely repeat - notwithstanding rickh's use of 'Comments', as above - a program that already exists on one's device.
Offline
One option (if for instance OOo3 has learnt how to handle the .docx format) is to install it on a SD which leaves the internal SSD unscatched. I'm contemplating this myself, but will first install OOo3 on a win pc and see how big/important the difference is.
Offline
kgha wrote:
One option (if for instance OOo3 has learnt how to handle the .docx format) is to install it on a SD which leaves the internal SSD unscatched. I'm contemplating this myself, but will first install OOo3 on a win pc and see how big/important the difference is.
That is the only reason I'm install it too. It would be great if I can install this on a SD card. let me know once you do it.
Offline
lzzhang10 wrote:
That is the only reason I'm install it too. It would be great if I can install this on a SD card. let me know once you do it.
Might take a while until I find the spare time, and as said I'll first try it on a Windows pc. But when I do it I'll try this wiki guide:
http://wiki.eeeuser.com/howto:ooo2.3sd
Offline
Some one should post a walkthrough on how to install ooo3 after downloading the deb package.
Offline
jon888 wrote:
Some one should post a walkthrough on how to install ooo3 after downloading the deb package.
http://tombuntu.com/index.php/2008/10/1 … 4-and-810/
this worked for me.
Offline
Up and running ![]()
I eventually decided to take the easy route and just install on the SSD even if it takes some extra space (since the original OOo2 won't be physically removed, just hidden). After all I've more than 9GB left and I'm not among them that store music and movies on their pc. So I followed this wiki guide, didn't fiddle with the unionfs or anything, just went straight to the "Doing the stuff" heading:
http://wiki.eeeuser.com/howto:ooo2.3
(EDIT: corrected URL)
After downloading the program - OOo_3.0.0_LinuxIntel_install_en-US_deb.tar.gz (I got it from ftp.sunet.se/pub/Office/OpenOffice.org ) I first installed after the wiki but discovered that an extra step was necessary, so I had to remove the installed files (using Synaptic) and start all over again. What has to be done is to first install something called ooobasis3.0 that comes with the package. So the first install command should be
sudo dpkg -i ooobasis*
Having done this, continue with
sudo dpkg -i openoffice*
I then added new symlinks as per the wiki and fiddled a bit with my interface. I'm running easymode and was reminded that on the 900 the simpleui.rc file is not located in the /opt/xandros/share/AsusLauncher/ folder but in /var/lib/AsusLauncher (learnt that one earlier but forgotten it).
Let the dreaded .docx files arrive ![]()
EDIT: Then I discovered that I had to adjust file associations otherwise I couldn't open OO files from File Manger (Linux is wonderful
) Solution: right-click a .doc file in File Manager, choose "Edit File Type", click (highlight) OpenOffice.org Writer (that should be seen in the "Application Preference Order" dialog box). Choose "edit" and "application". In the "command" box, browse for /opt/openoffice3/program/swriter, choose it and click OK.
Last edited by kgha (2008-11-24 10:09:02 am)
Offline
With kgha's success egging me on I thought Id give it ago on my 701 (no unionfs). Removed all OOo2.3 components and then followed instructions above. Very pleased to report all working and more free space after!
Free Space at start with 2.3 on it 1208Mb 32%
After 2.3 removal 1577 42%
After 3.0 install 1216 33%
Sorted and very happy upgrade. docx - bring em on!
Offline
kgha wrote:
I then added new symlinks as per the wiki and fiddled a bit with my interface. I'm running easymode and was reminded that on the 900 the simpleui.rc file is not located in the /opt/xandros/share/AsusLauncher/ folder but in /var/lib/AsusLauncher (learnt that one earlier but forgotten it).
I have followed your instructions and OpenOffice 3.0 seem to work fine, but I have to start it from the terminal with soffice. I have followed the instructions in the wiki on adding symlinks and editing the simpleui.rc file (in /var/lib/AsusLauncher) but as I followed the wiki, this file was not backed up before the installation. Now I have no icons referring til Open Office in my GUI.
Offline
ottgrims wrote:
kgha wrote:
I then added new symlinks as per the wiki and fiddled a bit with my interface. I'm running easymode and was reminded that on the 900 the simpleui.rc file is not located in the /opt/xandros/share/AsusLauncher/ folder but in /var/lib/AsusLauncher (learnt that one earlier but forgotten it).
I have followed your instructions and OpenOffice 3.0 seem to work fine, but I have to start it from the terminal with soffice. I have followed the instructions in the wiki on adding symlinks and editing the simpleui.rc file (in /var/lib/AsusLauncher) but as I followed the wiki, this file was not backed up before the installation. Now I have no icons referring til Open Office in my GUI.
Not sure what you mean with "no icons referring to Open Office"? If you edit the simpleui.rc file following the wiki, tho original icons under the "work" tab for documents and spreadsheets should still be there, and if you click them OO3 should start.
In my simpleui.rc file I have the following entry:
<parcel simplecat="Work" extraargs="/usr/bin/swriter".
icon="documents_norm.png"
selected_icon="documents_hi.png">
[a number of lines with the icon name in various languages follows but no need to bother with them]
As I understand the file it says: When you've choosed simple mode category (tab) "Work", the command /usr/bin/swriter (i.e "start OO in Writer mode") should be carried out when clicking the Documents icon ("pencil and paper")
For opening a spreadsheet instantly you have the entry:
<parcel simplecat="Work" extraargs="/usr/bin/scalc".
icon="spreadsheet_norm.png"
selected_icon="spreadsheet_hi.png">
If you want "proper" OO icons they can be found here:
http://wiki.eeeuser.com/list:alternative_icons
and instructions how to put them on the desktop:
http://wiki.eeeuser.com/howto:customize … _easy_mode
Offline
There were errors in the symlinks for swriter, scalc and simpress that made the links point to "file not found". When the symlinks were corrected, the ikons showed up. The problem had nothing to do with the simpleui.rc.
Offline