You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, each installation (e.g. /var/lib/flatpak, and ~/.local/share/flatpak as well as other customly added ones) can have
a subdirectory called "extension".
In this directory you can create
directories named $ref/$arch/$branch, and the contents of that will be
directly visible as the content of the plugins (i.e. what would be in
the "files" subdirectory of the deploy dir if you installed a packaged
version of the plugins).
So, for example, if you create a directory called: ~/.local/share/flatpak/extension/io.github.Hexchat.Plugin.Gerard/x86_64/18.08
Its contents would appear under /app/extensions/Gerard in the hexchat sandbox.
Note, the details above matches this from the hexchat manifest:
As described on the mailinglist by @alexlarsson :
So, each installation (e.g.
/var/lib/flatpak
, and~/.local/share/flatpak
as well as other customly added ones) can havea subdirectory called "
extension
".In this directory you can create
directories named
$ref/$arch/$branch
, and the contents of that will bedirectly visible as the content of the plugins (i.e. what would be in
the "
files
" subdirectory of the deploy dir if you installed a packagedversion of the plugins).
So, for example, if you create a directory called:
~/.local/share/flatpak/extension/io.github.Hexchat.Plugin.Gerard/x86_64/18.08
Its contents would appear under
/app/extensions/Gerard
in the hexchat sandbox.Note, the details above matches this from the hexchat manifest:
The text was updated successfully, but these errors were encountered: