Package Details: portfolio-performance-bin 0.72.2-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: 29
Popularity: 0.53
First Submitted: 2019-09-30 12:56 (UTC)
Last Updated: 2024-11-30 17:04 (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 »

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

whnr commented on 2021-01-31 23:54 (UTC)

@CuriousFox I am a bit confused. I tried switching to this from the portfolio package hoping it would start again.

In your last comment you mention to "remove any other java packages". I have other Java packages that are needed for other applications (Java 8, 11, 15).

local/java-runtime-common 3-3
local/jre-openjdk 15.0.1.u9-1
local/jre-openjdk-headless 15.0.1.u9-1
local/jre11-openjdk 11.0.10.u8-2
local/jre11-openjdk-headless 11.0.10.u8-2
local/jre8-openjdk 8.u275-1
local/jre8-openjdk-headless 8.u275-1

What can be done to actually install this in a normal way? Could you elaborate a bit more, please?

CuriousFox commented on 2021-01-30 15:15 (UTC) (edited on 2021-01-30 15:16 (UTC) by CuriousFox)

OK it's working now. Re-running didn't work (just got a new error log with same content).

The solution in case it helps anyone else was to remove any other java (jdk../jre..) packages (I had both v8 and v11), then delete ~/eclipse, rebuild and re-install.

FYI I tried to install on a fresh VM and it failed to build - needed fakeroot. Worked after I installed that. I guess this should be added as a dependancy.

issue_no1 commented on 2021-01-30 13:31 (UTC)

@CuriousFox rerun twice, then everything was solved on my system. this was discussed in the forum of the original website.

CuriousFox commented on 2021-01-29 17:26 (UTC) (edited on 2021-01-29 17:41 (UTC) by CuriousFox)

Updating to 0.50.3 -> immediate crash on start "An error has occured. See log file.." I tried deleting ~/.eclipse, re-build etc. Full log at: https://pastebin.com/0TjpbXu0 Some scary parts look like this:

Unresolved requirement: Import-Package: org.eclipse.e4.core.commands.internal
Unresolved requirement: Import-Package: org.eclipse.e4.core.commands

..plus many more. I'm running Manjaro. Best to go direct to developer or here for Help!?

alexanderp commented on 2021-01-16 13:34 (UTC) (edited on 2021-01-16 13:34 (UTC) by alexanderp)

If you get an error when updating to v0.50.1, try deleting your ~/.eclipse folder. Ref. https://github.com/buchen/portfolio/issues/1978