This project contains files to build OpenRefine as a Flatpak app.
Ensure you have the following commands installed on your system:
gitflatpakflatpak-builder
Ensure you have the flathub repo enabled:
$ flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepoClone this project on your computer:
$ git clone https://github.com/mbugni/OpenRefineFlatpak.gitFrom the project directory run the command:
$ flatpak-builder --user --verbose --install --install-deps-from=flathub --force-clean \
build org.openrefine.OpenRefine.yamlSee flatpak documentation for more info.
The first build can take a couple of minutes, it depends on your machine performances. It install the app, making it available for your user in the system.
NOTE: if you want to install the app system wide, remove the --user option and the use sudo command.
You can run the OpenRefine launching it from your favorite desktop, or manually by using the flatpak command:
$ flatpak run org.openrefine.OpenRefineData files are in folder ~/.var/app/org.openrefine.OpenRefine/data/openrefine.
Config files are in folder ~/.var/app/org.openrefine.OpenRefine/config/openrefine.
