Gentoo Archives: gentoo-user

From: Alan McKinnon <alan@××××××××××××××××.za>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] OpenOffice
Date: Mon, 11 Jun 2007 14:42:01
Message-Id: 200706111635.23053.alan@linuxholdings.co.za
In Reply to: [gentoo-user] OpenOffice by James
1 On Monday 11 June 2007, James wrote:
2 > Hello,
3 >
4 > When I start up open office (amd64)
5 > I get these error messages:
6 >
7 > ooffice ./CCPS-fiber-co.doc
8 > QSettings: failed to open file '/usr/qt/3/etc/settings/qtrc'
9 >
10 >
11 > (process:9443): Gdk-CRITICAL **: gdk_screen_get_font_options:
12 > assertion `GDK_IS_SCREEN (screen)' failed
13 >
14 > The first one I fixed (?) by changing file permissions:
15 > chmod 666 /usr/qt/3/etc/settings/qtrc
16
17
18 Should be:
19
20 chown root:root <path to file>
21 chmod 644 <path to file>
22
23 > The second looks like missing fonts or a configuration error?
24 >
25 > In the middle of may I fixed the spell-check problem but this
26 > font error seems to still be with me. Everything I've tested
27 > with OO is working, but, I still get this error message to
28 > the terminal session when I fire up OO from the command line.
29
30 What did you already do in an attempt to fix it? I see the forums and
31 b.g.o. have many recent posts about this, don't want to duplicate all
32 the questions all over again.
33
34 The results of
35 emerge -pv openoffice
36 emerge --info
37 would also help
38
39 alan
40
41 --
42 Optimists say the glass is half full,
43 Pessimists say the glass is half empty,
44 Developers say wtf is the glass twice as big as it needs to be?
45
46 Alan McKinnon
47 alan at linuxholdings dot co dot za
48 +27 82, double three seven, one nine three five
49 --
50 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: OpenOffice James <wireless@×××××××××××.com>