this post was submitted on 09 May 2025
392 points (98.5% liked)

Linux

54154 readers
552 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 6 years ago
MODERATORS
 

Today I did my first advanced spreadsheet on LibreOffice after switching to Linux, and it handled itself pretty well. I had to search for some features on the web at first, but after I got it down, I felt comfortable using it. Also, LibreOffice's default menu layout is not pretty, but I can find all of the functions with just a click, unlike MS Office's ribbon menu where I had to click around to find what I was looking for. Sorry for bad English.

you are viewing a single comment's thread
view the rest of the comments
[–] yistdaj@pawb.social 2 points 1 day ago

Huh, I've never heard of SoftMaker Office before, good to know it exists. I might check it out.

To add to some of the other comments, I have heard that the issue for LibreOffice is that Microsoft's own parser isn't compliant with the OOXML standard that they created. Yet the most important thing is compatibility with Microsoft Office, so you can't simply build a parser according to the open standard and expect it to work with Microsoft Office. Instead, you need a parser to work the same way as Microsoft's, which is proprietary. However, admittedly I have never read the OOXML standard or checked MS Office documents for compliance myself.

Therefore, if what I have heard is correct, I would assume that SoftMaker Office has either struck a deal with Microsoft before to improve compatibility, or has simply been better at reverse engineering. Alternatively, what I have heard could be wrong.