Package Details: portfolio-performance-bin 0.68.4-1

Git Clone URL: https://aur.archlinux.org/portfolio-performance-bin.git (read-only, click to copy)
Package Base: portfolio-performance-bin
Description: A simple tool to calculate the overall performance of an investment portfolio.
Upstream URL: https://www.portfolio-performance.info
Keywords: finance investing money
Licenses: EPL-1.0
Submitter: nicolaischmid
Maintainer: nicolaischmid (whnr, tuxxx)
Last Packager: tuxxx
Votes: 25
Popularity: 1.08
First Submitted: 2019-09-30 12:56 (UTC)
Last Updated: 2024-04-28 20:28 (UTC)

Dependencies (1)

Required by (0)

Sources (4)

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

gpg --recv-keys E46E6F8FF02E4C83569084589239277F560C95AC

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

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

BoraxKasein commented on 2021-06-10 19:31 (UTC)

@selion and @alaut I had a similar problem. For me using JRE 11 did not work. My solution was to delete .eclipse and .PortfolioPerformance in the home directory.

java.lang.ClassNotFoundException: org.eclipse.core.runtime.adaptor.EclipseStarter
    at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:471)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:589)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:650)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1434)

alaut commented on 2021-05-05 21:24 (UTC)

@selion I ran into the same problem but changing my default JRE help.

In my particular case:

sudo archlinux-java set java-11-openjdk

selion commented on 2021-04-20 07:23 (UTC) (edited on 2021-04-20 07:23 (UTC) by selion)

Seems like dependencies are missing?

java.lang.RuntimeException: Application "org.eclipse.e4.ui.workbench.swt.E4Application" could not be found in the registry. The applications available are: org.eclipse.equinox.app.error.
    at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:252)
    at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:33)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1461)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1434)

drwu commented on 2021-04-17 19:32 (UTC)

Temporarily, downgrading webkit2gtk solves the issue of charts.

carlo commented on 2021-04-05 16:25 (UTC)

I am experiencing the same issue as 2ion and have reported it upstream: https://github.com/buchen/portfolio/issues/2193

jsoy9pQbYVNu5nfU commented on 2021-03-30 16:21 (UTC) (edited on 2021-03-30 16:21 (UTC) by jsoy9pQbYVNu5nfU)

Headsup: With an up-to-date Arch Linux, 0.51.3 will not show any webkit-rendered charts more than once because webkit2gtk now includes libwebkitgtk-4.0. After rendering the first chart in any view, webkit will keep crashing:

SWT WebKitGDBus: there was an error executing something synchronously with the extension.

SWT WebKitGDBus: the error message is: The connection is closed

SWT webkit: failure registering BrowserFunction loadData

SWT WebKitGDBus: there was an error executing something synchronously with the extension.

SWT WebKitGDBus: the error message is: The connection is closed

SWT webkit: failure registering BrowserFunction loadData

hensansi commented on 2021-03-03 18:28 (UTC)

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)

whnr commented on 2021-02-07 16:26 (UTC)

Thank you people! After removing the JRE8, restarting (Jre8 was stuck in path or somewhere), and reinstalling PP I got it to work! Back to investing the hard earned money…

CuriousFox commented on 2021-02-05 10:12 (UTC) (edited on 2021-02-05 10:17 (UTC) by CuriousFox)

@whnr, perhaps I was lucky, I only had one other package that depended on java 8 but I didn't mind removing it. So I now have just:

local/jre11-openjdk 11.0.10.u8-2
local/jre11-openjdk-headless 11.0.10.u8-2

and that's what's working now.

From @Issue_no1 's comment, maybe it's just the earlier version (i.e. v8) that causes the problem?

issue_no1 commented on 2021-02-03 23:23 (UTC)

I have installed jre 11 and 15, works properly for me