hey I'm currently hitting this issue in the charts and I'm not sure what could be the cause/solution. The message that presents looks like it is targeted to Ubuntu.
Unable to create embedded browser to display charts
* Are you running the latest version of your browser?
* On Linux one has to install the packet libwebkitgtk-3.0-0
The error message
"No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)]"
indicates that libwebkitgtk has to be installed. On Ubuntu 18.04, run
sudo apt-get install libwebkitgtk-3.0-0
Details:
org.eclipse.swt.SWTError: No more handles because there is no underlying browser available.
Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support.
at org.eclipse.swt.SWT.error(SWT.java:4901)
at org.eclipse.swt.browser.Browser.<init>(Browser.java:120)
at name.abuchen.portfolio.ui.util.EmbeddedBrowser.createControl(EmbeddedBrowser.java:61)
Pinned Comments
tuxxx commented on 2024-04-16 14:10 (UTC) (edited on 2024-04-16 14:11 (UTC) by tuxxx)
Make sure to import Andreas Buchens gpg key with
jesusignacio commented on 2023-01-29 21:37 (UTC) (edited on 2023-01-29 21:39 (UTC) by jesusignacio)
@emiltb just set a newer Java environment. For example:
sudo archlinux-java set java-11-opendjk
In case you need to know which ones do you have, run:sudo archlinux-java status