Hey guys
I’m working on bringing PortfolioPerformance on Flathub for easier maintain and install on Linux based OSes.
I used Flatpak Manifest - Icons fehlen as a starting point.
I have a working prototype here. I would love someone else test it, as I have only done very shallow testing. Anyhow, there are a few things I would like to have some answers on, before I submit the PR to Flathub.
-
Is the name
org.portfolio.PortfolioPerformance
okay?
The structure has to be what it is, but it could also beorg.buchen.PortfolioPerformance
or if it is supposed to stay under my control it could also beorg.deisi.PortfolioPerformance
hinting towards a build that is maintained by me. I’m fine with either or but I would like to make this part of the official build and thus I preferorg.portfolio.PortfolioPerformance
scheme. -
What is the correct bug tracker?
Issues · buchen/portfolio · GitHub or https://sonarcloud.io/project/issues?id=name.abuchen.portfolio%3Aportfolio-app&resolved=false&types=BUG -
As developer name:
Andreas Buchen
fine?
It has to be a person or a “company”. -
Does PP use OpenGL?
-
Does PP use any kind of DBUS service?
-
Is there a place to send translations? (optional)
-
Is there an upstream email address? (optional)
-
Is there a place to send donations? (optinal)
In case anybody want to test this out, here is a little explanation of how to build and use for now
git clone https://github.com/deisi/flathub.git
cd flathub
git checkout origin/portfolio
sudo apt install flatpak-builder flatpak
flatpak install org.freedesktop.Sdk.Extension.openjdk11//20.08
flatpak install org.gnome.Platform//3.38
flatpak install org.gnome.Sdk//3.38
flatpak-builder --repo=repo --force-clean build-dir org.portfolio.PortfolioPerformance.json
flatpak --user remote-add --no-gpg-verify tutorial-repo repo
flatpak --user install tutorial-repo org.portfolio.PortfolioPerformance
wait some seconds and start PortfolioPerformance from your launcher. Or do
flatpak run org.portfolio.PortfolioPerformance