Gentoo Archives: gentoo-user

From: Fernando Antunes <fs.antunes@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Anyone using libreoffice 3.5.0.0 yet?
Date: Thu, 22 Dec 2011 09:54:37
Message-Id: CAL8TH3EFNO0ytZ4mLBZMukZ1ywEPXt7NWBxa+Ar6CNMQNdKZpg@mail.gmail.com
In Reply to: [gentoo-user] Anyone using libreoffice 3.5.0.0 yet? by walt
1 On Thu, Dec 1, 2011 at 8:43 PM, walt <w41ter@×××××.com> wrote:
2
3 > I just finished building it on my ~x86 and ~amd64 machines, and I'm
4 > seeing a very annoying bug in localc on both of them.
5 >
6 > When I do anything that requires the window to repaint, like scrolling
7 > or zooming, the screen doesn't repaint until I start clicking on the
8 > spreadsheet. And then the screen repaints only in a rectangular area
9 > under the mouse, about 3 x 4 cm. I have to click on every part of the
10 > sheet to get the whole thing properly redrawn. Very strange, and very
11 > annoying.
12 >
13 > The repaint and awful interface were resolved by forcing the LO 3.5 not to
14 use gtk3.
15 You can do this removing the gtk3 use flag and recompile LO or just set
16 SAL_USE_VCLPLUGIN variable as follow. I putted it on env.d directory :
17
18 /etc/env.d/99libogui
19 SAL_USE_VCLPLUGIN=gtk
20
21
22
23 > A quick test of lowriter doesn't seem to show the same problem.
24 >
25 > Can anyone confirm or deny?
26 >
27 >
28 >