Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 42754 - OpenOffice.org does not always anti-alias fonts
Summary: OpenOffice.org does not always anti-alias fonts
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-24 07:13 UTC by John Haiducek
Modified: 2004-02-25 13:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Haiducek 2004-02-24 07:13:23 UTC
OpenOffice.org does not handle TrueType fonts when invoked as 'soffice', but it handles them when invoked as 'swriter'.

Times New Roman is not anti-aliased (presumable because it is replaced with some other font) and other TrueType fonts do not appear in the menu.

Reproducible: Always
Steps to Reproduce:
soffice [filename]

Actual Results:  
File is displayed without anti-aliasing fonts and TrueType fonts do not appear
in the menu.


OpenOffice.org 1.1.0

Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.22-gentoo-r5)
=================================================================
System uname: 2.4.22-gentoo-r5 i686 Intel(R) Pentium(R) 4 Mobile CPU 1.60GHz
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.7.7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1
/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe"
DISTDIR="/tmp/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS=""
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/tmp/portage"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apache apm arts avi berkdb bonobo cdr crypt cups dvd encode esd fbco
n foomaticdb gdbm gif gnome gpm gtk gtk2 guile imlib jpeg kde libg++ libwww mad 
mikmod mmx motif mozilla mpeg mysql ncurses nls oggvorbis opengl oss pam perl ph
p png ppds python qt quicktime readline sdl slang spell ssl svga tcpd truetype v
ideo_cards_radeon x86 xinerama xml xml2 xmms xv zlib"
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2004-02-24 13:18:44 UTC
Openoffice does not provide the soffice or swriter binaries in the path at all. Try to use the ooffice wrapper and make sure that you have no stray rubbish around
Comment 2 John Haiducek 2004-02-24 14:52:10 UTC
Ah, thanks.  That did the trick.  I had previously created a symbolic link /usr/bin/sofficee -> /usr/local/OpenOffice.org1.1.0/program/soffice

My gnome-vfs.applications contains the following lines; is this normal?  Obviously I should replace command=soffice with command=ooffice.

openoffice
	command=soffice
	name=OpenOffice.org
	can_open_multiple_files=true
	expects_uris=false
	requires_terminal=false
Comment 3 Paul de Vrieze (RETIRED) gentoo-dev 2004-02-25 13:11:38 UTC
I'm not really a gnome guy, but openoffice does offer gnome integration. In this case soffice should be replaced with ooffice. In any case, great that it works