Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vrutkovs/firefox-flatpak

Flatpak manifest and patches to build Firefox
https://github.com/vrutkovs/firefox-flatpak

firefox flatpak

Last synced: 2 months ago
JSON representation

Flatpak manifest and patches to build Firefox

Awesome Lists containing this project

README

        

# firefox-flatpak
This is a set of patches, scripts and a manifest to build latest Firefox using Flatpak. It is using GNOME 3.22 as base runtime.

# Usage

Run ```setup_repo.sh``` to download GNOME 3.20 SDK and setup a local Flatpak repo.

Now we're ready to run ```build.sh```, which will build Firefox from master branch (using Github's mirror).

After the build is finished you can start sandboxed Firefox:
```
$ flatpak run org.mozilla.Firefox
```