Openoffice Menu chars are boxes 

In Tool -> Options, Accessibility Deselect: Use system font for user interface

Config file setting 

Config file setting is in ~/.openoffice/1.1.2/user/registry/data/org/openoffice/Office/Common.xcu

Initial 
<?xml version="1.0" encoding="UTF-8"?>
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Common" oor:package="org.openoffice.Office">
 <node oor:name="Path">
  <node oor:name="Current">
   <prop oor:name="OfficeInstall" oor:type="xs:string">
    <value>/usr/lib/openoffice</value>
   </prop>
  </node>
 </node>
</oor:component-data>
Inserted 

Inserted before "</oor:component-data>":

<node oor:name="Font">
 <node oor:name="SourceViewFont">
  <prop oor:name="FontName" oor:type="xs:string">
   <value>Bitstream Vera Sans</value>
  </prop>
  <prop oor:name="NonProportionalFontsOnly" oor:type="xs:boolean">
   <value>false</value>
  </prop>
 </node>
<node oor:name="Accessibility">
 <prop oor:name="IsAllowAnimatedGraphics" oor:type="xs:boolean">
  <value>false</value>
 </prop>
 <prop oor:name="IsAllowAnimatedText" oor:type="xs:boolean">
  <value>false</value>
 </prop>
 <prop oor:name="IsSystemFont" oor:type="xs:boolean">
  <value>false</value>
 </prop>
</node>

documented on: 2004.08.20

Openoffice Menu Fonts 

https://www.uni-klu.ac.at/twiki/bin/view/Linux/LinuxTipsTricks

> The fonts for the menus and dialog boxes and buttons etc are this
> extremely weird looking font. I have had a bit of a look around the
> menus to try to find where this might be changed but I can't find
> anything (the almost unreadable menus don't help).

Openoffice Menu Fonts are sometimes to small on high resolution displays. Open the Tool -> Options Menu and enter:

The official Openoffice fontguide 

The official Openoffice fontguide is on http://www.openoffice.org/FAQs/fontguide.html

Table of Contents

documented on: 2004.08.20

Fix the OpenOffice menu fonts 

http://www.macosxhints.com/article.php?story=20040627215953118

Tue, Jun 29 '04 from: manutter51

I just installed OpenOffice 1.1.2 under OS X Panther, and the fonts, out of the box, looked like bit-blasted heck. But a few minutes of poking around the docs and experimenting yielded the following cure:

  1. Open up any new OpenOffice document (text is probably easiest).

  2. Under the "Tools" menu, select "Options."

  3. Under the heading "OpenOffice.org," select "Fonts"

  4. Check the "Apply Replacement Table" checkbox

  5. Underneath the checkbox line, in the "Font" combobox, type "Andale Sans UI" (it wasn't in my popup menu, I had to type it in by hand)

  6. In the "Replace With" combobox, type or select "Interface User"

  7. Click the green check mark to add that to your list of substitutions, and make sure the "Always" and "Screen" checkboxes are checked in the listbox, and then click OK.

Voila, a big improvement.

Fix the OpenOffice menu fonts 

THANK YOU! I hate to shout,…but THANK YOU! I just received an order of 100 iBooks for my school and was trying to figure out how I was going to buy 100 more copies of Office because the fonts looked so horrible in OpenOffice,…you just saved me $5000!!

cmd:AbiWord 

Info 

For something a bit more graphical, try AbiWord, which is a very nice GPLed word processor. It seems to be able to load Word files fine. At a first glance I can't immediately see how to save them in that format, but a review in http://www.wininformant.com/display.asp?ID=2213 (amusing location) says that it can, as well as its native XML-based format and a number of others. It's also distributed with Debian, or you can download it in source or binary form from:

Source 

http://www.abisource.com/ http://www.abisource.com/dev_download.phtml http://download.abisource.com/releases/0.7.11/linux/i386/

Version 0.7.11, 4 September 2000 

Installation 

unpack & run "install.sh"

will prompt for installation dir Installation path for AbiSuite [/usr/local/AbiSuite]: /opt/wp/abiSuite

Optionally can create symbolic links in another dir. Suggest to create them manually, 'cause it create links with absolute path.

cd /opt/bin
lns /opt/wp/abiSuite/bin/AbiWord
lns /opt/wp/abiSuite/bin/AbiWord abiword