From owner-freebsd-office@FreeBSD.ORG Thu Jul 25 17:10:56 2013 Return-Path: Delivered-To: freebsd-office@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 08C6E291 for ; Thu, 25 Jul 2013 17:10:56 +0000 (UTC) (envelope-from alexander.shikoff@gmail.com) Received: from mail-vb0-x242.google.com (mail-vb0-x242.google.com [IPv6:2607:f8b0:400c:c02::242]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB88B24BA for ; Thu, 25 Jul 2013 17:10:55 +0000 (UTC) Received: by mail-vb0-f66.google.com with SMTP id p14so193861vbm.9 for ; Thu, 25 Jul 2013 10:10:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Aoc+NUGFHPWiIeCwQZkbTQYOwm90JaiuTBB40VW7cXY=; b=AX93hnhbe5CwqVE0OZ2s6l5mJw36P+iWctrzNLV9NvJsnOBgoblt7qG2RrE5cyquG9 Rq2HIVlWZaipUBVlUc+hKtA8dF75L0gKrx8wPmQL4yMOXtP/8fRjQEfwOBhb1FupBUy6 5TLJ7f64jydgl6qyndjMyt3BFZuXO6kwR98aIjZi/+ewdvsHEXv4Yij5F5vGWpcnAfDq EowO0WSJaK/rfesfHPGXShkhoQsKwp9D4hfjJMXFa+Rydb5Ri4pM/fg1CiI6Cke1SgpI 3yJ6XtJIhaZfbelpBervE3blXnWUnccArsJ9bsWrEAlvyhuQInyjc7CEurQPLyE9u/XI skmA== MIME-Version: 1.0 X-Received: by 10.52.170.208 with SMTP id ao16mr6314554vdc.117.1374772254904; Thu, 25 Jul 2013 10:10:54 -0700 (PDT) Received: by 10.52.32.200 with HTTP; Thu, 25 Jul 2013 10:10:54 -0700 (PDT) Date: Thu, 25 Jul 2013 20:10:54 +0300 Message-ID: Subject: libreoffice-4.0.4 on 10-CURRENT From: Alexander Shikoff To: freebsd-office@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jul 2013 17:10:56 -0000 Hello, Did anyone have a success with running libreoffice-4.0.4 on 10-CURRENT? I built it without any errors but localc is totally unusable: scrolling with keyboard or mouse completely distorts the document. Example screenshot is available on http://postimg.org/image/fa7qcg6jz/ libreoffice 4.0.4 if compiled from ports tree with options: OPTIONS_FILE_SET+=CUPS OPTIONS_FILE_SET+=GNOME OPTIONS_FILE_SET+=GTK2 OPTIONS_FILE_SET+=SYSTRAY I have WITHOUT_NOUVEAU=yes knob in /etc/make.conf, and all my environment (xorg-server, mesa, etc.) was built with this option. All other applications, for example firefox, work without any problems. Any help is kindly appreciated!