Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flathub/org.onlyoffice.desktopeditors
https://github.com/flathub/org.onlyoffice.desktopeditors
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flathub/org.onlyoffice.desktopeditors
- Owner: flathub
- Created: 2019-11-12T09:00:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T09:52:09.000Z (about 2 months ago)
- Last Synced: 2024-11-06T10:43:56.222Z (about 2 months ago)
- Homepage: https://flathub.org/apps/details/org.onlyoffice.desktopeditors
- Size: 1.41 MB
- Stars: 18
- Watchers: 4
- Forks: 9
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
1. Install flatpak runtime on your system according to [instruction](https://flatpak.org/setup/)
2. Install application via```shell script
flatpak install flathub org.onlyoffice.desktopeditors
```3. Rum the application
```shell script
flatpak run org.onlyoffice.desktopeditors
```### Build application manually
All steps tested on Ubuntu 18.04
1. Clone this repo:
```shell script
git clone https://github.com/flathub/org.onlyoffice.desktopeditors
cd org.onlyoffice.desktopeditors
```2. Install `flatpak` and `flatpak-builder` according to [instruction](https://flatpak.org/setup/)
3. Install a runtime and the matching SDK
```shell script
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
```4. Build and install the application
```shell script
flatpak-builder build org.onlyoffice.desktopeditors.json --force-clean --install
```5. Run the application
```shell script
flatpak run org.onlyoffice.desktopeditors
```