Search Criteria
Package Details: onlyoffice-documentserver-bin 7.3.2-1
Package Actions
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.000036 |
First Submitted: | 2021-08-11 23:47 (UTC) |
Last Updated: | 2023-02-15 14:07 (UTC) |
Dependencies (3)
- nginx (nginx-nchan-git, nginx-nchan, nginx-pagespeed, nginx-pagespeed-src, nginx-rtmp, nginx-rtmp-src, nginx-rtmp-sergey-git, nginx-mainline-boringssl, nginx-minimal, nginx-quic-vkontakte, zestginx, nginx-quiche, nginx-quic-openssl-hg, nginx-mainline-pushstream, nginx-libressl, nginx-quic, tengine, tengine-extra, nginx-mainline)
- postgresql (agensgraph-git, postgresql-1c, postgresql-9.5, postgresql-9.4, postgresql-src-beta, postgresql-9.6, postgresql-11, postgresql-10, postgresql-12, postgresql13, postgresql-src, postgresql-lts)
- rabbitmq
Latest Comments
1 2 Next › Last »
VVL commented on 2023-01-13 21:58 (UTC)
Updated to last version (7.2.2) and fixed all bugs of installing. Hope now all working fine.
FederAndInk commented on 2022-09-22 21:35 (UTC)
arch
should either be used to download the corresponding rpm or be set tox86_64
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:
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.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:
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.
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.
1 2 Next › Last »