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 CDD7C1381F3 for ; Fri, 20 Sep 2013 06:09:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCB8BE0C6E; Fri, 20 Sep 2013 06:09:23 +0000 (UTC) Received: from mail-qe0-f45.google.com (mail-qe0-f45.google.com [209.85.128.45]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39919E0B39 for ; Fri, 20 Sep 2013 06:09:22 +0000 (UTC) Received: by mail-qe0-f45.google.com with SMTP id 6so6490754qea.32 for ; Thu, 19 Sep 2013 23:09:22 -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=aYgHyCIgnZ2Oh/d4fWVE/7io+Ewx5cqebRuqGvjx/j0=; b=uoPnLK4S1q+QBnNECHKpht5mx55zHLXtKOoo9VR9vKWdz8PgKLFGmf1Er8HZXzBoC6 vVdHOkf5UGKSE8oF4+2ZjCoHR4Ky2KAByodmCOmZRhPBPwvMf6NLDwHWwqaY5iDu6whS no8z/5uD5FAu07Lm8hmcuQObwJ8KG0/4qpYx6m6lsFCeubjqlaEkPa8+Oka8x3kVT+mh sWxST8k2vfNPu2X+iPHoin1yXiZnvfmVgnPrcmI2nSijV6GUQC2k6ZHZHKDuIiZbeKLT mL9IokojNLYRJl8tT6w2e4AZLg0FHFvqVMAyHP8PmEDaTBc5u237W2wvVxrM8UhB5l0w q3OA== 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.3.101 with SMTP id b5mr8618657qeb.7.1379657362191; Thu, 19 Sep 2013 23:09:22 -0700 (PDT) Received: by 10.49.76.41 with HTTP; Thu, 19 Sep 2013 23:09:22 -0700 (PDT) Date: Fri, 20 Sep 2013 02:09:22 -0400 Message-ID: Subject: [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: 62f49250-bcbe-4b84-9451-0ac49623ee49 X-Archives-Hash: 84908b538ae50a6063b83e6fde32b0c8 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 ?? Thank you !