Hi Andy!
Alright, I'll look into it (I used to offer appimages, but it got a little unwieldy). But what is flathub? Or does the link you provided indicate that Kevin already created a flatpak in the flathub repo?
I'm a little confused... ;)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The first Flatpak test build is here.
Since you are on openSUSE TW just do. sudo zypper in flatpak flatpak-builder flatpak install --user https://dl.flathub.org/build-repo/84532/net.sourceforge.Molsketch.flatpakref flatpak run net.sourceforge.Molsketch
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Andy!
Alright, I'll look into it (I used to offer appimages, but it got a little unwieldy). But what is flathub? Or does the link you provided indicate that Kevin already created a flatpak in the flathub repo?
I'm a little confused... ;)
Hi,
That was the build manifest required to make Flatpak. I am that kevin.
Flathub is a repository that publish these apps.
https://flathub.org/home
I am submitting it to Flathub, but it is in testing, not accepted yet.
https://github.com/flathub/flathub/pull/3021#issuecomment-1100722720=
Last edit: Andy the Great 2022-04-16
Hi,
The first Flatpak test build is here.
Since you are on openSUSE TW just do.
sudo zypper in flatpak flatpak-builderflatpak install --user https://dl.flathub.org/build-repo/84532/net.sourceforge.Molsketch.flatpakrefflatpak run net.sourceforge.MolsketchIf you would like to build Flatpak from my current git repo.
cd to the directory that the .yaml file was downloaded.
To run it.
flatpak run net.sourceforge.molsketchRight now I did install openbabel and molsketch in the flatpak manifest.
But openbabel is not found.
The preference is set to
Then I remove the "" which left with.
/app/lib/molsketch/libobabeliface.soThe openbabel library is found.
Last edit: Andy the Great 2022-04-17