Skip to content

python extension not supported by libreoffice if installed through docker #69

@shantanuo

Description

@shantanuo

I use this docker command and it works as expected. It starts the libreoffice on port 3000 without any problem and I can install almost all extensions including librepythonista.

docker run -d
--name=libreoffice
--security-opt seccomp=unconfined #optional
-e PUID=1000
-e PGID=1000
-e TZ=Etc/UTC
-p 3000:3000
-p 3001:3001
-v /path/to/config:/config
--restart unless-stopped
lscr.io/linuxserver/libreoffice:latest

But I am not able to run the python code after installing LibrePythonista extension. The extension is installed, toolbar icons are visible but the python IDE not initialized.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions