ONLYOFFICE: Difference between revisions

mNo edit summary
'onlyoffice-bin' has been renamed to/replaced by 'onlyoffice-desktopeditors'
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:


{{file|/etc/nixos/configuration.nix|nix|<nowiki>
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
environment.systemPackages = [ pkgs.onlyoffice-bin ];
environment.systemPackages = [ pkgs.onlyoffice-desktopeditors ];
</nowiki>}}
</nowiki>|name=|lang=}}


== Troubleshooting ==
== Troubleshooting ==
Line 13: Line 13:
=== Install and use missing corefonts ===
=== Install and use missing corefonts ===


According to one [https://github.com/ONLYOFFICE/DocumentServer/issues/1859 upstream bug] ONLYOFFICE is unable to locate font files on NixOS. A workaround is to install missing or additional fonts and copy them to the user directory
According to one [https://github.com/ONLYOFFICE/DocumentServer/issues/1859 upstream bug] ONLYOFFICE is unable to locate [[Fonts|font]] files on NixOS. A workaround is to install missing or additional fonts and copy them to the user directory


{{file|/etc/nixos/configuration.nix|nix|<nowiki>
{{file|/etc/nixos/configuration.nix|nix|<nowiki>