Warning, /rolisteam/rolisteam-packaging/rolisteam/flatpak/README.md is written in an unsupported language. File is not indexed.

0001 ## Steps to Build flatpak of the rolisteam client/server 
0002 
0003 This requires that [flatpak-builder](https://github.com/flatpak/flatpak-builder) is installed. 
0004 
0005 Copy the contents of the flatpak directory into a build area.
0006 
0007 Run:
0008 
0009     flatpak-builder --force-clean org.rolisteam.rolisteam  rolisteam.json
0010 
0011 This will build the sandbox.
0012 
0013 To install into a local repositry you need first to create one.
0014 
0015     flatpak-builder --repo=.repo --ccache --force-clean .app-dir rolisteam.json
0016 
0017 And then to add it
0018 
0019     flatpak --user remote-add --no-gpg-verify local-test-remote $PWD/.repo
0020 
0021 
0022 then to install the package.
0023 
0024     flatpak --user install local-test-remote org.rolisteam.rolisteam
0025 
0026 This will add it to your desktop search and so you should be able to search rolisteam and find it to run it. But to run it by hand use:
0027 
0028     flatpak run org.rolisteam.rolisteam
0029 
0030 
0031 ### Note. 
0032 
0033 The appdata.xml file is used to populate the flathub page and so should be multilingual and have better screenshots
0034 
0035 
0036 The desktop file too need to be multilingual. 
0037 
0038 Good examples can be found in the Gnome's Soundjuicer's files  
0039 
0040 `/usr/share/applications/org.gnome.SoundJuicer.desktop`
0041 
0042 `/usr/share/appdata/org.gnome.SoundJuicer.appdata.xml`