Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
OpenOffice.org Word Processor
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Contributor forteller on OpenOffice.org Word Processor

OpenOffice 3.0 by default in Intrepid 8.10  
Written by vitorgatti the 15 Oct 08 at 19:04. Won't implement
I think this would be great for everybody, because OpenOffice 3.0 has A LOT of improvements that will help people that uses this kind of program constantly to migrate from MS Office to OpenOffice.
Support for MS Office 2007 documents and PDF editing are two good examples.

I know that Intrepid will be released in 15 days, but I think there aren't going to be a lot of crazy bugs to be fixed in "only" 15 days by developers if this program gets upgraded in Ubuntu repositories!

Think about that and let's do this now, instead of waiting more six months (Ubuntu 9.04) just to get this great program by default... you know, if more good programs comes by default, more the newbies and veterans will like!

Developer comments
Unfortunately, since the final release of OpenOffice 3 was delayed, there was not enough testing time to include it by default in Intrepid.
OpenOffice 3.0.1, to be released on Dec. 2, is a bugfix only release and should prove to be much more stable than the current release. This release will be available on the backport repository.
More infos: http://www.tectonic.co.za/?p=3447
509
votes
closed
Solution #1: Auto-generated solution of idea #14433
Written by vitorgatti the 15 Oct 08 at 19:04.
Ubuntu Brainstorm was updated in January 2009. Since the idea #14433 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 60 comments or propose a solution (latest comment the 9 Apr 12 at 09:18) >>

Ubuntu Open office writer  
Written by hemantkshirsagar the 28 Mar 10 at 03:28. Not an idea
We do understand about the usablity of Writer,

I do suggest that the opening window of the writer should not have the page border set by default.

It looks different and causes the new user to panic.

Hence it should have less factors of "differences" but have its own identity.

Regards
-21
votes
closed
Solution #1: Open office word ppl should remove default margins(which are visible)
Written by hemantkshirsagar the 28 Mar 10 at 03:28.
Open office word ppl should remove default margins(which are visible) on the start up of word/ writter.

See the 1 comments or propose a solution (latest comment the 8 Apr 12 at 08:48) >>

When saving in OpenOffice it should give the first few words as file-name option  
Written by kramer65 the 22 Sep 08 at 17:02. Not an idea
I often make documents which I quickly need to save. In MS Word it then simply gives the first few words as filename option which you can then of course change as you like, but it is at least something.

If I save something in OOo it doesn't give anything. So if I need to save something I cannot simply click save > save. I need to think of a name. And although that is not a hard thing, if I'm in the rush of work and I got a document which simply should have the same title as the first few words in the document (eg. "friday-list for Bob") I want it to go quick.

It is a small thing, but it would make my life again a little bit easier. :-)
162
votes
closed
Solution #1: Auto-generated solution of idea #13559
Written by kramer65 the 22 Sep 08 at 17:02.
Ubuntu Brainstorm was updated in January 2009. Since the idea #13559 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 8 comments or propose a solution (latest comment the 23 Oct 11 at 16:50) >>

OpenOffice 3.0 takes really too much time to start-up.  
Written by grofaty the 19 Feb 09 at 13:12. Not an idea
Opening OpenOffice program takes way too much for normal use. I have been using Microsoft Office, but it starts way faster then OpenOffice. Can't OpenOffice be made to quickly start-up. It probably starts up too many features that no-one needs.
970
votes
closed
Solution #1: Speed start-up of OpenOffice
Written by grofaty the 19 Feb 09 at 13:12.
Speed up OpenOffice when starting. Probably not all features should be loaded when starting program. When some one needs some feature it could be loaded on demand.
89
votes
closed
Solution #2: Help the development of a c/c++ alternatives with gtk+
Written by jeypeyy the 19 Feb 09 at 20:04.
OpenOffice is written with "Native Widget Framework" (http://people.redhat.com/dcbw/ooo-nwf.html ) and that might be a reason why it is so slow*. Also it integrates badly with gnome. If we helped an alternative written in c/c++ and with gtk+ it could be faster.

The developers could help developing alternatives like AbiWord and Gnumeric. There should also be an integration between those applications before Ubuntu decides to change.

*Note that I'm not sure if this really is the reason. If it's not, please leave a comment and vote this down.
-149
votes
closed
Solution #5: Use a (Optional) preloading system to quick-start Openoffice
Written by OpenNingia the 5 Mar 09 at 11:20.
For those people who needs faster openoffice, Ubuntu should provide a task that preloads some OOO's libraries or modules on system start, that will increase booting time but decrease OOO start time.

This behaviour should be optional.
55
votes
closed
Solution #6: Transition bottlenecked portions of OpenOffice to C/C++
Written by Mishtal the 17 Mar 09 at 20:14.
There are ways to use C and C++ functions from interpreted languages like Java. The parts of OpenOffice that are the major bottlenecks could be transitioned to C/C++, or other compiled languages.
This gives us the benefit of keeping all the current features of OpenOffice, in addition to allowing new features to be added without significant changes in the implementation of these new features compared with the implementation of them on a non-transitioning OpenOffice
34
votes
closed
Solution #7: Solution 1 but with support from Ubuntu
Written by Basem the 23 Mar 09 at 08:14.
Open Office is great, but i cant stop feeling its starting to lag behind in terms of features...ubuntu should start giving Sun some support.
-4
votes
closed
Solution #8: Use Abiword instead
Written by broomfighter the 27 Jul 09 at 22:34.
Abiword, while less featureful than OO, is light and fast. Plus, it's written natively in gtk, so it supports theming.
6
votes
closed
Solution #9: Improve Open Office to load less files
Written by mikko.rantalainen the 7 Oct 10 at 08:15.
Starting the Open Office Writer 3.2 needs OS to load 1575 files. You can try this yourself:

strace -f -e trace=open oowriter 2>&1 | perl -npe 's/^[[]pid \d+[]] *//' | grep ^open | sort -u | wc -l

(Some of the files on that list are "file not found" but it still asks OS to try to load all those files.) A reasonable way to improve start up time would be to get it to load less files during startup. Whether this is implemented as Solution #1 (load files ondemand) or as some another solution (e.g. reimplement some functionality to have simpler implementation and not tons of code in a thousand separate files).

See the 32 comments or propose a solution (latest comment the 29 Sep 11 at 10:34) >>

ODF support for Tracker (Openoffice.org ODT and ODS at least)  
Written by marvo the 10 Dec 08 at 16:11. New
Tracker is a useful tool for fast finding file contents even in heaps of tens of thousands of files in hundreds of subdirectories. Last year the program seemed to have been able to index ODF files (see http://ubuntuforums.org/archive/index.php/t-459959.html) but today it does not.

Without ODF support Tracker lacks a big part of its usefulness. Neither my text documents nor my spreadsheets are indexed at the moment. If I understand the forum posting correctly, there once was a packet named O3read which did the translation into plain text for Tracker, but this package is not included in the repositories any longer.

How can the ODF support become implemented into Tracker again?
209
votes
up equal down
Solution #1: Auto-generated solution of idea #16403
Written by marvo the 10 Dec 08 at 16:11.
Ubuntu Brainstorm was updated in January 2009. Since the idea #16403 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!
0
votes
up equal down
Solution #2: install o3read
Written by biohazd the 20 Jan 09 at 16:37.
To get it to work in Intrepid :

simply install the "o3read" package from Hardy and then get Tracker to re-index.
http://packages.ubuntu.com/uk/hardy/o3read

you can now index .odp files
5
votes
up equal down
Solution #3: Use Tracker 0.6.6-2
Written by marvo the 29 Jan 09 at 09:11.
As o3read seems to be deprecated "upstream" in Debian, Ubuntu should use the latest Tracker version 0.6.6-2 which supports ODF without the need of o3read:

http://packages.debian.org/de/sid/i386/tracker/download
http://packages.debian.org/de/sid/i386/tracker-search-tool/download
http://packages.debian.org/sid/i386/libgnome-desktop-2/download

See the 3 comments or propose a solution (latest comment the 28 Apr 11 at 09:19) >>

Open Office Extensions supported by package manager  
Written by amiga_os the 23 Dec 08 at 14:45. New
Ubufox is very clever at wrapping the Firefox extensions and add-ons feature with the Ubuntu package manager.

A similar thing should be done with Open Office extensions - so that installing an extension with the Open Office package manager integrates well with Ubuntu.
120
votes
up equal down
Solution #1: Auto-generated solution of idea #16771
Written by amiga_os the 23 Dec 08 at 14:45.
Ubuntu Brainstorm was updated in January 2009. Since the idea #16771 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 2 comments or propose a solution (latest comment the 22 Mar 11 at 06:10) >>

OpenOffice.org 3 On Ubuntu 9.04 (Jaunty Jackalope)  
Written by sf_007 the 20 Dec 08 at 03:48. Implemented
One thing that surprised me once I was testing the alpha 2 of Ubuntu 9.04, was that it included OpenOffice.org 2.4 - What?!?! It's an alpha! it should be bleeding edge and include the latest software! (correction: yeah, alpha is not about bleeding edge software, it's about bleeding edge OS)
Even sister (daughter?) distros like Super Ubuntu and so already include it!

I really hope we get OO.org 3 in the final version!

Developer comments
OpenOffice.org 3 should be included in Jaunty starting the alpha 3 development release.
477
votes
implemented
Selected solution (#1): Auto-generated solution of idea #16659
Written by sf_007 the 20 Dec 08 at 03:48.
Ubuntu Brainstorm was updated in January 2009. Since the idea #16659 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 15 comments or propose a solution (latest comment the 18 Jan 11 at 22:40) >>

OpenOffice.org's ASCII file conversion has no preview  
Written by wleoncio the 3 Jul 09 at 16:13. New
Whenever opening .txt files on OpenOffice.org, Writer shows a simple window [1], where the user has access to many different options for converting the file the best way possible. One problem with this is that it is not possible to tell if the selected options are going to give the desired result.

168
votes
up equal down
Solution #1: Implement a preview window similar to the one MS Word has
Written by wleoncio the 3 Jul 09 at 16:13.
When opening the same file on MS Word, the user gets a window with a preview of what the file will look like after the conversion [2]. OOo should have something like this.



See the 1 comments or propose a solution (latest comment the 3 Aug 09 at 12:48) >>

Only Display Relevant Recent Files in OpenOffice  
Written by stlouisubntu the 23 Aug 08 at 05:32. New

For OpenOffice Writer, in recent files, only display the most recently accessed DOCUMENT files.

Likewise, for OpenOffice Calc, in recent files, only display
the most recently accessed SPREADSHEET files.

Currenly in either application, the most recently opened OpenOffice files are displayed. When one is using Calc, the recent document files are not relevant nor helpful. Likewise when one is using Writer.

Hope this is not a duplicate.
19
votes
up equal down
Solution #1: Auto-generated solution of idea #12455
Written by stlouisubntu the 23 Aug 08 at 05:32.
Ubuntu Brainstorm was updated in January 2009. Since the idea #12455 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!

See the 1 comments or propose a solution (latest comment the 23 Aug 08 at 16:19) >>