Package Details: onlyoffice-documentserver-bin 8.0.1-2

Git Clone URL: https://aur.archlinux.org/onlyoffice-documentserver-bin.git (read-only, click to copy)
Package Base: onlyoffice-documentserver-bin
Description: Online office suite comprising viewers and editors for texts, spreadsheets and presentations
Upstream URL: https://github.com/ONLYOFFICE/DocumentServer
Licenses: AGPL
Conflicts: onlyoffice-documentserver
Submitter: VVL
Maintainer: VVL
Last Packager: VVL
Votes: 2
Popularity: 0.000000
First Submitted: 2021-08-11 23:47 (UTC)
Last Updated: 2024-03-25 20:32 (UTC)

Latest Comments

« First ‹ Previous 1 2

mindless_canary commented on 2022-08-13 15:19 (UTC)

Okay. As I had to move my OnlyOffice Installation to a new server, I once again ran into BrainwreckedTech's problem.

Additionally to having noto-fonts installed other steps have to be taken:

  1. Install the package.
  2. Remove it again.
  3. Reinstall it again.
  4. Run sudo -u onlyoffice /usr/share/webapps/onlyoffice/documentserver/server/tools/allfontsgen --input="/usr/share/webapps/onlyoffice/documentserver/core-fonts" --allfonts-web="/usr/share/webapps/onlyoffice/documentserver/sdkjs/common/AllFonts.js" --allfonts="/usr/share/webapps/onlyoffice/documentserver/server/FileConverter/bin/AllFonts.js" --images="/usr/share/webapps/onlyoffice/documentserver/sdkjs/common/Images" --selection="/usr/share/webapps/onlyoffice/documentserver/server/FileConverter/bin/font_selection.bin" --output-web="/usr/share/webapps/onlyoffice/documentserver/fonts" --use-system="true" to genereate the fonts.
  5. Run sudo -u onlyoffice /usr/share/webapps/onlyoffice/documentserver/server/tools/allthemesgen --converter-dir="/usr/share/webapps/onlyoffice/documentserver/server/FileConverter/bin" --src="/usr/share/webapps/onlyoffice/documentserver/sdkjs/slide/themes" --output="/usr/share/webapps/onlyoffice/documentserver/sdkjs/common/Images" to generate the themes.

This package REALLY needs an overhaul.

mindless_canary commented on 2022-04-26 23:19 (UTC) (edited on 2022-04-26 23:20 (UTC) by mindless_canary)

This error message results from not having fonts installed. For me installing noto-fonts solved the problem (maybe reinstall/recompile onlyoffice?... didnt have the time to check that).

Maybe fonts should be a dependency for this package.

circuit10 commented on 2022-04-26 17:44 (UTC)

I executed the command manually and I still get the same error as BrainwreckedTech

VVL commented on 2022-02-21 05:59 (UTC)

This is the same error you wrote about last time. Try to execute command by yourself:

sudo -u onlyoffice /usr/share/webapps/onlyoffice/documentserver/server/tools/allthemesgen --converter-dir="/usr/share/webapps/onlyoffice/documentserver/server/FileConverter/bin" --src="/usr/share/webapps/onlyoffice/documentserver/sdkjs/slide/themes" --output="/usr/share/webapps/onlyoffice/documentserver/sdkjs/common/Images"

And it should pass right. I'll try to fix it in future releases.

BrainwreckedTech commented on 2022-02-20 05:26 (UTC) (edited on 2022-02-20 05:27 (UTC) by BrainwreckedTech)

There's also this error. Not sure if it's upstream or not.

Generating presentation themes, please wait...Uncaught TypeError: Cannot read property 'length' of undefined

#
# Fatal error in v8::ToLocalChecked
# Empty MaybeLocal.
#

Received signal 4 ILL_ILLOPN 7f4ca49b8be9

==== C stack trace ===============================

 [0x7f4ca49b9e32]
 [0x7f4ca3e38560]
 [0x7f4ca49b8be9]
 [0x7f4ca41d4412]
 [0x7f4ca41bd95e]
 [0x7f4ca418a83e]
 [0x7f4ca4183210]
 [0x00000040533c]
 [0x7f4ca3e23310]
 [0x7f4ca3e233c1]
 [0x000000408dde]
[end of stack trace]
/tmp/alpm_i3F0RD/.INSTALL: line 1: 22416 Illegal instruction     sudo -u onlyoffice /usr/share/webapps/onlyoffice/documentserver/server/tools/allthemesgen --converter-dir="/usr/share/webapps/onlyoffice/documentserver/server/FileConverter/bin" --src="/usr/share/webapps/onlyoffice/documentserver/sdkjs/slide/themes" --output="/usr/share/webapps/onlyoffice/documentserver/sdkjs/common/Images"
error: command failed to execute correctly

BrainwreckedTech commented on 2022-02-20 05:24 (UTC) (edited on 2022-02-20 05:25 (UTC) by BrainwreckedTech)

On initial installation, post_install() is executed before the post-transaction hook that creates the onlyoffice user that post_install() wants to use.

VVL commented on 2021-10-24 14:55 (UTC) (edited on 2021-10-24 14:55 (UTC) by VVL)

You can change it in config, /etc/webapps/onlyoffice/documentserver/default.json

"services": {
                "CoAuthoring": {
                        "server": {
                                "port": 8000,

jiriks74 commented on 2021-10-24 14:48 (UTC)

How am I able to change the port?