From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QBb3s-0004BI-BV for garchives@archives.gentoo.org; Sun, 17 Apr 2011 23:07:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E218C1C0DA for ; Sun, 17 Apr 2011 23:07:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C68F91C017 for ; Sun, 17 Apr 2011 22:15:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 4EF451B407D for ; Sun, 17 Apr 2011 22:15:31 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -2.869 X-Spam-Level: X-Spam-Status: No, score=-2.869 required=5.5 tests=[AWL=-0.270, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8xN+Zjsby9RT for ; Sun, 17 Apr 2011 22:15:24 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 586E51B4025 for ; Sun, 17 Apr 2011 22:15:23 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QBaFP-000882-IT for gentoo-user@gentoo.org; Mon, 18 Apr 2011 00:15:15 +0200 Received: from adsl-69-234-196-86.dsl.irvnca.pacbell.net ([69.234.196.86]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Apr 2011 00:15:15 +0200 Received: from w41ter by adsl-69-234-196-86.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Apr 2011 00:15:15 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: walt Subject: [gentoo-user] Re: LibreOffice + GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: assertion failed Date: Sun, 17 Apr 2011 15:14:58 -0700 Message-ID: References: <20110412042336.GA3927@ca.inter.net> <5FF2FBC1-5AD0-47FC-B416-73FA03ADD43C@stellar.eclipse.co.uk> <20110415230831.76317234@digimed.co.uk> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-196-86.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; Linux i686; rv:2.0b13pre) Gecko/20110401 Thunderbird/3.3a3 In-Reply-To: X-Archives-Salt: X-Archives-Hash: fbd83bc06caa8764a9625b2b342c2f17 On 04/17/2011 11:38 AM, Carlos Sura wrote: >> > But, trying as a normal user, isn't working and I dont have any clue > about what is making this problem, there is no log or error to > trace. > > So, I've unistalled libreoffice, and installed again, but... Isn't > working yet... I'm not really sure what's this problem, since I don't > have any clue or any idea to trace this error. Try strace this way (as normal user): $strace -f -o outputfile /usr/bin/libreoffice The -f flag allows strace to follow as the shell-script starts the real binary executable. Look through 'outputfile' for messages that look fatal :)