Subscribe

Unable to open links in external browser

  1. 2011-10-15 07:40:45 PDT
    I have this issue: when I try to open any link in the external browser, either by clicking it or by the "Open in external browser" button, the URL that gets passed to the browser is "%u". I am using RSSOwl 2.1.2 on Ubuntu 11.10. Browser is Firefox 7. Is there any solution for this? Thank you very much.
  2. 2011-10-15 11:25:06 PDT
    What is set in Edit⇒Preferences⇒Browser ?
  3. 2011-10-15 11:26:21 PDT
    btw: I can not reproduce this using Ubuntu 11.10 + Firefox 7
  4. 2011-10-16 03:32:36 PDT
    What is set in Edit⇒Preferences⇒Browser ? It happens either with "Use integrated browser" or "Use standard external browser".
  5. 2011-10-18 08:57:54 PDT
    Is there any kind of terminal output or log file, something I could take a look and or post here?
  6. 2011-10-20 09:33:50 PDT
    Yes, see http://www.rssowl.org/help#item_5
  7. 2011-10-21 06:29:19 PDT
    Hey, same here. Details: RSS Owl version: 2.1.2 Firefox: 7 Ubuntu: 11.10 Problem: Trying to oepn in external browser. When choose embedded browser it's okay. When choose standard external browser (Mozilla Firefox), when click onlink it doesn't do anything. Nope, no browser open. Anything I should do?
  8. 2011-10-21 07:34:28 PDT
    please export the log file, see http://www.rssowl.org/help#item_5
  9. 2011-10-21 16:51:42 PDT
    !SESSION 2011-10-21 17:46:08.410 ----------------------------------------------- eclipse.buildId=unknown java.version=1.6.0_23 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: -os linux -ws gtk -arch x86 !ENTRY org.rssowl.ui 1 0 2011-10-21 17:46:16.201 !MESSAGE RSSOwl Starting Up (RSSOwl/2.1.2.201108131749 (X11; U; en)) !ENTRY org.rssowl.core 1 0 2011-10-21 17:46:38.071 !MESSAGE RSSOwl Shutting Down (normal) !SESSION 2011-10-21 18:32:57.859 ----------------------------------------------- eclipse.buildId=unknown java.version=1.6.0_23 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: -os linux -ws gtk -arch x86 !ENTRY org.rssowl.ui 1 0 2011-10-21 18:33:01.533 !MESSAGE RSSOwl Starting Up (RSSOwl/2.1.2.201108131749 (X11; U; en)) !ENTRY org.rssowl.ui 1 0 2011-10-21 18:50:58.585 !MESSAGE Error loading system default XULRunner !ENTRY org.rssowl.core 1 0 2011-10-21 18:52:45.634 !MESSAGE RSSOwl Shutting Down (normal) !SESSION 2011-10-21 18:52:46.177 ----------------------------------------------- eclipse.buildId=unknown java.version=1.6.0_23 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: -os linux -ws gtk -arch x86 !ENTRY org.rssowl.ui 1 0 2011-10-21 18:52:47.376 !MESSAGE RSSOwl Starting Up (RSSOwl/2.1.2.201108131749 (X11; U; en)) !ENTRY org.rssowl.ui 1 0 2011-10-21 18:52:51.292 !MESSAGE Error loading system default XULRunner !ENTRY org.eclipse.ui 4 0 2011-10-21 20:24:42.589 !MESSAGE Unhandled event loop exception !STACK 0 java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: /home/lianazaman/.rssowl2/config212/org.eclipse.osgi/bundles/21/1/.cp/libswt-gnome-gtk-3735.so: libgnome-2.so.0: cannot open shared object file: No such file or directory no swt-gnome-gtk in java.library.path Can't load library: /home/lianazaman/.swt/lib/linux/x86/libswt-gnome-gtk-3735.so Can't load library: /home/lianazaman/.swt/lib/linux/x86/libswt-gnome-gtk.so /home/lianazaman/.swt/lib/linux/x86/libswt-gnome-gtk-3735.so: libgnome-2.so.0: cannot open shared object file: No such file or directory at org.eclipse.swt.internal.Library.loadLibrary(Library.java:285) at org.eclipse.swt.internal.Library.loadLibrary(Library.java:194) at org.eclipse.swt.internal.gnome.GNOME.<clinit>(GNOME.java:21) at org.eclipse.swt.program.Program.gnome_24_launch(Program.java:397) at org.eclipse.swt.program.Program.launch(Program.java:1086) at org.eclipse.swt.program.Program.launch(Program.java:1042) at org.rssowl.ui.internal.util.BrowserUtils.useDefaultBrowser(BrowserUtils.java:242) at org.rssowl.ui.internal.util.BrowserUtils.openLinkExternal(BrowserUtils.java:171) at org.rssowl.ui.internal.util.CBrowser$4.changing(CBrowser.java:828) at org.eclipse.swt.browser.Mozilla.OnStartURIOpen(Mozilla.java:3988) at org.eclipse.swt.browser.Mozilla$17.method3(Mozilla.java:1115) at org.eclipse.swt.internal.mozilla.XPCOMObject.callback3(XPCOMObject.java:266) at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2258) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3207) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.rssowl.ui.internal.Application.start(Application.java:119) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) at org.eclipse.equinox.launcher.Main.run(Main.java:1410) !ENTRY org.eclipse.ui 4 0 2011-10-21 20:24:47.765 !MESSAGE Unhandled event loop exception !STACK 0 java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.swt.internal.gnome.GNOME at org.eclipse.swt.program.Program.gnome_24_launch(Program.java:397) at org.eclipse.swt.program.Program.launch(Program.java:1086) at org.eclipse.swt.program.Program.launch(Program.java:1042) at org.rssowl.ui.internal.util.BrowserUtils.useDefaultBrowser(BrowserUtils.java:242) at org.rssowl.ui.internal.util.BrowserUtils.openLinkExternal(BrowserUtils.java:171) at org.rssowl.ui.internal.util.CBrowser$4.changing(CBrowser.java:828) at org.eclipse.swt.browser.Mozilla.OnStartURIOpen(Mozilla.java:3988) at org.eclipse.swt.browser.Mozilla$17.method3(Mozilla.java:1115) at org.eclipse.swt.internal.mozilla.XPCOMObject.callback3(XPCOMObject.java:266) at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2258) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3207) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.rssowl.ui.internal.Application.start(Application.java:119) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) at org.eclipse.equinox.launcher.Main.run(Main.java:1410) !ENTRY org.eclipse.ui 4 0 2011-10-21 20:25:19.549 !MESSAGE Unhandled event loop exception !STACK 0 java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.swt.internal.gnome.GNOME at org.eclipse.swt.program.Program.gnome_24_launch(Program.java:397) at org.eclipse.swt.program.Program.launch(Program.java:1086) at org.eclipse.swt.program.Program.launch(Program.java:1042) at org.rssowl.ui.internal.util.BrowserUtils.useDefaultBrowser(BrowserUtils.java:242) at org.rssowl.ui.internal.util.BrowserUtils.openLinkExternal(BrowserUtils.java:171) at org.rssowl.ui.internal.util.CBrowser$4.changing(CBrowser.java:828) at org.eclipse.swt.browser.Mozilla.OnStartURIOpen(Mozilla.java:3988) at org.eclipse.swt.browser.Mozilla$17.method3(Mozilla.java:1115) at org.eclipse.swt.internal.mozilla.XPCOMObject.callback3(XPCOMObject.java:266) at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2258) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3207) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.rssowl.ui.internal.Application.start(Application.java:119) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) at org.eclipse.equinox.launcher.Main.run(Main.java:1410) !ENTRY org.eclipse.ui 4 0 2011-10-21 20:25:20.903 !MESSAGE Unhandled event loop exception !STACK 0 java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.swt.internal.gnome.GNOME at org.eclipse.swt.program.Program.gnome_24_launch(Program.java:397) at org.eclipse.swt.program.Program.launch(Program.java:1086) at org.eclipse.swt.program.Program.launch(Program.java:1042) at org.rssowl.ui.internal.util.BrowserUtils.useDefaultBrowser(BrowserUtils.java:242) at org.rssowl.ui.internal.util.BrowserUtils.openLinkExternal(BrowserUtils.java:171) at org.rssowl.ui.internal.util.CBrowser$4.changing(CBrowser.java:828) at org.eclipse.swt.browser.Mozilla.OnStartURIOpen(Mozilla.java:3988) at org.eclipse.swt.browser.Mozilla$17.method3(Mozilla.java:1115) at org.eclipse.swt.internal.mozilla.XPCOMObject.callback3(XPCOMObject.java:266) at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2258) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3207) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.rssowl.ui.internal.Application.start(Application.java:119) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) at org.eclipse.equinox.launcher.Main.run(Main.java:1410) !ENTRY org.eclipse.ui 4 0 2011-10-21 20:26:09.188 !MESSAGE Unhandled event loop exception !STACK 0 java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.swt.internal.gnome.GNOME at org.eclipse.swt.program.Program.gnome_24_launch(Program.java:397) at org.eclipse.swt.program.Program.launch(Program.java:1086) at org.eclipse.swt.program.Program.launch(Program.java:1042) at org.rssowl.ui.internal.util.BrowserUtils.useDefaultBrowser(BrowserUtils.java:242) at org.rssowl.ui.internal.util.BrowserUtils.openLinkExternal(BrowserUtils.java:171) at org.rssowl.ui.internal.editors.browser.EmbeddedWebBrowser.openExternal(EmbeddedWebBrowser.java:122) at org.rssowl.ui.internal.editors.browser.EmbeddedWebBrowser.openURL(EmbeddedWebBrowser.java:87) at org.rssowl.ui.internal.actions.OpenInBrowserAction.internalRun(OpenInBrowserAction.java:163) at org.rssowl.ui.internal.actions.OpenInBrowserAction.run(OpenInBrowserAction.java:120) at org.rssowl.ui.internal.actions.OpenInBrowserAction.run(OpenInBrowserAction.java:111) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.rssowl.ui.internal.Application.start(Application.java:119) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) at org.eclipse.equinox.launcher.Main.run(Main.java:1410) !ENTRY org.eclipse.ui 4 0 2011-10-21 20:26:40.365 !MESSAGE Unhandled event loop exception !STACK 0 java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.swt.internal.gnome.GNOME at org.eclipse.swt.program.Program.gnome_24_launch(Program.java:397) at org.eclipse.swt.program.Program.launch(Program.java:1086) at org.eclipse.swt.program.Program.launch(Program.java:1042) at org.rssowl.ui.internal.util.BrowserUtils.useDefaultBrowser(BrowserUtils.java:242) at org.rssowl.ui.internal.util.BrowserUtils.openLinkExternal(BrowserUtils.java:171) at org.rssowl.ui.internal.editors.browser.EmbeddedWebBrowser.openExternal(EmbeddedWebBrowser.java:122) at org.rssowl.ui.internal.editors.browser.EmbeddedWebBrowser.openURL(EmbeddedWebBrowser.java:87) at org.rssowl.ui.internal.actions.OpenInBrowserAction.internalRun(OpenInBrowserAction.java:163) at org.rssowl.ui.internal.actions.OpenInBrowserAction.run(OpenInBrowserAction.java:120) at org.rssowl.ui.internal.actions.OpenInBrowserAction.run(OpenInBrowserAction.java:111) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.rssowl.ui.internal.Application.start(Application.java:119) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) at org.eclipse.equinox.launcher.Main.run(Main.java:1410) !ENTRY org.eclipse.ui 4 0 2011-10-21 20:34:08.347 !MESSAGE Unhandled event loop exception !STACK 0 java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.swt.internal.gnome.GNOME at org.eclipse.swt.program.Program.gnome_24_launch(Program.java:397) at org.eclipse.swt.program.Program.launch(Program.java:1086) at org.eclipse.swt.program.Program.launch(Program.java:1042) at org.rssowl.ui.internal.util.BrowserUtils.useDefaultBrowser(BrowserUtils.java:242) at org.rssowl.ui.internal.util.BrowserUtils.openLinkExternal(BrowserUtils.java:171) at org.rssowl.ui.internal.editors.browser.EmbeddedWebBrowser.openExternal(EmbeddedWebBrowser.java:122) at org.rssowl.ui.internal.editors.browser.EmbeddedWebBrowser.openURL(EmbeddedWebBrowser.java:87) at org.rssowl.ui.internal.actions.OpenInBrowserAction.internalRun(OpenInBrowserAction.java:163) at org.rssowl.ui.internal.actions.OpenInBrowserAction.run(OpenInBrowserAction.java:120) at org.rssowl.ui.internal.actions.OpenInBrowserAction.run(OpenInBrowserAction.java:111) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:583) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:500) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.rssowl.ui.internal.Application.start(Application.java:119) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) at org.eclipse.equinox.launcher.Main.run(Main.java:1410) !ENTRY org.eclipse.jface 4 2 2011-10-21 20:34:20.229 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". !STACK 0 java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.swt.internal.gnome.GNOME at org.eclipse.swt.program.Program.gnome_24_launch(Program.java:397) at org.eclipse.swt.program.Program.launch(Program.java:1086) at org.eclipse.swt.program.Program.launch(Program.java:1042) at org.rssowl.ui.internal.util.BrowserUtils.useDefaultBrowser(BrowserUtils.java:242) at org.rssowl.ui.internal.util.BrowserUtils.openLinkExternal(BrowserUtils.java:171) at org.rssowl.ui.internal.editors.browser.EmbeddedWebBrowser.openExternal(EmbeddedWebBrowser.java:122) at org.rssowl.ui.internal.editors.browser.EmbeddedWebBrowser.openURL(EmbeddedWebBrowser.java:87) at org.rssowl.ui.internal.actions.OpenInBrowserAction.internalRun(OpenInBrowserAction.java:163) at org.rssowl.ui.internal.actions.OpenInBrowserAction.run(OpenInBrowserAction.java:120) at org.rssowl.ui.internal.editors.feed.NewsTableControl.onMouseDoubleClick(NewsTableControl.java:670) at org.rssowl.ui.internal.editors.feed.NewsTableControl.access$13(NewsTableControl.java:658) at org.rssowl.ui.internal.editors.feed.NewsTableControl$5.doubleClick(NewsTableControl.java:593) at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:799) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:880) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:797) at org.eclipse.jface.viewers.AbstractTreeViewer.handleDoubleSelect(AbstractTreeViewer.java:1419) at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1173) at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:237) at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:234) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:295) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.rssowl.ui.internal.Application.start(Application.java:119) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) at org.eclipse.equinox.launcher.Main.run(Main.java:1410) !ENTRY org.eclipse.ui 4 0 2011-10-21 20:55:20.438 !MESSAGE Unhandled event loop exception !STACK 0 java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.swt.internal.gnome.GNOME at org.eclipse.swt.program.Program.gnome_24_launch(Program.java:397) at org.eclipse.swt.program.Program.launch(Program.java:1086) at org.eclipse.swt.program.Program.launch(Program.java:1042) at org.rssowl.ui.internal.util.BrowserUtils.useDefaultBrowser(BrowserUtils.java:242) at org.rssowl.ui.internal.util.BrowserUtils.openLinkExternal(BrowserUtils.java:171) at org.rssowl.ui.internal.util.CBrowser$4.changing(CBrowser.java:828) at org.eclipse.swt.browser.Mozilla.OnStartURIOpen(Mozilla.java:3988) at org.eclipse.swt.browser.Mozilla$17.method3(Mozilla.java:1115) at org.eclipse.swt.internal.mozilla.XPCOMObject.callback3(XPCOMObject.java:266) at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2258) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3207) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.rssowl.ui.internal.Application.start(Application.java:119) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) at org.eclipse.equinox.launcher.Main.run(Main.java:1410) !ENTRY org.eclipse.ui 4 0 2011-10-21 20:55:39.848 !MESSAGE Unhandled event loop exception !STACK 0 org.eclipse.swt.SWTError: XPCOM error -2147467259 at org.eclipse.swt.browser.Mozilla.error(Mozilla.java:2502) at org.eclipse.swt.browser.Mozilla.onDispose(Mozilla.java:2517) at org.eclipse.swt.browser.Mozilla$5.handleEvent(Mozilla.java:952) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1282) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1263) at org.eclipse.swt.widgets.Widget.release(Widget.java:1080) at org.eclipse.swt.widgets.Control.release(Control.java:3488) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:1294) at org.eclipse.swt.widgets.Widget.release(Widget.java:1083) at org.eclipse.swt.widgets.Control.release(Control.java:3488) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:1294) at org.eclipse.swt.widgets.Widget.release(Widget.java:1083) at org.eclipse.swt.widgets.Control.release(Control.java:3488) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:1294) at org.eclipse.swt.widgets.Widget.release(Widget.java:1083) at org.eclipse.swt.widgets.Control.release(Control.java:3488) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:1294) at org.eclipse.swt.widgets.Widget.release(Widget.java:1083) at org.eclipse.swt.widgets.Control.release(Control.java:3488) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:1294) at org.eclipse.swt.widgets.Widget.release(Widget.java:1083) at org.eclipse.swt.widgets.Control.release(Control.java:3488) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:1294) at org.eclipse.swt.widgets.Widget.release(Widget.java:1083) at org.eclipse.swt.widgets.Control.release(Control.java:3488) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:462) at org.eclipse.ui.internal.PartPane.dispose(PartPane.java:179) at org.eclipse.ui.internal.WorkbenchPartReference.dispose(WorkbenchPartReference.java:678) at org.eclipse.ui.internal.WorkbenchPage.disposePart(WorkbenchPage.java:1682) at org.eclipse.ui.internal.WorkbenchPage.handleDeferredEvents(WorkbenchPage.java:1389) at org.eclipse.ui.internal.WorkbenchPage.deferUpdates(WorkbenchPage.java:1373) at org.eclipse.ui.internal.WorkbenchPage.closeEditors(WorkbenchPage.java:1347) at org.eclipse.ui.internal.WorkbenchPage.closeEditor(WorkbenchPage.java:1402) at org.eclipse.ui.internal.EditorPane.doHide(EditorPane.java:61) at org.eclipse.ui.internal.PartStack.close(PartStack.java:543) at org.eclipse.ui.internal.EditorStack.close(EditorStack.java:206) at org.eclipse.ui.internal.PartStack$1.close(PartStack.java:122) at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation$1.handleEvent(TabbedStackPresentation.java:83) at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:267) at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:276) at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder.access$1(DefaultTabFolder.java:1) at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder$1.closeButtonPressed(DefaultTabFolder.java:70) at org.eclipse.ui.internal.presentations.PaneFolder.notifyCloseListeners(PaneFolder.java:626) at org.eclipse.ui.internal.presentations.PaneFolder$3.close(PaneFolder.java:206) at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1598) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:261) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.rssowl.ui.internal.Application.start(Application.java:119) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) at org.eclipse.equinox.launcher.Main.run(Main.java:1410) !ENTRY org.rssowl.core 1 0 2011-10-21 21:24:43.945 !MESSAGE RSSOwl Shutting Down (normal) !SESSION 2011-10-21 21:24:50.885 ----------------------------------------------- eclipse.buildId=unknown java.version=1.6.0_23 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: -os linux -ws gtk -arch x86 !ENTRY org.rssowl.ui 1 0 2011-10-21 21:24:53.556 !MESSAGE RSSOwl Starting Up (RSSOwl/2.1.2.201108131749 (X11; U; en)) !ENTRY org.rssowl.ui 1 0 2011-10-21 21:24:59.482 !MESSAGE Error loading system default XULRunner !ENTRY org.eclipse.ui 4 0 2011-10-21 21:27:16.805 !MESSAGE Unhandled event loop exception !STACK 0 java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: /home/lianazaman/.rssowl2/config212/org.eclipse.osgi/bundles/21/1/.cp/libswt-gnome-gtk-3735.so: libgnome-2.so.0: cannot open shared object file: No such file or directory no swt-gnome-gtk in java.library.path /home/lianazaman/.swt/lib/linux/x86/libswt-gnome-gtk-3735.so: libgnome-2.so.0: cannot open shared object file: No such file or directory Can't load library: /home/lianazaman/.swt/lib/linux/x86/libswt-gnome-gtk.so at org.eclipse.swt.internal.Library.loadLibrary(Library.java:285) at org.eclipse.swt.internal.Library.loadLibrary(Library.java:194) at org.eclipse.swt.internal.gnome.GNOME.<clinit>(GNOME.java:21) at org.eclipse.swt.program.Program.gnome_24_launch(Program.java:397) at org.eclipse.swt.program.Program.launch(Program.java:1086) at org.eclipse.swt.program.Program.launch(Program.java:1042) at org.rssowl.ui.internal.util.BrowserUtils.useDefaultBrowser(BrowserUtils.java:242) at org.rssowl.ui.internal.util.BrowserUtils.openLinkExternal(BrowserUtils.java:171) at org.rssowl.ui.internal.util.CBrowser$4.changing(CBrowser.java:828) at org.eclipse.swt.browser.Mozilla.OnStartURIOpen(Mozilla.java:3988) at org.eclipse.swt.browser.Mozilla$17.method3(Mozilla.java:1115) at org.eclipse.swt.internal.mozilla.XPCOMObject.callback3(XPCOMObject.java:266) at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2258) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3207) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.rssowl.ui.internal.Application.start(Application.java:119) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) at org.eclipse.equinox.launcher.Main.run(Main.java:1410) !ENTRY org.eclipse.ui 4 0 2011-10-21 21:27:33.196 !MESSAGE Unhandled event loop exception !STACK 0 org.eclipse.swt.SWTError: XPCOM error -2147467259 at org.eclipse.swt.browser.Mozilla.error(Mozilla.java:2502) at org.eclipse.swt.browser.Mozilla.onDispose(Mozilla.java:2517) at org.eclipse.swt.browser.Mozilla$5.handleEvent(Mozilla.java:952) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1282) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1263) at org.eclipse.swt.widgets.Widget.release(Widget.java:1080) at org.eclipse.swt.widgets.Control.release(Control.java:3488) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:1294) at org.eclipse.swt.widgets.Widget.release(Widget.java:1083) at org.eclipse.swt.widgets.Control.release(Control.java:3488) at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:1294) at org.eclipse.swt.widgets.Widget.release(Widget.java:1083) at org.eclipse.swt.widgets.Control.release(Control.java:3488) at org.eclipse.swt.widgets.Widget.dispose(Widget.java:462) at org.eclipse.ui.internal.PartPane.dispose(PartPane.java:179) at org.eclipse.ui.internal.WorkbenchPartReference.dispose(WorkbenchPartReference.java:678) at org.eclipse.ui.internal.WorkbenchPage.disposePart(WorkbenchPage.java:1682) at org.eclipse.ui.internal.WorkbenchPage.handleDeferredEvents(WorkbenchPage.java:1389) at org.eclipse.ui.internal.WorkbenchPage.deferUpdates(WorkbenchPage.java:1373) at org.eclipse.ui.internal.WorkbenchPage.closeEditors(WorkbenchPage.java:1347) at org.eclipse.ui.internal.WorkbenchPage.closeEditor(WorkbenchPage.java:1402) at org.eclipse.ui.internal.EditorPane.doHide(EditorPane.java:61) at org.eclipse.ui.internal.PartStack.close(PartStack.java:543) at org.eclipse.ui.internal.EditorStack.close(EditorStack.java:206) at org.eclipse.ui.internal.PartStack$1.close(PartStack.java:122) at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation$1.handleEvent(TabbedStackPresentation.java:83) at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:267) at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:276) at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder.access$1(DefaultTabFolder.java:1) at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder$1.closeButtonPressed(DefaultTabFolder.java:70) at org.eclipse.ui.internal.presentations.PaneFolder.notifyCloseListeners(PaneFolder.java:626) at org.eclipse.ui.internal.presentations.PaneFolder$3.close(PaneFolder.java:206) at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1598) at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:261) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.rssowl.ui.internal.Application.start(Application.java:119) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) at org.eclipse.equinox.launcher.Main.run(Main.java:1410) !SESSION 2011-10-22 06:53:01.565 ----------------------------------------------- eclipse.buildId=unknown java.version=1.6.0_23 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: -os linux -ws gtk -arch x86 !ENTRY org.rssowl.ui 1 0 2011-10-22 06:53:07.371 !MESSAGE RSSOwl Starting Up (RSSOwl/2.1.2.201108131749 (X11; U; en)) !ENTRY org.rssowl.ui 1 0 2011-10-22 06:53:26.466 !MESSAGE Error loading system default XULRunner But I have a way around it. 1) Choose embedded browser first. Unclick all the choices in Tabbed Browsing. 2) Choose external browser. In it write /usr/bin/firefox 3) Test it out by clicking one of the feed titles. If it opens with the firefox instead inside rss owl, it worked! In my case, it does :) Hope it helps.
  10. 2011-10-22 01:51:23 PDT
    @lianazaman: There are 2 problems in your case: 1. Internal browser does not work (XULRunner 1.9.2) – you seem to have solved this 2. RSSOwl can't find your Gnome library But I'm glad you fixed this!
  11. 2011-10-22 02:21:45 PDT
    This is my log. In this session, I only launched RSS Owl and right-clicked "open in external browser" on an item. Firefox tried to open the URL "%u". Of course, the problem could be in Firefox. But links clicked in any other application work right. The log: !SESSION 2011-10-21 18:33:27.958 ----------------------------------------------- eclipse.buildId=unknown java.version=1.6.0_23 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=es_ES Command-line arguments: -os linux -ws gtk -arch x86 !ENTRY org.rssowl.ui 1 0 2011-10-21 18:33:30.962 !MESSAGE RSSOwl Starting Up (RSSOwl/2.1.2.201108131749 (X11; U; en)) !ENTRY org.eclipse.osgi 2 1 2011-10-21 18:33:36.111 !MESSAGE NLS unused message: Shortcuts_shortcutTab in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-10-21 18:33:36.111 !MESSAGE NLS unused message: Shortcuts_selectShortcutsLabel in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-10-21 18:33:36.112 !MESSAGE NLS unused message: Shortcuts_availableMenus in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-10-21 18:33:36.112 !MESSAGE NLS unused message: Shortcuts_availableCategories in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-10-21 18:33:36.112 !MESSAGE NLS unused message: Shortcuts_allShortcuts in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-10-21 18:33:36.113 !MESSAGE NLS unused message: Util_listNull in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-10-21 18:33:36.113 !MESSAGE NLS unused message: OpenBrowserHandler_NoInfoDialogMessage in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-10-21 18:33:36.113 !MESSAGE NLS unused message: OpenBrowserHandler_NoInfoDialogTitle in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-10-21 18:33:36.114 !MESSAGE NLS unused message: AboutFeaturesDialog_SimpleTitle in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-10-21 18:33:36.114 !MESSAGE NLS unused message: ProblemCyclicDependency in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-10-21 18:33:37.770 !MESSAGE NLS unused message: InternalError in: org.eclipse.ui.internal.progress.messages !ENTRY org.eclipse.osgi 2 1 2011-10-21 18:33:52.805 !MESSAGE NLS unused message: CoreUtils_UNNABLE_CONNECT in: org.rssowl.core.util.messages !ENTRY org.rssowl.core 1 0 2011-10-21 19:08:27.646 !MESSAGE RSSOwl Shutting Down (normal)
  12. 2011-10-22 05:34:19 PDT
    Log looks normal... is your browser set in update-alternatives as default gnome-www-browser and x-www-browser?
  13. 2011-10-22 05:41:57 PDT
    $ update-alternatives --list gnome-www-browser /usr/bin/firefox $ update-alternatives --list x-www-browser /usr/bin/firefox /usr/bin/midori
  14. 2011-11-03 10:31:15 PDT
    I have manually set the external browser in RSS Owl to Epiphany and it works. However, I don't know if that means that the problem is Firefox's fault. As I said, links clicked in any other application (Thunderbird, pdf documents...) are perfectly opened in Firefox.
  15. 2011-11-13 04:33:04 PST
    I had the same issue with RSSOwl 2.1.2 and Firefox 7.0.1 since I upgraded to Ubuntu 11.10. I was using the default external browser which was shown to be Mozilla Firefox. lianazaman's workaround (just switching to to /usr/bin/firefox) fixed the problem for me however it does seem like something needs to be done about this on RSSOwl's side. Some data: $ update-alternatives --list gnome-www-browser /usr/bin/firefox $ update-alternatives --list x-www-browser /usr/bin/firefox /usr/bin/opera Part of my log file: !ENTRY org.rssowl.ui 1 0 2011-10-26 18:54:19.909 !MESSAGE Error loading system default XULRunner !ENTRY org.rssowl.core 1 0 2011-11-13 00:25:57.202 !MESSAGE RSSOwl Shutting Down (normal) !SESSION 2011-11-13 01:31:08.675 ----------------------------------------------- eclipse.buildId=unknown java.version=1.6.0_23 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=de Command-line arguments: -os linux -ws gtk -arch x86_64 !ENTRY org.rssowl.ui 1 0 2011-11-13 01:31:09.547 !MESSAGE RSSOwl Starting Up (RSSOwl/2.1.2.201108141121 (X11; U; en)) !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.135 !MESSAGE NLS unused message: Shortcuts_shortcutTab in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.135 !MESSAGE NLS unused message: Shortcuts_selectShortcutsLabel in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.135 !MESSAGE NLS unused message: Shortcuts_availableMenus in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.135 !MESSAGE NLS unused message: Shortcuts_availableCategories in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.135 !MESSAGE NLS unused message: Shortcuts_allShortcuts in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.135 !MESSAGE NLS unused message: HideItemsCannotMakeVisible_dialogTitle in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.135 !MESSAGE NLS unused message: HideItemsCannotMakeVisible_switchToCommandGroupTab in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.135 !MESSAGE NLS unused message: HideItemsCannotMakeVisible_unavailableChildrenText in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.135 !MESSAGE NLS unused message: HideMenuItems_menuItemsTab in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.135 !MESSAGE NLS unused message: HideMenuItems_chooseMenuItemsLabel in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.135 !MESSAGE NLS unused message: HideMenuItems_menuStructure in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.136 !MESSAGE NLS unused message: HideToolBarItems_toolBarItemsTab in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.136 !MESSAGE NLS unused message: HideToolBarItems_chooseToolBarItemsLabel in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.136 !MESSAGE NLS unused message: HideToolBarItems_toolBarStructure in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.136 !MESSAGE NLS unused message: FilteredTree_AccessibleListenerClearButton in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.136 !MESSAGE NLS unused message: Util_listNull in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.136 !MESSAGE NLS unused message: DecoratorError in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.136 !MESSAGE NLS unused message: DecoratorWillBeDisabled in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.136 !MESSAGE NLS unused message: Perspective_couldNotBeFound in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.136 !MESSAGE NLS unused message: OpenBrowserHandler_NoInfoDialogMessage in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.136 !MESSAGE NLS unused message: OpenBrowserHandler_NoInfoDialogTitle in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.136 !MESSAGE NLS unused message: AboutDialog_DetailsButton in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.136 !MESSAGE NLS unused message: AboutFeaturesDialog_SimpleTitle in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.137 !MESSAGE NLS unused message: InstallationDialog_ShellTitle in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.137 !MESSAGE NLS unused message: ErrorLogUtil_ShowErrorLogHyperlink in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.137 !MESSAGE NLS unused message: ErrorLogUtil_ShowErrorLogTooltip in: org.eclipse.ui.internal.messages !ENTRY org.eclipse.osgi 2 1 2011-11-13 01:31:26.562 !MESSAGE NLS unused message: InternalError in: org.eclipse.ui.internal.progress.messages !ENTRY org.rssowl.ui 1 0 2011-11-13 01:33:17.852 !MESSAGE Error loading system default XULRunner Btw, this is probably completely unrelated but I sometimes have the problem that clicking on a link inside a feed message doesn't do anything. Only clicking on the title works. This only happens occasionally though.
  16. 2011-11-13 06:40:00 PST
    !ENTRY org.rssowl.ui 1 0 2011-11-13 01:33:17.852 !MESSAGE Error loading system default XULRunner Do you have other problems with RSSOwl's internal browser? The problem is: RSSOwl uses Eclipse RCP which uses XULRunner or IE. RSSOwl is developed by bpasero – developing/hacking a browser for use in a RSS reader is too much work for one single developer (without being paid for)!
  17. 2011-11-13 06:55:06 PST
    I don't really have any problems with the internal browser because I don't use it. :-) I've pretty much used the external one ever since that option was available I think. I can't really explain that error message since the external browser seems to be working.
  18. 2012-01-07 04:45:18 PST
    I switched to Fedora and I no longer have this issue.
  19. 2012-01-26 09:57:58 PST
    I had the same problem with RSSowl Version: 2.1.2 Build Id: 2011-08-13, Firefox 9.0.1 on Ubuntu 11.10. "Browser selection" item was "Use the standard external browser (Mozilla firefox)", and Firefox opened a window with "%u" in an address bar. I've set manually "Use the following external browser", "Browse" button, "/usr/bin/firefox". Now links open normally in firefox.
  20. 2012-02-01 09:43:15 PST
    I switched to liferea... now I'm back. Can't be without Rssowl... still the best in my opinion. Question: ... 1. The latest xulrunner available in the 1.9.2.x series is; http://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/1.9.2.19/runtimes/xulrunner-1.9.2.19.en-US.linux-i686.tar.bz2 My system is amd64, doesn't that mean I need a 64 bit build of xulrunner for this to work ? 2. Are the below enough for Rssowl to function ? ii icedtea-7-jre-jamvm 7~b147-2.0-1 Alternative JVM for OpenJDK, using JamVM ii openjdk-7-jre 7~b147-2.0-1 OpenJDK Java runtime, using Hotspot JIT ii openjdk-7-jre-headless 7~b147-2.0-1 OpenJDK Java runtime, using Hotspot JIT (headless) ii openjdk-7-jre-lib 7~b147-2.0-1 OpenJDK Java runtime (architecture independent libraries) Also; RssOwl 2.1.2 Works: Mint Debian Linux amd64 RssOwl 2.1.2 Doesn't work: Debian Testing (Wheezy) amd64 Note: Debian has removed xulrunner in Squeeze - Testing - Wheezy Tried all recommended solutions in FAQ / Forum. I also compared the logs from the above 2 systemss for Rssowl, it seems these are the items 'not' on the malfunctioning system... org.eclipse.swt.browser.MozillaFactoriesRegistered=true org.eclipse.swt.browser.XULRunnerInitialized=true org.eclipse.swt.browser.XULRunnerPath=/opt/rssowl/xulrunner Thank you much.
  21. 2012-02-01 09:53:42 PST
    Hi again. ...continued from above, 'Iceweasel' is 'Firefox' without proprietary graphics. Can RssOwl be used if Iceweasel is the only browser available ? Thank you.
  22. 2012-02-02 06:24:09 PST
    1. You need a 64bit XulRunner, if your Java runtime (openjdk) is 64bit. It is very likely that you are using a 64bit Java runtime on your 64bit OS. 2. you need openjdk-7-jre and all packages it depends on plus: a) xulrunner 1.9.2.x and all packages it depends on b) (with rssowl using its own xulrunner 1.9.2) just all packages it depends on You can find those dependencies in the .deb file (in the file /DEBIAN/control) or with your favorite package manager. In my case (a ubuntu xulrunner package) these are: libasound2 (>> 1.0.22), libatk1.0-0 (>= 1.29.3), libc6 (>= 2.11), libcairo2 (>= 1.6.0), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2 (>= 0.78), libfontconfig1 (>= 2.8.0), libfreetype6 (>= 2.2.1), libgcc1 (>= 1:4.1.1), libgdk-pixbuf2.0-0 (>= 2.21.6), libglib2.0-0 (>= 2.24.0), libgtk2.0-0 (>= 2.18.0), libhunspell-1.2-0 (>= 1.2.11), libidl0, libnspr4-0d (>= 4.7.3-0ubuntu1~), libnss3-1d (>= 3.12.6), libpango1.0-0 (>= 1.14.0), libpixman-1-0 (>= 0.11.2), libpng12-0 (>= 1.2.13-4), libsqlite3-0 (>= 3.7.2), libstartup-notification0 (>= 0.10), libstdc++6 (>= 4.1.1), libx11-6, libxext6, libxrender1, libxt6, zlib1g (>= 1:1.1.4) In another thread, https://sourceforge.net/projects/rssowl/forums/forum/296910/topic/4431646/index/page/2 , looonegr, reported a symlink on libhunspell fixed his problems:ln -s /usr/lib/libhunspell-1.3.so.0 /usr/lib/libhunspell-1.2.so.0 3. RSSOwl does not use Firefox or Iceweasel internally, but Xulrunner. Firefox is built on top of Xulrunner (but bundles its own local version), the same for Iceweasel. It does not matter which browser is installed on your system. You may even use Opera, Chromium or Lynx if /etc/alternatives (tool: update-alternatives) is configured properly (which should be done by dpkg on package installation)
  23. 2012-02-02 06:31:18 PST
    btw: are there any log files ( http://www.rssowl.org/help#item_5 )? do you get error messages when starting from console?
  24. 2012-02-02 18:00:04 PST
    genodeftest... Thanks for the comments. I have started via command line, corrected the executable binaries on the included xulrunner (64 bit), attempted a failed xulrunner 64 bit build, yes the dependencies are available, tried the symlink, and the other recommended fixes from both related forum threads. As mentioned, Debian does 'not' offer xulrunner anymore since squeeze. As much as I love Rssowl, and would like to contribute to a solution, at the moment there doesn't seem to be a solution available for a Debian 64 bit Testing/Wheezy system. As a workaround, I'm using Rssowl inside a Virtualbox VM with Mint Debian 64 bit installed. Hope something turns up eventually... until then, Best regards, Armz
  25. 2012-02-03 03:18:17 PST
    Yeah, the problem is we need some developers having time to port RSSOwl to Eclipse RCP 3.8 (or 4.2, current Version is 3.4), to support recent versions of Xulrunner AND WebKit.
Jump To:
< Previous | 1 | 2 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.