Skip to content

Commit

Permalink
Add instructions for using FUSE OverlayFS for the runtime (closes #67,
Browse files Browse the repository at this point in the history
…closes #214)
  • Loading branch information
filips123 committed Sep 25, 2023
1 parent 3b9d170 commit f45b6ed
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/docs/help/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,19 @@ runtime](../user-guide/extension.md#patch-profiles-and-runtime) from the extensi
4. Rename `Waterfox.app` directory in the runtime directory to `Firefox.app`.
5. Open Terminal inside `Firefox.app/Contents/MacOS` and run: `ln waterfox firefox`.

### How to use FUSE OverlayFS with the app browser?

On compatible Linux distributions, it is possible to use FUSE OverlayFS to link your global
Firefox installation with the PWAsForFirefox runtime. This removes the need to manage and
store two separate Firefox installations, but requires an additional setup.

Detailed instructions are available [in the GitHub gist](https://gist.github.com/filips123/29fb511a01ee8016a927a614f32979d3#file-readme-md).

!!! warning

Using FUSE OverlayFS is not regularly tested and may not work with all Firefox versions
that distributions provide.

### How to make the web app titlebar look more native?

The project aims to make installed web apps look native. However, due to a large number of
Expand Down
6 changes: 6 additions & 0 deletions extension/src/setup/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ <h1 class="text-center">Setup Progressive Web Apps for Firefox</h1>
<li>Inside that directory, symlink the main binary of your browser (for example, <kbd>librewolf.exe</kbd>/<kbd>librewolf-bin</kbd>) as <kbd>firefox.exe</kbd>/<kbd>firefox</kbd>.</li>
</ol>
</div>
<div style="padding-left: 1rem;" class="pb-1">
<strong>Linking the global Firefox installation with FUSE OverlayFS:</strong>
<ol>
<li>Instructions are available <a href="https://pwasforfirefox.filips.si/help/faq/#how-to-use-fuse-overlayfs-with-the-app-browser" target="_blank">on the documentation website</a>.</li>
</ol>
</div>
<div style="padding-left: 1rem;" class="pb-1">
<strong>Default runtime locations:</strong>
<ul>
Expand Down

0 comments on commit f45b6ed

Please sign in to comment.