Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vrutkovs/firefox-flatpak
- Owner: vrutkovs
- Created: 2016-06-14T16:53:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-17T17:20:30.000Z (over 4 years ago)
- Last Synced: 2024-10-13T12:11:10.124Z (3 months ago)
- Topics: firefox, flatpak
- Language: Shell
- Homepage:
- Size: 243 KB
- Stars: 30
- Watchers: 7
- Forks: 35
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```