Skip to content

Commit da42d4d

Browse files
committed
extension: Document that extensions are autoloaded
Fixes #598
1 parent d862362 commit da42d4d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/extension.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,15 @@ enable-if.
195195
to ``false`` the extension will be considered unused and removed
196196
automatically when doing ``flatpak uninstall --unused``.
197197

198+
Extensions are automatically mounted inside the runtime or app sandbox
199+
provided the correct branch of the extension is installed, the
200+
extension point for that extension is specified in the app or runtime
201+
manifest and all the conditionals in the extension point match.
202+
203+
The list of loaded extensions can be found by inspecting the
204+
``app-extensions`` and ``runtime-extensions`` keys of the ``Instance``
205+
group in ``/.flatpak-info`` of a running Flatpak.
206+
198207
Loading existing extensions
199208
---------------------------
200209

0 commit comments

Comments
 (0)