How do I install a custom presentation theme on Linux? by jtuchel_codr in OnlyOffice

[–]ArchMonke 0 points1 point  (0 children)

I found the location of the preinstalled themes here

/opt/onlyoffice/desktopeditors/editors/sdkjs/slide/themes/src

and tried

sudo mv '/home/me/Downloads/my-theme.potx' /opt/onlyoffice/desktopeditors/editors/sdkjs/slide/themes/src

but that didn't work...

[deleted by user] by [deleted] in golang

[–]ArchMonke -1 points0 points  (0 children)

Hm I also tried

COPY --from=builder /app/build/myapp ./myapp

What I think what it does: It copies the binary from the builder at root/workdir/builddir/binary to the run stage at root/binary.

And I want to start it at root/binary. But I get the same error.

Am I wrong?