Hi @obarrilero. Thanks very much for your answer! It worked!
Here’s a quick summary again for others facing this issue (Linux):
-
Download desktop and install your plugins using the GUI. The plugin .jar files are hiding in the
/home/user/.snap/system/modules
directory. -
In docker, after installing snap overwrite the
/root/.snap/system
directory
The plugins are available via the python snappy API.
P.S. make sure you rebuild your image and container if you already had snap installed so they become available.