Hello everyone. I created a program to catalog the Films that one owns, called LaMiaVideoteca. I’ve ported it to both Windows and Linux. On the latter I can already package it in deb and AppImage. I would now like to package it in FLATPAK (via SNAP I failed). So, I created a folder called lamiavideoteca, inside which I put the executable, the images (which the program needs), the libraries that the application needs, the share folder containing the icon and the file for the shortcut (. Desktop). I generated a org.tarro.lamiavideoteca.yml file in which I put the following code:
The compilation I do from the folder where the org.tarro.lamiavideoteca.yml is located with the flatpak-builder build-dir org.tarro.lamiavideoteca.yml command fails telling me that the Covers and lib directories do not exist, BUT they EXIST. Someone would know how to help me. Thanks for the help.
On fedora the /app directory does not exist by default.
You must structure it properly for use on fedora.
Also, since the /app/bin directory appear intended to contain binaries you must adapt that to the fedora file system structure.
Fedora library files for a 64 bit system mostly reside in /usr/lib64
Binary files mostly reside in /usr/bin
Snaps are mostly discouraged on fedora since it is not native to fedora.