23 lines
864 B
Markdown
23 lines
864 B
Markdown
Chrome
|
|
|
|
Deveriative work of: https://github.com/flathub/com.google.Chrome
|
|
|
|
This application is in no way affiliated with Google or any of its partners.
|
|
|
|
#### Build
|
|
|
|
Go to repo dir first
|
|
```
|
|
flatpak remote-add --if-not-exists --user flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
|
flatpak-builder --force-clean --user --install-deps-from=flathub --repo=repo --install builddir com.google.Chrome79.yaml
|
|
```
|
|
|
|
#### Package
|
|
`flatpak build-bundle repo hello.flatpak com.google.Chrome79 --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo`
|
|
|
|
### Run
|
|
`flatpak run com.google.Chrome79`
|
|
|
|
### Remarks
|
|
|
|
Application doesn't use sandbox and executes with `--no-sandbox` option. If you know how to fix that and make it work along with sandbox feature please do not hesitate to send a PR. The goal it to provide perfect functionality as it were in old good times.
|