From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 00A1E1381F3 for ; Sat, 21 Sep 2013 20:34:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71CA8E0BD5; Sat, 21 Sep 2013 20:34:17 +0000 (UTC) Received: from mail-qe0-f54.google.com (mail-qe0-f54.google.com [209.85.128.54]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DDEFDE0BB9 for ; Sat, 21 Sep 2013 20:34:16 +0000 (UTC) Received: by mail-qe0-f54.google.com with SMTP id cy11so1127546qeb.41 for ; Sat, 21 Sep 2013 13:34:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=bizPszYSUF43Z1ZJw2y7oXosM69wct7oVkRLzk7IpHI=; b=ejtEQgmondEVQM7BmhInSTosSJ+iRNgPs9vpR6q3u2macVOohnFzvyyYDAtaLN/TO2 pfuNseeBR58XY3jb6S0KHCYo05n/VXplHIdjFIyzck9i3NAqrA58nOkGdPs4bSLKMBbc 2DfAhwtbdDeSJlz0/ajR1GPCqk1CQ87SUdM8wpUuFs0NxKrKp2nnPK68+Hvcv/8rSry9 GXiFcpZSQ7v1lVOJ/Y3BYNiY4oOSFjXJzkilTrjSY74Su+eKYLLvS2NqMhIC24ZuzU9m QePkxfgOo2kQzfDeLOHlyOxSA+psPBh/vvDvhDd6H45aFbsXjLDfAggulMlQ+5vKaMzk coEQ== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-java@lists.gentoo.org Reply-To: gentoo-java@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.49.39.39 with SMTP id m7mr12646403qek.60.1379795655938; Sat, 21 Sep 2013 13:34:15 -0700 (PDT) Received: by 10.49.76.41 with HTTP; Sat, 21 Sep 2013 13:34:15 -0700 (PDT) In-Reply-To: <523DBD6B.4070609@binarywings.net> References: <523DBD6B.4070609@binarywings.net> Date: Sat, 21 Sep 2013 16:34:15 -0400 Message-ID: Subject: Re: [gentoo-java] XulRunner for SWT From: Mansour Al Akeel To: gentoo-java@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: b13f944e-e0a4-469c-beef-fa669c302a73 X-Archives-Hash: f3bab8a5da56ffc424c95272a76aa5e4 Thank you Florian. No, I didn't use strace, but I added gtk2 use flag. Initially I had gtk and gtk3 use flags, but not (gtk2). I updated everything with: emerge --update --deep --newuse world The issue is resolved. On Sat, Sep 21, 2013 at 11:38 AM, Florian Philipp wrote: > Am 20.09.2013 08:09, schrieb Mansour Al Akeel: >> I installed eclipse 4.3 (eclipse-reporting-kepler-R-linux-gtk.tar.gz) >> >> I tried to preview a simple report that I designed. I got this exception: >> >> >> !ENTRY org.eclipse.ui 4 0 2013-09-20 02:01:01.135 >> !MESSAGE Unhandled event loop exception >> !STACK 0 >> org.eclipse.swt.SWTError: No more handles [Could not detect registered >> XULRunner to use] >> at org.eclipse.swt.SWT.error(SWT.java:4423) >> at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:697) >> at org.eclipse.swt.browser.Browser.(Browser.java:99) >> >> >> google, lead me to few options: >> >> setting -Dorg.eclipse.swt.browser.DefaultType=webkit didn't work. >> this one -Dorg.eclipse.swt.browser.UseWebKitGTK=true didn't work either. >> >> I created a symlink: >> libwebkit-1.0.so.2 -> libwebkitgtk-1.0.so.0.13.4 To keep the old name. >> >> So, there was no way to set the renderer to WebKit. And XulRunner is >> no longer in the tree. >> >> What other options are available for gentoo users to run swt browser ?? >> >> > > Have you tried running eclipse with strace to see which library file > name and paths are looked up? > > Regards, > Florian Philipp > >