Awesome
flatpak - org.onlyoffice.desktopeditors
Overview
ONLYOFFICE Desktop Editors is a free office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit documents stored on your Windows/Linux PC or Mac without an Internet connection. It is fully compatible with Office Open XML formats: .docx, .xlsx, .pptx.
Important Because of our release process and important check we perform - flatpak package always released little bit after deb/rpm/exe packages. And sometimes we skip major release if hotfix is coming
Quick Setup
Install via flathub.org
-
Install flatpak runtime on your system according to instruction
-
Install application via
flatpak install flathub org.onlyoffice.desktopeditors
-
Rum the application
flatpak run org.onlyoffice.desktopeditors
Build application manually
All steps tested on Ubuntu 18.04
-
Clone this repo:
git clone https://github.com/flathub/org.onlyoffice.desktopeditors cd org.onlyoffice.desktopeditors
-
Install
flatpak
andflatpak-builder
according to instruction -
Install a runtime and the matching SDK
flatpak install flathub org.freedesktop.Platform//23.08 \ org.freedesktop.Sdk//23.08 \ io.atom.electron.BaseApp//20.08 \ org.electronjs.Electron2.BaseApp//23.08
-
Build and install the application
flatpak-builder build org.onlyoffice.desktopeditors.json --force-clean --install
-
Run the application
flatpak run org.onlyoffice.desktopeditors