GithubHelp home page GithubHelp logo

onlyoffice / appimage-desktopeditors Goto Github PK

View Code? Open in Web Editor NEW
52.0 24.0 8.0 201 KB

Portable version of ONLYOFFICE Desktop Editors

Home Page: https://www.onlyoffice.com/apps.aspx

License: GNU Affero General Public License v3.0

Makefile 100.00%
onlyoffice appimage portable word excel spreadsheet presentation desktop docx xlsx

appimage-desktopeditors's Introduction

License

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.

Functionality

ONLYOFFICE Desktop Editors include the following editors:

  • ONLYOFFICE Document Editor
  • ONLYOFFICE Spreadsheet Editor
  • ONLYOFFICE Presentation Editor

The editors allow you to create, edit, save and export text, spreadsheet and presentation documents.

Getting started

$ wget https://download.onlyoffice.com/install/desktop/editors/linux/DesktopEditors-x86_64.AppImage
$ chmod a+x DesktopEditors-x86_64.AppImage
$ ./DesktopEditors-x86_64.AppImage

Building ONLYOFFICE Desktop Editors AppImage from source code

Installing dependency

sudo apt-get install --force-yes -yq \
    build-essential \
    git \
    wget

Getting source code

git clone https://github.com/ONLYOFFICE/appimage-desktopeditors.git

Compiling AppImage

cd appimage-desktopeditors
make clean && make

Project Information

Official website: https://www.onlyoffice.com/desktop.aspx

Code repository: https://github.com/ONLYOFFICE/DesktopEditors

User Feedback and Support

If you have any problems with or questions about ONLYOFFICE Desktop Editors, please visit our official forum to find answers to your questions: forum.onlyoffice.com or you can ask and answer ONLYOFFICE development questions on Stack Overflow.

appimage-desktopeditors's People

Contributors

agolybev avatar evgeniy-antonyuk avatar hellonadya avatar romandemidov avatar shockwavenn avatar svetlana81 avatar t0rtila avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

appimage-desktopeditors's Issues

./DesktopEditors: symbol lookup error: /usr/lib/libhogweed.so.4: undefined symbol: __gmpn_cnd_sub_n

Because the deb DesktopEditors has a problem with libcurl-gnutls.so.4 (see #6, without a solution since 2016) I wanted to try the AppImage build.

What is the current behavior?

But the AppImage build has also an issue with a lib.

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.

./DesktopEditors-x86_64.AppImage 

(process:28817): GLib-CRITICAL **: 16:37:36.935: g_file_test: assertion 'filename != NULL' failed
./DesktopEditors: symbol lookup error: /usr/lib/libhogweed.so.4: undefined symbol: __gmpn_cnd_sub_n

What is the expected behavior?

Working instead of crashing I guess.

Which versions of DesktopEditors, and which OS are affected by this issue? Did this work in previous versions of DesktopEditors?

I downloaded the 5.2.8 version here https://www.onlyoffice.com/download-desktop.aspx

Manjaro Linux (very similar to Arch Linux on ArchLinux).

Solus: OnlyOffice doesn't work with glib2 version 2.69.x

Hi!
OnlyOffice not working on Solus with glib2 version 2.69.2
This is the error:

$ ./DesktopEditors-x86_64.AppImage 
./DesktopEditors: symbol lookup error: /usr/lib/libgio-2.0.so.0: undefined symbol: g_module_open_full

With glib2 version 2.68.3 is working fine.

Complete lockup at document creation or opening

Whenever I try to open or create a document it just locks up. It's a completely blank document window. I downloaded the AppImage so I could see what was going on. It keeps throwing up
QXcbConnection: XCB error: 8 (BadMatch), sequence: 2106, resource id: 6291532, major code: 130 (Unknown), minor code: 3
whenever I try to open or create anything.

Linux ARM version?

Since version 6.4 seems to be able to compile for native ARM platforms (on Mac at least), would it be possible to provide a Appimage for Linux ARM systems?

No Appimage for the latest release 5.6.0

Not a feature request or a bug.

I noticed the latest release does not include flatpak or appimage files. I've checked github release page and the official website. Please add options for those of us that use portable or containerized apps on Linux. Thanks for the great software.

[Question] Editor updated

Sorry: My english is not good because it's not my mother language

Steps:

  1. I forked web-apps and add some code, then I build it.
  2. I exec command like this:
docker cp E:\Workspaces\Contributes\OnlyofficeDesktopEditors\web-apps\deploy\web-apps onlyoffice-document-server:/var/www/onlyoffice/documentserver
  1. I got an error
    image

So, how and why? Thanks!

symbol lookup error libgnutls in SolusOS

Trying to use appimage of desktop editors in Solus OS. Does not run.

At first it shows:
./DesktopEditors: error while loading shared libraries: libkeyutils.so.1: cannot open shared object file: No such file or directory

Which can be easily solved by installing keyutils. (However isn't it supposed that appimage bundle all neccesary dependencies?). Well never mind, then trying to run it again but throws:

./DesktopEditors: symbol lookup error: /usr/lib/libgnutls.so.30: undefined symbol: __gmpn_cnd_sub_n

And I'm stuck in there.

Probably related to #3

ERRO ONLYOFFICE APPIMAGE ON FEDORA

./DesktopEditors: /tmp/.mount_DesktoMnDiEp/usr/bin/libselinux.so.1: no version information available (required by /lib64/libgio-2.0.so.0)
./DesktopEditors: /tmp/.mount_DesktoMnDiEp/usr/bin/libselinux.so.1: no version information available (required by /lib64/libmount.so.1)
./DesktopEditors: symbol lookup error: /lib64/libgio-2.0.so.0: undefined symbol: g_module_open_full

libgdk-x11-2.0.so.0 not found on Debian 10

While running on clean debian-10.1.0-amd64-netinst

./DesktopEditors: error while loading shared libraries: libgdk-x11-2.0.so.0: cannot open shared object file: No such file or directory

Installing sudo apt install libgtk2.0-0 solve this error, but reproduce #9

Could not start on ubuntu 12.04

./ONLYOFFICE_Desktop_Editors-4.8.7-x86_64.AppImage
fuse: warning: library too old, some operations may not work
./DesktopEditors: error while loading shared libraries: libtasn1.so.6: cannot open shared object file: No such file or directory

ubuntu 12.04 with all updates as of 2018.05.29

OnlyOffice AppImage Not Loading

I am getting the following error when I try to launch the AppImage:
symbol lookup error: /usr/lib/libhogweed.so.5: undefined symbol: __gmpn_cnd_sub_n

OnlyOffice version = 5.4.1
Operating System = Arch Linux

Grouping different objects not possible

I do not know if this is as designed but it is not possible to group different objects: images and text together into a group for easier moving around. The group option is simply greyed out.

It is not mentioned here that this is not possible: https://helpcenter.onlyoffice.com/onlyoffice-editors/onlyoffice-presentation-editor/usageinstructions/alignarrangeobjects.aspx

so I presumed this might be a bug. Let me know what is the case?

On Linux, 7.2.0.204 version, dektop editors, .deb package

Segmentation Fault on nitrux

  1. wget https://github.com/ONLYOFFICE/appimage-desktopeditors/releases/download/v5.1.29/DesktopEditors-x86_64.AppImage
  2. chmod a+x DesktopEditors-x86_64.AppImage
  3. ./DesktopEditors-x86_64.AppImage
    Got
desktop-file-validate is missing. Skipping /tmp/.mount_DesktorzG9vX/usr/bin//onlyoffice-desktopeditors.sh.wrapper.
Segmentation fault (core dumped)

On Nitrux - nitrux_release_1.0.16-1.iso

Add an option to make the right side panel hidden

When using OnlyOffice on a laptop and splitting the screen with another window, the right side panel of OnlyOffice covers most of the input area. It would nice to have an option to hide this right side panel so that most of the input area is visible when splitting the screen.
rightsidemenu

Entering non-breaking space followed by some punctuation marks crashes the document when interface is in French

ONLYOFFICE version 7.0.1.37 (bug present on the Flatpak version as well)

Steps to reproduce to encounter the bug:

  1. Set interface to French
  2. Open a new document
  3. Type a non-breaking space ( )
  4. Type a punctuation mark among ?, !, : and ;
  5. The document crashes

Additional context:

In French, a non-breaking space must be place before ?, !, : and ;.

When typing a non-breaking space, ONLYOFFICE actually prints a regular space followed by a non-breaking space.

When typing a punctuation mark that needs to be preceded by a non-breaking space, ONLYOFFICE replaces the space before the character by a non-breaking one. When it is preceded by a space + a non-breaking space, it crashes the document. If one types a non-breaking space, deletes the preceding regular space, then proceeds to type one of the problematic characters, the document will not crash.

Where is Appimage for ver 6.0?

Do you want to request a feature or report a bug?

No Appimage package for version 6.0.0 in releases page

Which versions of DesktopEditors, and which OS are affected by this issue? Did this work in previous versions of DesktopEditors?

Ver 6.0.0

Upgrade to 7.2

Thank you for the awesome office suite!
Will v7.2 available as an AppImage as well ?

Debian 10 - libgnutls.so.30: undefined symbol: __gmpz_limbs_write

I tried to run the appimage and this bug appairs ./DesktopEditors: symbol lookup error: /lib/x86_64-linux-gnu/libgnutls.so.30: undefined symbol: __gmpz_limbs_write

looks like share lib broken, I tried install the i386 version for solve it and it didn't work as well.

Are Snap, Flatpak and AppImage packages abandoned

Are Snap, Flatpak and AppImage packages abandoned? The desktop versions of the Editors for deb, rpm etc. are up to version 6.4.2, while the Snap, Flatpak and AppImage packages are stuck to 6.3.1. If anything, these versions that work on most distros, should be the first to be updated, right?

Portable version for Microsoft Windows

Hi, I need a portable version of ONLYOFFICE for Microsoft Windows. This is due not so much to any use on other PCs but to the fact that no data is left in other folders. Is it possible to create a launcher that allows this? Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.