this post was submitted on 19 Oct 2023
302 points (97.5% liked)

Linux

47325 readers
721 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 11 months ago* (last edited 11 months ago) (2 children)

Has they fixed the bug where scrolling horizontally using a mouse that has horizontal scroll wheel (such as logitech mx master) would also scroll the page vertically?

Edit: just tried v7.5.0.127, it still have the scrolling bug. If this bug were fixed I basically have no issue left with onlyoffice, it works very well except for this super annoying bug.

[–] [email protected] 11 points 11 months ago (2 children)

Have you submitted a bug report?

[–] TCB13 8 points 11 months ago (1 children)

You know that OnlyOffice doesn't care about bug reports don't you? I mean Latin chars such as "é à í" have been broken in the iPad version while using a keyboard since... ever. Dozens of reports filled by multiple people, problem still there.

[–] ledtasso 2 points 11 months ago* (last edited 11 months ago) (2 children)

I see 306 issues and 0 pull requests. That's got to be a bit discouraging as an open source project maintainer - plenty of people filing bug reports but no one that cares enough to help fix the bugs.

[–] TCB13 6 points 11 months ago (1 children)

Don't forget that OnlyOffice isn't truly open-source. It is a commercial company selling an alternative to MS Office that is focused on the server for collaboration and you've to pay for it. We can't except much traction from people on a project that works like that. Even the license is kind of questionable as it is AGPL but their websites isn't so clear on how free you're to use it and modify the thing.

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

I don't think there are any sustainable fully open source software out there that are used for consumers besides the ones that reach a critical mass of support. And even then as a software gets more complex the more there are sacrifices to the FOSS model. You should read the boad discuss forum for TDF/Libreoffice. Collabora is trying to nerf the free version of TDF and the board reps are in this toxic battle with Collabora board reps. Eventually FOSS software needs a stable revenue stream besides donations.

[–] TCB13 3 points 11 months ago

Collabora is trying to nerf the free version of TDF and the board reps are in this toxic battle with Collabora board reps. Eventually FOSS software needs a stable revenue stream besides donations.

Yes, yes I've been following that since LibreOffice Online was frozen.

[–] [email protected] 3 points 11 months ago

There are plenty of pull requests here: https://github.com/ONLYOFFICE/core/pulls

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

The bug report was created on Nov 3, 2022: https://github.com/ONLYOFFICE/DesktopEditors/issues/1094. The bug still persists.

[–] [email protected] 5 points 11 months ago

There is an even older bug report for this from 2019: https://github.com/ONLYOFFICE/DocumentServer/issues/536

[–] ledtasso 4 points 11 months ago* (last edited 11 months ago) (1 children)

Are you a programmer? If so, the code is open source, so you could try fixing it on your own; it doesn't seem that hard to fix. You could try to find where they are handling scroll input and see if there is anything that tells you what direction it is. Then if it's horizontal just ignore it.

[–] [email protected] 7 points 11 months ago

Even if it's actually an easy fix, as a new contributor you'll need some degree of familiarity with the codebase before you can identify the bug and figure out the proper way to fix it. Getting there may require quite significant time investment, especially for project this big where the code seems to be split across 4 rather large git repos. I don't have much free time left to dig into a large project like this at the moment.

Also, if it's really that easy to fix, I feel like the devs would've fixed this already in the past 4 years, though it's possible the devs simply don't use any mouse with horizontal scroll support to reproduce the issue.