this post was submitted on 20 Oct 2023
176 points (97.3% liked)

Open Source

30826 readers
694 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
all 25 comments
sorted by: hot top controversial new old
[–] [email protected] 30 points 1 year ago (8 children)

I know the Linux community loves LibreOffice but OnlyOffice is just waaaay more user friendly overall, and the ability to have all the office suites in one window is wonderful. It's become standard for me to replace LibreOffice with this as soon as I install a distro.

[–] [email protected] 12 points 1 year ago

It doesn't support RTL languages.

[–] [email protected] 9 points 1 year ago

Agreed, looks much more polished (and fast). It's a shame, tho, as I want LO to succeed. But it may be so cumbersome at times...

[–] TrojanHam 5 points 1 year ago* (last edited 1 year ago) (3 children)

How is it on resources? I have a i386 project computer running Debian 12 and I'm looking to make it as "modern" as possible. Right now, my fight is with slow browsers and LibreOffice (I'm trying to avoid the Abiword, etc route).

[–] [email protected] 7 points 1 year ago

It either runs in the browser or an electron app, so unlikely that OnlyOffice will be a good fit.

You could try Collabora/Nextcloud Office, which runs the LibreOffice on the server and just streams UI tiles to the clients, so the impact of running that in shifted to the server. Still needs to run a browser though.

[–] [email protected] 7 points 1 year ago* (last edited 1 year ago) (1 children)

It's running on electron so... Yeah. Not the lightest program.

[–] [email protected] 2 points 1 year ago

It's web tech but I don't think it's electron though maybe I'm wrong.

[–] [email protected] 3 points 1 year ago (1 children)

if it's an old (like c2d or older) pc with hdd and limited ram, probably better to use openoffice or libreoffice and deal with the slow launch times. onlyoffice is essentially a javascript app in exe form and is a bit slow on older hardware.

[–] TrojanHam 1 points 1 year ago

Ok. I've put in a SSD, I'm looking to add RAM (I may be already maxed out), and run zswap, etc. I guess I'll be sticking with LibreOffice.

I use the laptop for ham radio stuff, mostly, and things like an office suite are secondary.

[–] Voroxpete 5 points 1 year ago

I love the design, but I find it incredibly laggy on my Fedora laptop. There's a noticeable lag between each keystroke and the letter appearing.

[–] [email protected] 4 points 1 year ago* (last edited 1 year ago)

My only complaint with OnlyOffice is that it's so insanely slow. Navigating the UI feels like it's running at 20fps or something. And loading up large excel sheets with thousands of rows often straight up crashes the program, or at least causes it to lag a huge amount when scrolling.

It's like this on my 2 PCs and my work PC too, even my gaming desktop which is more than capable of running a basic program like spreadsheets.

Libreoffice on the other hand is really fast, it's a breeze to work in. I also find the toolbar system in Libreoffice to be much easier to use when finding stuff like formulas or formatting functions.

[–] [email protected] 2 points 1 year ago

manjaro introduced me to onlyoffice awhile back. i've since switched everything over to it except for one system that still has an old promo nfr office pro on it (for the rare times i specifically need it). i just have to remember to reconfigure new installs for Unstandard States of America (inches default, us letter default, default tabs to 0.5in)-only takes a minute or so.

[–] [email protected] 0 points 1 year ago* (last edited 1 year ago)

I have too many issues with Onlyoffice. One is that it has not that many features compared to Libreoffice or Word.

Second issue, it has way too many bugs compared to the other two.

[–] MonkCanatella 14 points 1 year ago

I was excited and decided to try it out but it's very basic pdf editing like highlighting, filling in forms. You can't edit already existing information in the pdf like you can with pdf gear for example

[–] [email protected] 11 points 1 year ago (1 children)

I love OnlyOffice, I just wish they'd fix the UI scaling on hi res screens. It looks weird on my 4k screen.

[–] [email protected] 8 points 1 year ago (2 children)

The UI is horrendously large on my 14 inch 1080p display too

[–] [email protected] 14 points 1 year ago (1 children)

doesn't "settings" -> "interface scaling" work for you?

[–] [email protected] 14 points 1 year ago* (last edited 1 year ago)

Oh damn. It was at auto, which I assumed was 100% (the lowest value)

I set it to 100 manually and it looks a lot better, thanks!

[–] [email protected] 0 points 1 year ago

And there is no setting the fix that. I've looked everywhere, but only found the one that enlarges the document, not the UI

[–] [email protected] 10 points 1 year ago

Nice. Still stuck using libreoffice until they support Wayland unfortunately.

[–] [email protected] 5 points 1 year ago (2 children)

Isn't onlyoffice "open core" rather than open source?

[–] [email protected] 10 points 1 year ago* (last edited 1 year ago) (1 children)

The entire app is open-source with an AGPL license (which is really nice). They do have pricing options for enterprise support, web editors, etc. which aren't important. They may include some closed source code for these features but I'm not 100% sure.

[–] [email protected] 11 points 1 year ago

AFAIK it is all open-source these days (unlike before), but some features are disabled in the official easy to use binary releases. Not ideal, but you can find 3rd party container images with the stuff enabled again.

[–] [email protected] 2 points 1 year ago

That probably applies to their SaaS/hostable offering, which is separate from the standalone editors offered on linux AFAIK