File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -195,6 +195,15 @@ enable-if.
195
195
to ``false `` the extension will be considered unused and removed
196
196
automatically when doing ``flatpak uninstall --unused ``.
197
197
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
+
198
207
Loading existing extensions
199
208
---------------------------
200
209
You can’t perform that action at this time.
0 commit comments