vikdevelop / org.onlyoffice.desktopeditors

Home Page:https://flathub.org/apps/details/org.onlyoffice.desktopeditors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Quick Setup

Install via flathub.org

  1. Install flatpak runtime on your system according to instruction

  2. Install application via

    flatpak install flathub org.onlyoffice.desktopeditors
  3. Rum the application

    flatpak run org.onlyoffice.desktopeditors

Build application manually

All steps tested on Ubuntu 18.04

  1. Clone this repo:

    git clone https://github.com/flathub/org.onlyoffice.desktopeditors
    cd org.onlyoffice.desktopeditors
  2. Install flatpak and flatpak-builder according to instruction

  3. Install a runtime and the matching SDK

    flatpak install flathub org.freedesktop.Platform//20.08 \
                    org.freedesktop.Sdk//20.08 \
                    io.atom.electron.BaseApp//20.08
                    org.electronjs.Electron2.BaseApp//20.08
  4. Build and install the application

    flatpak-builder build org.onlyoffice.desktopeditors.json --force-clean --install
  5. Run the application

    flatpak run org.onlyoffice.desktopeditors