|
|
Subscribe / Log in / New account

Red Hat dropping support for LibreOffice

Red Hat's Matthias Clasen has let it be known that LibreOffice will be dropped from a future Red Hat Enterprise Linux release, and the future of its support in Fedora is unclear as well.

The Red Hat Display Systems team (the team behind most of Red Hat’s desktop efforts) has maintained the LibreOffice packages in Fedora for years as part of our work to support LibreOffice for Red Hat Enterprise Linux. We are adjusting our engineering priorities for RHEL for Workstations and focusing on gaps in Wayland, building out HDR support, building out what’s needed for color-sensitive work, and a host of other refinements required by Workstation users. This is work that will improve the workstation experience for Fedora as well as RHEL users, and which, we hope, will be positively received by the entire Linux community.

The tradeoff is that we are pivoting away from work we had been doing on desktop applications and will cease shipping LibreOffice as part of RHEL starting in a future RHEL version. This also limits our ability to maintain it in future versions of Fedora.



to post comments

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 8:47 UTC (Sat) by rsidd (subscriber, #2582) [Link] (78 responses)

How do enterprise users do without an office suite? Do they run Microsoft Office 365 in their browser? Or Google Docs?

I use LibreOffice all the time, mainly for opening documents that other people send me, but increasingly also for quick-and-dirty stuff on my own, where latex seems overkill.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 9:51 UTC (Sat) by Wol (subscriber, #4433) [Link] (33 responses)

> This also limits our ability to maintain it in future versions of Fedora.

Which will probably damage Fedora ... I thought the whole idea of Fedora was so that developers could run "Pre-RHEL" and find bugs. No office suite? No *supported* *usable* desktop? No developers.

Cheers,
Wol

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 11:16 UTC (Sat) by pbonzini (subscriber, #60935) [Link] (23 responses)

You will still find it in GNOME Software, which will install a Flatpak from FlatHub rather than an RPM from the distro.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 11:56 UTC (Sat) by gbraad (guest, #42498) [Link] (22 responses)

Which in my opinion is always the better solution. The creator of the software is always the better packager, as they fully understand their software. No distribution specific issue like wrong build flags, etc.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 15:09 UTC (Sat) by tlamp (subscriber, #108540) [Link] (6 responses)

I really don't agree.

The software developers often (most of the time IME) not packaging experts, especially not for a variety of operating systems and different distributions, but the packagers of the distribution are experts for theirs, and can ensure that it's actually well integrated and handles updates correctly from the POV of the whole distribution.

I know a lot of good software engineers that have a hard time doing a release inclusive upgrade and maintenance procedure handling any config movements and breaking changes and what not, as they ain't release manager or maintainers of a distribution and that can be fine, not everyone needs to be able to do everything.

Also, packaging _is_ a lot of work, but if there are experienced people doing it correctly the end result is a marvel.

Sure, XDG, dbus and a few such things helped that at least the basics can still work, but it will never have that level of integration, and it will definitively not profit from any specific feature of the distributions package management.

And don't get me wrong, Flatpack or other such channels are _far_ better from nothing, and if there's a paclage but the distribution (or the specific maintainer) cannot keep up with newer versions of upstream they can even help to move away pressure from them.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 23:35 UTC (Sat) by gbraad (guest, #42498) [Link] (1 responses)

Devendoring and reuse of libraries? I have tons of examples in which packagers had to make a decision, to make a general distro, and use those same libraries for other applications, such as phantomjs, which changed behaviour.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 12:45 UTC (Mon) by jonesmz (subscriber, #130234) [Link]

> which changed behaviour.

That sounds a lot like a bug in the package then.

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 0:16 UTC (Sun) by rjones (subscriber, #159862) [Link] (3 responses)

There is no reason that packaging experts can't work with upstream and package things correctly. Flatpak is still just a package.

What is the major advantage for packagers to work on the distribution level versus the application project level?

This way their expertise benefits everybody, not just the users of a specific distribution release version. That way the same work doesn't need to be repeated for each and other distribution release all around the world. And people can spend time on fixing other technical debt in the OS or working with other projects to package their software, etc.

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 1:50 UTC (Sun) by intelfx (subscriber, #130118) [Link] (2 responses)

> There is no reason that packaging experts can't work with upstream and package things correctly. Flatpak is still just a package.

What is the major advantage for packagers to work on the distribution level versus the application project level?

There absolutely is a reason. It's called integration: you cannot perform integration work in vacuum. Distribution work is 10% packaging and 90% integration, and the "major advantage" for packagers to work on the distribution level is that the distribution provides a framework for all of the integration decisions.

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 8:44 UTC (Sun) by coriordan (guest, #7544) [Link]

The important part is that they're independent. That reduces conflicts of interest.

Upstream might put in some settings or features that are desireable for upstream but aren't good for users (ads, phoning home, gathering data, pushing a particular file format...), but the package managers can fix this before it gets sent to the user.

Of course, package managers can also have a conflict of interest, but a distribution relies on the trust of its users. If I don't trust DistroABC, I can switch to Debian or whatever. Having two independent teams in the supply chain ensures that the software is as the user would want it.

Red Hat dropping support for LibreOffice

Posted Jun 6, 2023 19:26 UTC (Tue) by bartoc (guest, #124262) [Link]

Most of this work still goes on in flatpak, it just happens in the context of portals and maintaining the freedesktop runtime. The app/runtime separation is that the app contains all the stuff you could statically link if you really wanted to, and the runtime contains the bits that really need to be system libraries, or are so stable you may as well maintain them as system libraries and share them between apps.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 15:11 UTC (Sat) by mb (subscriber, #50428) [Link] (4 responses)

>Which in my opinion is always the better solution. The creator of the software is always the better packager, as they fully understand their software.

In my experience it's absolutely the other way around. I currently run Firefox and Fluffychat via flatpak and they are a constant stream of little and big incompatibility problems and other breakages. I never experienced that much breakage with native Debian packages.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 14:50 UTC (Mon) by geert (subscriber, #98403) [Link]

Exactly. And thus I have to explain (or not) to my family members (and myself) all the time why the web browser (chrome snap) can no longer access files on the network file server, nor print...

Red Hat dropping support for LibreOffice

Posted Jun 6, 2023 9:13 UTC (Tue) by MarcB (subscriber, #101804) [Link] (2 responses)

Indeed. 90% works, but then you do something that was not expected and things break badly.

Nice example: https://github.com/keepassxreboot/keepassxc/issues/8876 (the issue is generic to GVFS)

This issue is apparently known in one form or another since 2019. It happens for Flatpak and Snap. The exact root cause likely varies between different version of GVFS.
Depending on your typical usage, you will never encounter this issue. But in my case, it is a showstopper.

The AppImage version works, but it is not using GNOME file dialogs. The only version that works perfectly, is the .deb package.

I am absolutely not impressed with upstream packaged software, but also not surprised: development and integration are very different things and require very different skill sets. The assumption that developers are good at packaging - or that they fully understand their software and its interaction with other components - is simply wrong.

Red Hat dropping support for LibreOffice

Posted Jun 6, 2023 10:39 UTC (Tue) by MarcB (subscriber, #101804) [Link]

Also neat: https://www.reddit.com/r/flatpak/comments/1026p0l/mouse_c...

The cursor disappears, because the flatpaked application is not allowed to access the icons at certain locations.

This is exactly the type of issue developers are notoriously bad at, but which integrators are constantly dealing with.

Red Hat dropping support for LibreOffice

Posted Jun 6, 2023 15:29 UTC (Tue) by Wol (subscriber, #4433) [Link]

> The assumption that developers are good at packaging - or that they fully understand their software and its interaction with other components - is simply wrong.

As somebody who has written a makefile (for a very simple piece of software, and assuming nothing more than a modern linux system) I can only concur.

I wrote it and it worked fine on my gentoo system. Then somebody tried to run it on - Red Hat I believe - and it fell over in a heap.

Systemd may have brought distros closer together, but there's still plenty of landmines for unwary developers cum packagers.

Cheers,
Wol

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 16:43 UTC (Sat) by 0xbadcafebee (guest, #165443) [Link] (2 responses)

> The creator of the software is always the better packager, as they fully understand their software.

As a packager, this is incorrect. Most software developers have no idea how to properly install or maintain their own software in a system. That's why we have to package it for them.

The system would be an unusable mess if packagers didn't fix all the software to install it properly and integrate it with the system. We fix build issues, patch the source code, and change all kinds of paths, to say nothing of dealing with the dependencies.

Red Hat dropping support for LibreOffice

Posted Jun 6, 2023 21:25 UTC (Tue) by hailfinger (guest, #76962) [Link] (1 responses)

As a software developer, I am thankful for packagers.

I can focus on providing software in source form which can be compiled reasonably easy on the most common platforms. Packagers take care of all the idiosyncrasies or their platform of choice and I can integrate most of that work into the next release, making life easier for me (no need to find out how to handle platform/distro X), for the packagers (most/all of their changes integrated) and for users (software will be installable from their repo of choice and/or compile out of the box on their target platform).

As a user, I am also thankful if software comes in a format native to the distribution and from a repository I trust.

I have seen enough developer-created run-anywhere packages with unfixed security issues in vendored libraries (after all, why would the developer want to regenerate the package if the main software is unchanged), horrible file system access integration (no access to /tmp, no access to custom locations outside $HOME) and bloated storage requirements (vendoring of already installed libraries consumes space). Plus, distributions usually test updates from one software version to another and old versions won't disappear on a whim.

Red Hat dropping support for LibreOffice

Posted Jun 8, 2023 16:12 UTC (Thu) by madhatter (subscriber, #4665) [Link]

Not only is this one of the most gracious submissions to this thread, it's also one that rings truest with me.

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 13:58 UTC (Sun) by LtWorf (subscriber, #124958) [Link] (2 responses)

> The creator of the software is always the better packager, as they fully understand their software. No distribution specific issue like wrong build flags, etc.

Gnome developers are convinced that to run gnome calculator you need to run network-manager, which will of course disconnect all connections you have configured outside of network-manager.

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 14:19 UTC (Sun) by intelfx (subscriber, #130118) [Link] (1 responses)

> Gnome developers are convinced that to run gnome calculator you need to run network-manager

How so?

> which will of course disconnect all connections you have configured outside of network-manager

We're wandering into off-topic territory here, but this is definitely untrue.

Red Hat dropping support for LibreOffice

Posted Jun 7, 2023 21:44 UTC (Wed) by koh (subscriber, #101482) [Link]

How insightful, thanks!

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 15:31 UTC (Sun) by gspr (guest, #91542) [Link]

> The creator of the software is always the better packager, as they fully understand their software.

Maybe they understand the software better. But that software has to coexist with, and usually interact with, thousands of other pieces of software. An operating system is more than the sum of its individual packages. In my opinion, distribution-based packagers do a far better job taking the whole system into account (indeed perhaps to the detriment of a single piece of software on a few rare occasions).

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 4:44 UTC (Mon) by marcH (subscriber, #57642) [Link]

> The creator of the software is always the better packager, as they fully understand their software.

Imagine if software creators had to package their own software to run it after each one-line change...

Many developers barely understand the _build system_ of the project they spend their entire days on.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 6:21 UTC (Mon) by tamara_schmitz (guest, #141258) [Link] (1 responses)

Is that why the Mozilla's Firefox Flatpak which they build themselves, has Position Independent Execution disabled unlike everything and everybody else?

Firefox PIE

Posted Jun 10, 2023 21:28 UTC (Sat) by DemiMarie (subscriber, #164188) [Link]

Please report this as a bug on https://bugzilla.mozilla.org or to Mozilla’s security team.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 16:06 UTC (Sat) by zdzichu (subscriber, #17118) [Link] (8 responses)

I tend to ignore your comments, but you triggered me here. The point of Fedora is NOT to be a pre-RHEL. Fedora is a full blown, serious, independent distribution, with few edition and spins catering for specific needs.
Fedora used to be a direct upstream for RHEL, but some time ago CentOS Stream took this place.
Saying that Fedora is pre-RHEL is like saying Debian is pre-Ubuntu, which is unfair and detrimental to everyone.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 16:36 UTC (Sat) by tuna (guest, #44480) [Link] (1 responses)

Unless I have misunderstood something, Fedora is the upstream of CentOS Stream.

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 15:48 UTC (Sun) by mattdm (subscriber, #18) [Link]

This is correct. The pattern used to be:

Fedora Linux --> internal RH bootstrap, new and different each time --> private beta --> public beta --> RHEL.

Starting with EL9, it is now:

Fedora Linux (ELN build of Rawhide) --> CentOS Stream --> RHEL beta --> RHEL

Also, in the old model, development of RHEL point releases was internal and disconnected from Fedora. Now, it's in public in CentOS.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 17:05 UTC (Sat) by gioele (subscriber, #61675) [Link] (3 responses)

> [...] is like saying Debian is pre-Ubuntu, which is unfair and detrimental to everyone.

Why is it unfair? Debian testing snapshots are the base for Ubuntu.

From <https://wiki.ubuntu.com/Debian/ForUbuntuDevelopers>:

> Why should I care about Debian?
>
> * Ubuntu is Debian-based.

and

> Why would I get my work in Debian ?
>
> If you try to get a package included into Ubuntu directly, you might find that reviewer time is limited. We generally encourage contributors to instead get their packages through Debian, where there is significantly more (and more specialised) mentorship available.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 17:32 UTC (Sat) by rbanffy (guest, #103898) [Link] (1 responses)

While Ubuntu is derived from Debian's testing branch, the "official" Debian is the stable branch, which is downstream from testing. We can say that both Debian and Ubuntu are downstream from Debian testing ten, but Debian testing is not the distro you should be running if you intend to have an unsurprising environment and is not what one would expect to mean a Debian install.

There isn't really a clear upstream/downstream relationship between the two, but there are commonalities in their development process.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 18:14 UTC (Sat) by gioele (subscriber, #61675) [Link]

> While Ubuntu is derived from Debian's testing branch, the "official" Debian is the stable branch

Stable is (mostly) a snapshot of testing at a certain point in time, just like Ubuntu is (mostly) a snapshot of testing at a certain (different) point in time.

> There isn't really a clear upstream/downstream relationship between the two, but there are commonalities in their development process.

It seems to me that that Debian officially sees itself as upstream of Ubuntu. From <https://www.debian.org/derivatives/#list>:

> There are a number of distributions based on Debian. Some people might want to take a look at these distributions in addition to the official Debian releases.
>
> A Debian derivative is a distribution that is based on the work done in Debian but has its own identity, goals and audience and is created by an entity that is independent from Debian. Derivatives modify Debian to achieve the goals they set for themselves. [...]
>
> We would like to highlight the following Debian derivatives:
>
> [...]
>
> * Ubuntu: popularising Linux around the world. More info.

Ubuntu is similarly explicit. From <https://wiki.ubuntu.com/Ubuntu/ForDebianDevelopers>:

> Ubuntu is proud to be based on Debian.

Why create a controversy where there is none?

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 17:56 UTC (Sat) by zdzichu (subscriber, #17118) [Link]

This is unfair because Debian's reason for being is not to be a pre-Ubuntu. Debian is a distribution for its own sake.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 21:00 UTC (Mon) by plugwash (subscriber, #29694) [Link] (1 responses)

I had a quick look at the membership of the Fedora Council following the links from the official page, or where there wasn't a link or the linked page was not clear googling their names.

Aleksandra Fedorova - link goes to a wiki page which says "Currently work on CI for RHEL in Red Hat. "
Sumantro Mukherjee - link goes to a wiki page which has has a redhat.com email address
David Cantrell - link goes to a wiki page which says "I work for Red Hat in platform engineering"
Alberto Rodríguez Sánchez - no obvious ties to RedHat
Vipul Siddharth - no obvious ties to RedHat
Matthew Miller - no link on the list of council memebers, but his linkedin page claims he is a "Distinguished Engineer" at RedHat. Also the Fedora project leader.
Justin W. Flory - Website says they work for Redhat.

So 5/7 of the members of the Fedora Council, including the project leader seem to have strong ties to Red Hat.

Redhat also own the Fedora trademark.

The Fedora Website says "The Fedora Project Leader (or FPL) is ultimately accountable for everything that happens within Fedora and in particular is responsible for maintaining Red Hat’s relationship with Fedora and vice versa. "

Doesn't look very independent to me.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 23:35 UTC (Mon) by rahulsundaram (subscriber, #21946) [Link]

> Doesn't look very independent to me.

I don't think the contention here is that Fedora has heavy involvement of Red Hat. That part is pretty clear and Fedora readily acknowledges that in https://fedoraproject.org/sponsors/. What is being pointed out is that Fedora doesn't exclusively serve merely as upstream for RHEL (CentOS stream has a more direct role on that these days) but also has plenty of independent usage and contributions from other sources both from the community (things like Fedora Games spin) and other organizations (AWS Linux is based on Fedora and Meta pushed for Btrfs by default etc). These changes are different enough from RHEL that Fedora has ELN build variant (https://docs.fedoraproject.org/en-US/eln/) to serve that purpose separately.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 9:55 UTC (Sat) by mfuzzey (subscriber, #57966) [Link] (2 responses)

At work I use libreoffice far less than I used to.

For internal collaboration most things are Google Docs, inbound external documents are PDF, internal technical docs are Sphinx / Markdown / PlantUML with source in git and HTML / PDF published by a build server and LO is mainly for opening historical word documents.

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 16:22 UTC (Sun) by gwolf (subscriber, #14632) [Link] (1 responses)

I believe this is the main reason behind the decision that sparked this post. Web-based, collaboration-enabled office suites are every day more powerful and popular; even Microsoft has basically started a campaign to get users not to buy their Office (but to their online Office 365)...
Still, this decision quite surprises me, as Fedora positions itself as a friendly, end-user-ready distribution. Not carrying an office suite will make end users unhappy.

(or maybe it will make them happier, if it leads them to discover the benefits of LaTeX and real databases? 😉)

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 16:55 UTC (Sun) by mpr22 (subscriber, #60784) [Link]

> even Microsoft has basically started a campaign to get users not to buy their Office (but to their online Office 365)

sadly, Excel 365 (like Google Sheets) is not up to the standard of actual Excel.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 10:32 UTC (Sat) by rwmj (subscriber, #5474) [Link]

Unfortunately yes, Google Docs ... at Red Hat too.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 13:21 UTC (Sat) by jzb (editor, #7867) [Link] (35 responses)

"How do enterprise users do without an office suite? Do they run Microsoft Office 365 in their browser? Or Google Docs?"

I'm guessing* Red Hat has enough information about its user base that it sees LibreOffice use waning enough that it's no longer necessary to package it as part of RHEL.

Probably 365 or Google Suite, yes, for the small sliver of users who still use RHEL as a workstation / desktop OS and have any reason to fiddle with office-y files regularly.

Red Hat moved away from LibreOffice years ago, and I (anecdotally) see very little use of LibreOffice in the wild. The LWN audience is going to be an outlier here, but the days of everybody needing a desktop office suite with Microsoft format compatibilty(ish) are coming to a close.

Google's suite is "good enough" for a lot of people and it has far better collaboration features than Microsoft Office and LibreOffice. (I recently did a brief stint with a company that standardized on MSFT stuff, and Word's collaboration features are shockingly clunky in comparison, even in the online version.)

Companies are also picking up tools like Notion, Airtable, SmartSheets and other online collab tools that tie in with Slack and lessen the use of traditional office suites. The company I work for now uses Google Docs for some functions (actual spreadsheets, some document collaboration) but has largely moved to Notion for a lot of things that would've been done in Word-type document or spreadsheet. (If you have used Calc, Excel, Sheets or whatever for things like project planning or whatnot where it's used as an ad-hoc mini-database or simple collection of tables... Notion and such are far better.)

I used to be a heavy user of LibreOffice, but it's been years since I needed it regularly. When Red Hat moved to Google Suite or whatever it's called, I had very little use for it professionally. Most of the time when I've collaborated with people for other projects it's also been in Google Docs or whatever. The days of shuttling around office-formatted files via email are well in my rear-view mirror.

My kids (20 and 17) use Google stuff pretty much exclusively for their classes, maybe some actual Excel for the 20-year-old who'll be a college junior next year. My wife probably touches actual Office files a few times a year when helping to review a chapter or article for a colleague, but that's about it. Desktop-based office suites are legacy applications. I'm not aware of any really strong FOSS contenders in the online space.

*Disclaimer: Former Red Hatter here. Left last May, but I have no insider knowledge of the specific stats the RHEL team may have access to or any knowledge of the conversations that led to this. But I feel fairly confident this decision wasn't taken capriciously or without considering the number of users impacted. If LibreOffice was still in sufficient demand by RHEL users, I doubt the RHEL team would be deprecating it.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 16:07 UTC (Sat) by sionescu (subscriber, #59410) [Link] (14 responses)

Those days are far from coming to a close because Word and Excel documents are still the default interchange format between companies and customers. The frequency of having to open such a file may be going down but sooner or later someone is going to send you a Word document and expect you to edit it in-place.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 16:20 UTC (Sat) by jzb (editor, #7867) [Link] (13 responses)

When I get a word formatted document, it opens easily enough in Google Docs. The compatibility is reasonably good, at least, as good as libreoffice’s.

It very much also depends on what industry you are in, of course, and what it is that you do for your company. But the people who are getting a Red Hat enterprise Linux desktop from their employer, probably are not the people who need heavy Microsoft office compatibility, in general.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 16:37 UTC (Sat) by sionescu (subscriber, #59410) [Link] (12 responses)

> When I get a word formatted document, it opens easily enough in Google Docs. The compatibility is reasonably good, at least, as good as libreoffice’s.

GDocs works for reading, but not for editing in a way that preserves the formatting that the counterparty expects.

> It very much also depends on what industry you are in, of course, and what it is that you do for your company. But the people who are getting a Red Hat enterprise Linux desktop from their employer, probably are not the people who need heavy Microsoft office compatibility, in general.

Fair enough.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 18:35 UTC (Sat) by rra (subscriber, #99804) [Link] (3 responses)

> GDocs works for reading, but not for editing in a way that preserves the formatting that the counterparty expects.

The same is true for LibreOffice in my experience. If the use of Word features is extensive enough, both of them will break.

Red Hat dropping support for LibreOffice

Posted Jun 7, 2023 0:19 UTC (Wed) by timrichardson (subscriber, #72836) [Link] (2 responses)

You can get a .deb or .rpm of an Office suite which is basically 100% compatible with MS Office as it a clone.
But it is not open source, although neither is MS Office: WPS Office. It is so accurate that I use it for MS Word mail-merge templates that must be mm precise, and which are rendered by Microsoft binaries. Anyone who complains about lack of MS Office file compatibility on Linux has not used WPS Office.

Red Hat dropping support for LibreOffice

Posted Jun 8, 2023 17:19 UTC (Thu) by DOT (subscriber, #58786) [Link] (1 responses)

If true, do you have an idea how that could have happened? LibreOffice has worked on Microsoft compatibility for decades and now they are overtaken by a new project?

Red Hat dropping support for LibreOffice

Posted Jun 8, 2023 19:07 UTC (Thu) by rahulsundaram (subscriber, #21946) [Link]

>LibreOffice has worked on Microsoft compatibility for decades and now they are overtaken by a new project?

I can't speak to the merits of the compatibility claims but WPS Office is not remotely close to a new project. It has been for 35 years. https://en.wikipedia.org/wiki/WPS_Office

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 19:13 UTC (Sat) by jzb (editor, #7867) [Link] (7 responses)

“GDocs works for reading, but not for editing in a way that preserves the formatting that the counterparty expects.”

Sadly, Word doesn’t even do this between its PC, online, and macOS versions. I had a resume created in Word on Windows, and opening it in 365 or on macOS screwed up the formatting. (And, yes, LibreOffice, too.) The only way I could make slight tweaks without fully reformatting was on the same PC version.

It’s probably fine for, say, contracts without complex layouts. But the office formats do a terrible job at preserving fidelity between platforms.

LibreOffice is to be commended for doing it as well as it has all these years, but it isn’t doing a lot better than Google docs. It probably has different snags, but if you need perfect fidelity it’s not happening.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 20:14 UTC (Sat) by pizza (subscriber, #46) [Link] (6 responses)

> Sadly, Word doesn’t even do this between its PC, online, and macOS versions

Or even on one PC to another using the same nominal version of Word.

I remember when selecting a different *printer* on the same PC caused formatting to shift slightly. For the same (ie US Letter) paper sizes.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 5:42 UTC (Mon) by rgmoore (✭ supporter ✭, #75) [Link] (2 responses)

If you want to maintain the exact same print layout, you should use something like PDF that's designed for that purpose. Word processors are designed to constantly update the visual presentation of the document as you edit it, where editing it may include changes to the intended presenting medium, like changing printers. Word processing documents can be good for editing because they give you a good idea approximately what the final product will look like, but they are not designed to precisely set the exact position of every element on the page.

That said, MS Word is terrible even as a word processor. Its internal representation of the document uses markup that focuses on presentation, not on semantic content, and there's no way to see what the underlying model of the document is. If there are formatting problems, it can be very difficult to figure out exactly what kind. It would be much better to use semantic markup plus a style sheet, which as I understand it is how Word Perfect works. The semantic markup plus style sheet approach (plus the ability to see the semantic markup) makes it much easier to format a document consistently and to find and correct errors when they happen.

Red Hat dropping support for LibreOffice

Posted Jun 6, 2023 8:28 UTC (Tue) by anselm (subscriber, #2796) [Link] (1 responses)

Word processing documents can be good for editing because they give you a good idea approximately what the final product will look like, but they are not designed to precisely set the exact position of every element on the page.

I don't think it's unreasonable to expect that a word processing document looks the same when printed as it does on screen (modulo resolution). Certainly for word processors that purport to implement “what you see is what you get”. AFAIR, the “slight differences” one would have to deal with in Word included page breaks ending up in different places depending on which printer one was using, but they may have fixed that now.

Having said that, I've been using LaTeX for the last 35 years or so, so I'm used to different standards as far as presentation is concerned.

Red Hat dropping support for LibreOffice

Posted Jun 6, 2023 15:27 UTC (Tue) by Wol (subscriber, #4433) [Link]

> > Word processing documents can be good for editing because they give you a good idea approximately what the final product will look like, but they are not designed to precisely set the exact position of every element on the page.

> I don't think it's unreasonable to expect that a word processing document looks the same when printed as it does on screen (modulo resolution).

If it was just that they weren't that precise, I wouldn't mind. It's that with Word "not that precise" means "add another word to your paragraph and your graphics just vanish".

The Word paradigm is "if you can't see it, you can't do it". If Word hides something, it's the devil's own job to unhide it.

That's why WordPerfect fanatics are WordPerfect fanatics. Over there - markup is a first-class citizen. Bar Corel's screw-up rewriting v9 from scratch (I *hope* they've fixed the worst of the mess), stuff just can't disappear because if you go into the markup window, stuff will be precisely where you left it, and double-clicking the markup brings up the dialog box so you can edit it.

Cheers,
Wol

Red Hat dropping support for LibreOffice

Posted Jun 6, 2023 11:59 UTC (Tue) by mgedmin (subscriber, #34497) [Link] (2 responses)

> I remember when selecting a different *printer* on the same PC caused formatting to shift slightly. For the same (ie US Letter) paper sizes.

I wonder if it's because the page margins were too small for some of the printers and got automatically adjusted for that particular print job, causing a reflow of the layout?

Red Hat dropping support for LibreOffice

Posted Jun 6, 2023 13:26 UTC (Tue) by pizza (subscriber, #46) [Link] (1 responses)

In both cases the it was the same paper size, and the document margins were well within the printers' minimum margins.

And that this didn't happen using WordPerfect, only Word.

(Incidentally, it's been said that one of the main motivators for Windows was to make WordPerfect's compatibility with vast numbers of printers irrelevant..)

Red Hat dropping support for LibreOffice

Posted Jun 6, 2023 15:32 UTC (Tue) by Wol (subscriber, #4433) [Link]

> And that this didn't happen using WordPerfect, only Word.

> (Incidentally, it's been said that one of the main motivators for Windows was to make WordPerfect's compatibility with vast numbers of printers irrelevant..)

As someone who ended up writing my then company's WP printer drivers, I can assure you this didn't come "out of the box". But the thing is, not only was it possible, but it wasn't that difficult.

Trying to fix printer issues today, on the other hand ...

Cheers,
Wol

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 18:44 UTC (Sat) by rsidd (subscriber, #2582) [Link] (19 responses)

Thanks for this comment. I am in a field (science) where we rarely if ever have to deal with excel macros, and I have only used them for, eg, averaging scores in a row, which libreoffice (or google sheets) can handle perfectly well. And serious text documents are in latex.

But "everything online all the time" makes me uncomfortable. I like to work on my laptop without internet access whether it is latex+emacs or libreoffice. And not everyone is actually online all the time. Plus, not every document or project is collaborative. In my case, most perhaps aren't, and even if they are, it is just easier if one person does the first 90% and then shares and the rest do the remaining 90%.

But then, I see younger people not having local tex/latex installations at all and relying on overleaf, so I'm getting old I guess

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 1:19 UTC (Sun) by roc (subscriber, #30627) [Link]

There is some support for editing Google Docs offline: https://support.google.com/docs/answer/6388102?hl=en&...
Only works in Chromium-derived browsers, which is bad.

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 7:16 UTC (Sun) by Wol (subscriber, #4433) [Link] (17 responses)

> Plus, not every document or project is collaborative. In my case, most perhaps aren't, and even if they are, it is just easier if one person does the first 90% and then shares and the rest do the remaining 90%.

And GDocs has no concept of saving. If you go into a document, and accidentally change something, how do you abandon the changes? If you want to experiment, with no intention of keeping your experiment, how do you do that?

There's probably an answer, but I don't know it ...

Cheers,
Wol

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 7:33 UTC (Sun) by rsidd (subscriber, #2582) [Link] (16 responses)

There is a version history (clock icon on top right), but obviously it doesn't capture every key-stroke, it's fairly coarsegrained. There is also a "name current version" in the file menu, which I imagine checkpoints the current state so you can return to it later, and is the closest thing to "saving", but I haven't tried it.

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 11:57 UTC (Sun) by Wol (subscriber, #4433) [Link] (15 responses)

> There is a version history ...

Which is exactly the problem - IT'S THE WRONG MINDSET.

If I open a document, and want to leave it IN THE SAME STATE I FOUND IT, GDocs is just plain completely the wrong approach. I don't want to leave *any* history behind, so I don't give a monkeys whether it's coarse- or fine-grained, its mere presence is the problem.

Cheers,
Wol

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 12:05 UTC (Sun) by beagnach (guest, #32987) [Link]

Seriously, STOP SHOUTING

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 15:48 UTC (Sun) by marcH (subscriber, #57642) [Link] (9 responses)

File -> Version History -> Name current version

Having to explicitly "save" regularly was incredibly dangerous, I'm glad no software requires that any more.

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 15:53 UTC (Sun) by mb (subscriber, #50428) [Link] (8 responses)

>Having to explicitly "save" regularly was incredibly dangerous

Why?

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 19:53 UTC (Sun) by smurf (subscriber, #17840) [Link] (7 responses)

Because you forget to do so at crucial times, of course.

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 20:45 UTC (Sun) by mb (subscriber, #50428) [Link] (6 responses)

Never happened to me.
In contrast, autosync/save not working happens all the time.
Bad network connection and boom almost silently failing sync. Happens all the time. This is very annoying.
I would rather click 'save' and get a sane network error message than having a tiny error symbol somewhere and realizing days after the fact that it didn't sync to the network.
Autosave and autosync are just stupid.

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 21:35 UTC (Sun) by marcH (subscriber, #57642) [Link] (3 responses)

> Never happened to me.

Too bad this type of software is now optimized for normal people, not for exceptional people like you.

> In contrast, autosync/save not working happens all the time.

Never happened to me :-)

> Bad network connection and boom almost silently failing sync

First, this is obviously not a problem for local auto save.

Network save should obviously happen in the background and able to cope with network issues, not interrupting anything else. It's not rocket science and usually done right. If not done right then it's an implementation bug, not a design issue.

(Explicit network save does not work either when there is no network)

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 3:15 UTC (Mon) by rsidd (subscriber, #2582) [Link] (2 responses)

Actually all of this is a pointless discussion
  • autosync doesn't hurt; if you don't like it, ignore it
  • a named version gives you a snapshot of a file at a certain point, same as saving it would do, except you can have multiple historical named snapshots, while saving overwrites your old versions
  • and you can download a local copy whenever you want
I think the only real issue with google docs is the requirement to be online most of the time. If you are typing when offline, and are unable to get online before your laptop battery dies, you are likely to lose work.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 4:16 UTC (Mon) by smurf (subscriber, #17840) [Link] (1 responses)

Yeah, very nice that something like this now works, given a multi-MBit/sec network link – and some hefty CPUs in some data center, which y'all finance by staring at ads and/or giving up your privacy and/or living off other people who do that.

I'm very happy to live in a world in which distros exist whose target users explicitly include people who don't have the former and/or don't want to do the latter.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 4:41 UTC (Mon) by marcH (subscriber, #57642) [Link]

So the discussion was already mixing up auto-save with cloud storage. They interact with each other yet they're different topics.

Thanks for adding another, third, unrelated and non-technical topic: who pays for the cloud and how.

PS: Google Workspace and Office365 are primarily targeted at businesses. None involves any advertisement in that case.

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 22:03 UTC (Sun) by mpr22 (subscriber, #60784) [Link]

> Bad network connection and boom almost silently failing sync. Happens all the time. This is very annoying.

Google Docs (to take an example pertinent to the conversation at large) does not fail silently when it gets a network error while trying to autosave your document.

Red Hat dropping support for LibreOffice

Posted Aug 14, 2023 17:14 UTC (Mon) by DimeCadmium (subscriber, #157243) [Link]

> Never happened to me.

Yeah. Sure. Regardless of the veracity of the statement

> In contrast, autosync/save not working happens all the time.

Never happened to me. (With Google Docs, excepting the case it can't control of your Internet going out)

> Bad network connection and boom almost silently failing sync. Happens all the time. This is very annoying.

Bad network connection happens to you all the time? I'm sorry. Anyway, there's a solution for that (if you use it in Chrome), it'll keep saving locally and then sync when your connection is back. Even outside of Chrome, all you have to do is leave it open til your connection comes back. And what? Silent? You don't notice when your connection goes out?

> I would rather click 'save' and get a sane network error message than having a tiny error symbol somewhere and realizing days after the fact that it didn't sync to the network.

How is having to remember to click save so much easier than having to remember to check the status that it continually prints (in normal-sized text right by the title of the document)? Oh and then if you *still* try to close it without a successful save, it'll pop up a notification explicitly telling you that if you leave now your changes may not be saved!

> Autosave and autosync are just stupid.

I would say something else in this situation is stupid.

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 17:19 UTC (Sun) by NYKevin (subscriber, #129325) [Link]

There are two ways of doing that:

1. Change the /edit at the end of the URL to /preview.
2. Click the dropdown at the top right of the page (that says "Editing") and change it to "Viewing."

In most cases, option (2) is more user-friendly, but option (1) is more idiot-proof (because it gets rid of the dropdown altogether). If the system gets overloaded with too many people viewing the same document at the same time, it may force you into option (1).

(Disclaimer: I work for Google and use Docs regularly, but I don't work on Docs.)

Red Hat dropping support for LibreOffice

Posted Aug 14, 2023 17:08 UTC (Mon) by DimeCadmium (subscriber, #157243) [Link] (2 responses)

If you open a document, and want to leave it in the same state you found it, then why would you edit it? :)

In all seriousness I generally make a copy first (it's just a couple of clicks!) and then go play around with that.

The version history works exceedingly well for this case though as you can just go revert to the last version that wasn't you/today. It is a bit out of the way, but on the other hand, auto-saving means you don't ever lose all that work that you *did* want to save, and version history means that you can recover even when someone accidentally replaces the whole contents of the file...

Red Hat dropping support for LibreOffice

Posted Aug 16, 2023 6:16 UTC (Wed) by jem (subscriber, #24231) [Link] (1 responses)

>...then why would you edit it?

Editing can happen in surprising ways. At work we have a web-based phone book, which is essentially a spreadsheet. It is sorted by surname. I wanted to find a person I knew was situated at a certain location, so I clicked the "Location" header to sort the list by location to group all persons at the location. Totally unexpected to me I had now "edited" the phone book, so that anybody opening the document would see the list in an unexpected order, with "last editor" showing my name in plain sight at the crime scene.

Red Hat dropping support for LibreOffice

Posted Aug 16, 2023 14:57 UTC (Wed) by mathstuf (subscriber, #69389) [Link]

Yes, this is quite annoying in Google Docs. One person doing some lookups with filters messes with everyone's view of the thing. Duplicating a sheet can help, but copying the doc just triggers the "which one is the most recent?" problem of ye old days. Not to mention that searching Drive is a nightmare at times (e.g., I can't find docs I know have been shared with me but not opened via the invite link…).

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 17:21 UTC (Sat) by bof (subscriber, #110741) [Link] (1 responses)

> How do enterprise users do without an office suite? Do they run Microsoft Office 365 in their browser? Or Google Docs?

That is exactly what they do. Well, some. My users / company are. And they are happier than they ever were with LibreOffice. They always hated using a fileserver for sharing, the crude group setup there, not finding documents again / no search, and then they saw multi-user concurrent editing, and never looked back.

It made me sad from an open source point of view. But I can't argue with any of that, feature wise.

Open source collaborative editing

Posted Jun 3, 2023 22:42 UTC (Sat) by DemiMarie (subscriber, #164188) [Link]

What about Collabora Online?

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 12:01 UTC (Mon) by ceplm (subscriber, #41334) [Link]

Actually I have just learned that SUSE actually had not had their own support all the time anyway. They have a contract with Collabora Productivity and they are sending their outstanding L3 tickets there.

I think it would be a good way how to do it with Flatpaks, actually, perhaps, the only way which could work.

Red Hat dropping support for LibreOffice

Posted Jun 8, 2023 20:12 UTC (Thu) by luya (subscriber, #50741) [Link]

Reading the comments, it is very surprising very few mentions that Libre Office supports collaboration via Google Docs and possibly Microsoft 365 through remote functionality.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 9:47 UTC (Sat) by smurf (subscriber, #17840) [Link] (6 responses)

> a host of other refinements required by Workstation users

So those Workstation users don't require, like, a basic word processor and spreadsheet?

Somebody please elucidate the reasoning behind this, 'cause I sure don't get it.

Alternately, kindly tell me what you've been smoking lately. I want some.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 9:58 UTC (Sat) by Wol (subscriber, #4433) [Link] (1 responses)

We're trying to get rid of Excel at work. UNSUCCESSFULLY. And I think a LOT of businesses are in the same boat (No, Google Sheets doesn't cut it - we're throwing a LOT of effort at it).

Dropping LibreOffice is not a good idea.

Cheers,
Wol

Red Hat dropping support for LibreOffice

Posted Aug 14, 2023 17:19 UTC (Mon) by DimeCadmium (subscriber, #157243) [Link]

I would love to know what you've run into that you can do in Excel/Calc but not Sheets. My experience has been much the opposite, Sheets surpassing Calc. To be fair we do make use of "Apps Script" in a couple places where Excel might be able to do it more natively (data sources and what not).

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 13:25 UTC (Sat) by MarcB (subscriber, #101804) [Link] (3 responses)

> So those Workstation users don't require, like, a basic word processor and spreadsheet?

They do, but it runs in the browser, and it is either G Suite or Office 365.

Also, the browser typically is Chrome or Edge, not Firefox.

> Somebody please elucidate the reasoning behind this, 'cause I sure don't get it.

I'd argue local LibreOffice is now completely irrelevant in the business world. The collaborative features offered by the cloud providers are so far ahead, that it isn't competitive any more (and those features are used intensely).
The only version that could potentially still be relevant would be the Collabora version, but this is also running in the browser.

My company made the switch from Exchange + MS Office to G Suite four years ago. Since then, running a Linux workstation has finally become absolutely painless. *Everything* works perfectly. But besides the foundations, nothing on this workstation is free software any more.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 14:07 UTC (Sat) by intelfx (subscriber, #130118) [Link] (2 responses)

> I'd argue local LibreOffice is now completely irrelevant in the business world. The collaborative features offered by the cloud providers are so far ahead, that it isn't competitive any more (and those features are used intensely).
The only version that could potentially still be relevant would be the Collabora version, but this is also running in the browser.

Is there anything in the realm of office/productivity suites that would offer collaborative features _without_ browser?

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 14:27 UTC (Sat) by khim (subscriber, #9252) [Link] (1 responses)

> Is there anything in the realm of office/productivity suites that would offer collaborative features _without_ browser?

Sure, as long as you are not interested in Linux support there are lots of choice.

The trouble with collaborative features lies with the fact that it's hard to make them cross-platform. And Linux is way too small to bother supporting.

Thankfully we have cross-platform “OS” novadays. Two, actually. Chrome and Firefox. These can be used on Windows, too, thus they are supported.

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 1:46 UTC (Sun) by intelfx (subscriber, #130118) [Link]

> The trouble with collaborative features lies with the fact that it's hard to make them cross-platform.

I don't think that's true.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 11:04 UTC (Sat) by gbraad (guest, #42498) [Link] (14 responses)

Why are people claiming there will not be an office suite?

Just run the Flatpak version.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 11:07 UTC (Sat) by gbraad (guest, #42498) [Link]

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 13:16 UTC (Sat) by Wol (subscriber, #4433) [Link] (7 responses)

> Why are people claiming there will not be an office suite?

Because, well, how much engineering does RH throw at LO?

There's two ways to read that, and I read it that RH was pulling away from support for LO. That reduces engineering resource available to LO. That damages LO.

The resource to package LO on Fedora/RH probably isn't a lot. The resource to make sure LO works well for users on RH/Fedora is a lot higher. Losing THAT resource will hurt.

Cheers,
Wol

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 13:34 UTC (Sat) by gtirloni (subscriber, #85631) [Link]

> The resource to make sure LO works well for users on RH/Fedora is a lot higher.*

Once all dependencies are in the Flatpak, what's left to be supported specifically for RHEL/Fedora?

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 17:09 UTC (Sat) by pbonzini (subscriber, #60935) [Link] (4 responses)

The main Red Hat contributor to LO was Caolan McNamara, and he is now at Collabora.

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 9:11 UTC (Sun) by rsidd (subscriber, #2582) [Link] (2 responses)

Yes but it would seem his move to Collabora is the effect, not the cause, of Red Hat deciding to drop support for LO.

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 20:32 UTC (Sun) by gfernandes (subscriber, #119910) [Link] (1 responses)

In that case, is this a problem? I see RPM packages available for download from the Libre Office site (https://www.libreoffice.org/download/download-libreoffice...).

Red Hat dropping support for LibreOffice

Posted Jun 6, 2023 9:35 UTC (Tue) by eru (subscriber, #2753) [Link]

Yes. I'm also wondering what the hoopla is all about. In the past when using CentOS I always installed the OpenOffice and later LibreOffice RPM:s from the upstream to get a non-ancient version.
Now that I have been mostly using Fedora and Mint, the bundled one has been new enough, a convenience, but i would keep using LibreOffice also it it meant again the upstream RPM:s, no fuss.

Red Hat dropping support for LibreOffice

Posted Jun 7, 2023 12:51 UTC (Wed) by paulj (subscriber, #341) [Link]

I'm assuming that pretty much the entire "Not Microsoft Office" business-app world still depends on Caolan's work? I.e., his work on file format support? I /guess/ that libwv and such is responsible for Google Docs and others ability to interop with MS Office.

Hell, even *Microsoft* had to go to Caolan to find out how some of their own, older, Word formats worked.

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 17:49 UTC (Sun) by alan (guest, #4018) [Link]

Maybe it is time to move to Ubuntu for those who need LO

https://wiki.ubuntu.com/LibreOffice

-alan

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 15:08 UTC (Sat) by mb (subscriber, #50428) [Link] (2 responses)

>Why are people claiming there will not be an office suite?

Because that's what's going to happen?

>Just run the Flatpak version.

Why is RHEL shipping any program at all? They could just ship the kernel and flatpak and be done with it.
Or they could stop shipping anything and just tell people to download Windows instead. That's even easier.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 16:26 UTC (Sat) by gtirloni (subscriber, #85631) [Link]

It's a balancing act where the line between shipping too much and too little shifts constantly.

LibreOffice is now not used enough in RHEL by paying customers to justify shipping it. Other things still are.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 15:28 UTC (Mon) by jzb (editor, #7867) [Link]

"Why is RHEL shipping any program at all?"

There's some value in native packaging for some applications, and having the distribution provide it. Flatpak isn't designed, for example, for CLI apps and server software. It's not designed for the desktop environment and not designed for software that's closely dependent on it, AIUI.

But Flatpak seems to be a better alternative for apps like LibreOffice and Firefox. Even though Fedora packages Firefox, I use the Flatpak version because it comes with the video codecs out of the box that Red Hat / Fedora don't want to ship. It's probably a better solution for things like Chromium or other desktop apps that come with a lot of dependencies that aren't well-suited to use the distribution's dependencies.

I'm going to guess a huge swath of Fedora users never touch LibreOffice. If they had telemetry enabled, I'm guessing that it would show fewer than 20% of the Fedora Workstation userbase actually launch LibreOffice except accidentally launching LibreOffice Calc when they mean to launch the calculator. Not that I have done that a few hundred times myself or anything...

Desktop office suites are legacy for many, many users. Flatpak is a better delivery method for this particular type of application.

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 3:28 UTC (Sun) by VA1DER (guest, #165450) [Link] (1 responses)

Flatpak isn't the answer to having a good, integrated installation package. Flatpak installs automatically take more storage and use more memory. For something like LibreOffice which doesn't need help to be bulky, this isn't great.

Flatpak, and encouraging the reliance on it, is moreover an abdication of responsibility for your platform. Every package you encourage to just use a flatpak for is turning that area into Somebody Else's Problem. Any issues that arise are up to someone else to deal with. Which sounds great, but this is putting it in the hands of people who don't necessarily give a wet snap about your platform. Moreover, it's troubling that RHEL is in such a financial state that they feel they can't support native packaging of a major software suite like LibreOffice.

Flatpak utilization is also having the very unfortunate effect of supporting the balkanization of Linux distributions. They don't have to actually work together to commonize their installation mechanism, because Flatpak will just solve that problem.

So it's not just Flatpak to the rescue. Its use has costs in every aspect of a distribution.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 7:20 UTC (Mon) by Rudd-O (guest, #61155) [Link]

I generally do not use Flatpaks (once I installed Upscayl that way, but that's all). All of my software is available exclusively as RPM packages for Fedora and Github repos.

However, I have to admit that Flatpaks make it easier for developers to ship software directly, faster, to a wide audience, and without the direct involvement of a third party like a distributor. If your software can build against one of the common Flatpak frameworks, you can ship it. That's not bad.

The contrast with distributor packages is that you either must wait until someone at each distro picks up your software and builds it, or you must build packages for every distro yourself and then push them to independent reported which others must configure prior to installing your software. And don't get me started with testing on every distro, especially testing of UI-interactive apps.

Do Flatpaks have compatibility and usability problems introduced by running "a distro in a distro"? Yes. I hope these are remediated soon.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 11:29 UTC (Sat) by ballombe (subscriber, #9523) [Link] (1 responses)

So we were told that Wayland was ready, and now that RHEL has to drop libreoffice support to save resource to fix Wayland regressions with respect to X ?

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 11:52 UTC (Sat) by danieldk (subscriber, #27876) [Link]

I may be mistaken, but I thought that X11 also doesn't have HDR support?

https://wiki.archlinux.org/title/HDR_monitor_support

Collabora picking up some of the slack ...

Posted Jun 3, 2023 13:33 UTC (Sat) by CPM7g (guest, #143784) [Link] (3 responses)

We're really pleased to have Caolan - the top LibreOffice committer, previously at Sun, then RedHat working alongside us at Collabora now: https://meeksfamily.uk/~michael/blog/2023-05-15-caolan.html - which hopefully mitigates the loss from LibreOffice's perspective.

Also - LibreOffice is kicking some serious backside, with step-improvements in compatibility, performance, lots of exciting stuff to do: worth getting hacking with us https://www.libreoffice.org/community/get-involved/ =)

From the Google Docs perspective, Collabora Online is providing a run for the money there letting people self host and retain Digital Soverignty over their documents - https://github.com/CollaboraOnline/online - would love to have some Kernel hacking advice on how we can remove the need for capabilities for chroot, file-system mounting & /dev/random creation - so our Docker users are happier too.

Collabora picking up some of the slack ...

Posted Jun 3, 2023 15:15 UTC (Sat) by tlamp (subscriber, #108540) [Link]

Good to hear, I really like the work Collabora's devs are doing for FOSS!

/dev/random

Posted Jun 3, 2023 22:45 UTC (Sat) by DemiMarie (subscriber, #164188) [Link]

You can use getrandom() instead of /dev/random or /dev/urandom, but both should be available in the container.

Collabora picking up some of the slack ...

Posted Jun 7, 2023 12:53 UTC (Wed) by paulj (subscriber, #341) [Link]

A self-hosted, web version of (to some extent) the LibreOffice code capabilities would be an amazing contribution to the Free Software world. Thanks v much for working on this. Hope you get lots of customers to help drive it forward. Thanks!

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 13:37 UTC (Sat) by flypenguin (guest, #165439) [Link]

kind of a shame. libreoffice is - to _me_ - measurably better than word, so ... losing a sponsor like readhat kinda sucks. that office suite could be _SO_ much better with a little bit more effort from everyone, because the foundations already beat word hands-down (again: personal opinion).

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 13:40 UTC (Sat) by dskoll (subscriber, #1630) [Link] (1 responses)

This seems like a strange move. LibreOffice is a pretty reasonable office suite. I use it for personal projects and for collaborating with other writers (who typically use MS Word.) I surely can't be the only one who wants a non-cloud-based office suite that runs on Linux.

But anyway, I run Debian and I use the official .deb packages released by The Document Foundation. So that's an option for people who don't like the RH direction.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 16:00 UTC (Sat) by judas_iscariote (guest, #47386) [Link]

Yeah but it is also, a royal pain in the back to maintain, you need a full time team to ship it in a product and god have mercy on your soul for the rest of the 5+-10 years stuff is supported.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 14:42 UTC (Sat) by jhoblitt (subscriber, #77733) [Link] (1 responses)

I suspect that:

1) most document generation is business related;
2) most documents are produced and consumed collaboratively (even if there is a single author, there are multiple reviewers or consumers);
3) passing document revisions via email attachments has proven itself to be an anti-pattern

At my $day_job documents general fall into two categories: "serious" and "casual". Spreadsheets are usually small estimations as the data sets worked with are vastly too large to work with in that format. Most "serious" docs are in latex (excluding spreadsheets) and kept in a git repo. "Casual" docs/presentations/spreadsheets are in Google docs. Not only is there not a need for a single desktop world instance of a word processor, using one would disrupt collaborative editing.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 16:39 UTC (Sat) by acolin (guest, #61859) [Link]

> Not only is there not a need for a single desktop world instance of a word processor, using one would disrupt collaborative editing.

Unless it is Microsoft Word. Collaborative editing outside the browser. People who still use Google Docs are most likely victims of inertia since Google Docs came first; but since that time Microsoft had at last obsoleted them.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 18:29 UTC (Sat) by flussence (guest, #85566) [Link] (13 responses)

I didn't expect IBM of all things to do a "pivot to video" and abandon one of its defining strengths, but here we are.

I'm sure Oracle is salivating right now.

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 15:54 UTC (Sun) by mattdm (subscriber, #18) [Link] (12 responses)

This isn't IBM. Seriously.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 5:08 UTC (Mon) by ceplm (subscriber, #41334) [Link] (4 responses)

“… if it looks like a duck and walks like a duck, it is a duck …”

If it fires employees and products with abandon just to save money like IBM, …

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 14:15 UTC (Mon) by pbonzini (subscriber, #60935) [Link] (3 responses)

No one was laid off from the Desktop team.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 14:20 UTC (Mon) by ceplm (subscriber, #41334) [Link] (2 responses)

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 16:10 UTC (Mon) by pbonzini (subscriber, #60935) [Link] (1 responses)

Sorry, you're wrong; besides the fact that no one with a "software engineer" title is being laid off, European labor laws do not allow laying off people as fast as in America or other countries.

Of course it's quite possible that these news are the result of ongoing discussions within Red Hat, causing him to look for a position at Collabora.

Red Hat dropping support for LibreOffice

Posted Jun 8, 2023 14:54 UTC (Thu) by kpfleming (subscriber, #23250) [Link]

Unfortunately that's only true in product development teams; there were quite a few people with 'software engineer' titles included in the April layoffs... just not in teams that were as noticeable.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 14:24 UTC (Mon) by tlamp (subscriber, #108540) [Link] (6 responses)

Out of interest and without any assumption: Why would IBM buy RedHat while not planning to influence decisions or move staff to projects that IBM might seem more beneficial to their plans, which might not always align with what Red Hat execs/devs would do (or have done prior to the acquisition).

I mean, short of some report-sheet, financial/tax optimization it just makes no sense to me that a conglomerate like IBM spends a huge sum like $34 billion, and then just not do anything with it. Even if just for profits, balancing those $34 billion out might take a while, in the last public report year Red Hat had a net profit of $434 million, so >70 years to turn even.

So, IBM really wanted something from Red Hat, and be it only to ensure IBM's System z and Power systems kept being maintained, maybe even modernized, as those systems might be indeed a highly profitable cash cow.

But, that this goal wouldn't then affect Red Hat decision-making seems a bit odd to an outsider perspective.

OTOH. I saw quite some Red Hat affiliated people ensuring the independence of Red Hat online since the acquisition, and even if some might be close to fanatic supporters of their employer, I still doubt that they would lie or exaggerate, just would be interested in their reasons for not only stating it now, but also believing it for the future.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 16:17 UTC (Mon) by clump (subscriber, #27801) [Link] (5 responses)

It's completely fair to assume (correctly) that since IBM purchased Red Hat it therefore exerts varying degrees of control over its investment. Uncharitably it's called "Bluewashing". What has changed and whether it matters depends on the team you talk to.

Red Hat's investments in the Linux desktop have been outstanding. Often these investments don't appear to immediately impact revenue. Whether this LibreOffice decision is due to IBM is questionable, however I do hope Red Hat continues their support of the community.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 18:07 UTC (Mon) by pebolle (guest, #35204) [Link] (4 responses)

> [...] I do hope Red Hat continues their support of the community.

Beggars can't be choosers. I've been running Red Hat funded software for quite some time now. But I never forgot that, since I'm not a customer - and perhaps neither are you - my hopes carry very little weight.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 18:39 UTC (Mon) by clump (subscriber, #27801) [Link] (3 responses)

I am a customer, an advocate, and a former contributor.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 19:42 UTC (Mon) by pebolle (guest, #35204) [Link] (2 responses)

> I am a customer,

According to Wikipedia Red Hat's "Revenue" for 2018 was $ 3,4 B. Did you pay $ 100K, 1M, or 10M? Even if you've paid $ 100M Red Hat might think that 0,3 % of their revenue shouldn't stop them from pivoting to other opportunities.

> an advocate, and a former contributor.

As are, say, all the contributors to fedoraproject.org/wiki/.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 20:14 UTC (Mon) by clump (subscriber, #27801) [Link] (1 responses)

Not sure what your issue is. Are you implying that there's a threshold of payment I need to exceed so I can be allowed to say I appreciate Red Hat's desktop contributions? I have to reveal my name and all of my work with Red Hat? Is this discussion now about active Fedora contributors?

Whether you believe or care that I pay Red Hat is not my concern. I suppose I shouldn't have responded as it appears you were just looking for a fight.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 20:32 UTC (Mon) by pebolle (guest, #35204) [Link]

Unless you contribute quite a bit to Red Hat's revenue you have very little influence on their decisions. That's just how it works.

Many people appreciate Red Hat's contributions very much, just as you seem to do, and I certainly do, but I wake up every morning realizing that my luck may have run out.

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 21:42 UTC (Sat) by jnuyens (guest, #61033) [Link] (1 responses)

It highlights the problem associated with the non-transparent use of funds by Red Hat. Many companies pay a lot of money to Red Hat to support OpenSource development. If it is moving to become nothing more than an IBM cash cow, that's a sad evolution.
More transparency will hopefully come to more OpenSource companies, and maybe Red Hat will follow.

Red Hat dropping support for LibreOffice

Posted Jun 6, 2023 2:57 UTC (Tue) by jzb (editor, #7867) [Link]

If companies were really paying Red Hat for “open source development” rather than the value received from subscriptions and services, its fair to say it wouldn’t have been vulnerable to acquisition. The truth is far too many companies are indifferent to the upstream work Red Hat does and would happily use the RHEL clones and pay nothing if they didn’t feel they needed the support, etc.

If Red Hat customers were demanding more contributions then that’s what Red Hat would be doing. The idea that Red Hat owes transparency in its use of funds is painfully naive. (Outside the requirements IBM has for its public filings as a publicly traded company, that is)

Red Hat dropping support for LibreOffice

Posted Jun 3, 2023 22:10 UTC (Sat) by raven667 (subscriber, #5198) [Link] (3 responses)

The software world is different than when packaging was created, before software was dumped as a tarball on a website and each distro has to dedicate significant CI resources to build and package it, maintaining complex build environments. Now projects do their own CI and flatpaks allows apps to be built once and used across distros and across versions of distro. That headcount can be better used on distro infrastructure than building and rebuilding individual apps, and where they do put resources into app building, with flatpaks that can be shared across distros to make one build used across multiple versions of redhat, fedora, debian, Ubuntu, opensuse, etc. Work put into repainting the bikeshed for each flavor of Linux sucks up a lot of resources.

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 1:44 UTC (Sun) by intelfx (subscriber, #130118) [Link] (2 responses)

> The software world is different than when packaging was created, before software was dumped as a tarball on a website and each distro has to dedicate significant CI resources to build and package it, maintaining complex build environments. Now projects do their own CI and flatpaks allows apps to be built once and used across distros and across versions of distro. That headcount can be better used on distro infrastructure than building and rebuilding individual apps, and where they do put resources into app building, with flatpaks that can be shared across distros to make one build used across multiple versions of redhat, fedora, debian, Ubuntu, opensuse, etc. Work put into repainting the bikeshed for each flavor of Linux sucks up a lot of resources.

This strikes me as a very... dishonest description of the situation.

For better or worse, distributions do a lot more than "repainting the bikesheds". Replacing distribution packages with upstream binaries is not a zero-impact change — yes, "flatpaks allow apps to be built once and used across distros", but the user experience quality suffers as a result.

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 20:29 UTC (Sun) by Cyberax (✭ supporter ✭, #52523) [Link] (1 responses)

> but the user experience quality suffers as a result.

A packaged app can also cause this, but in a somewhat different way, because distros tend to be very late with updates. For something like RHEL, you can look at years between updates.

It might actually be OK for something like LibreOffice as it's mostly stable by now. It works less well for other applications.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 16:02 UTC (Mon) by clump (subscriber, #27801) [Link]

Indeed. People absolutely use RHEL on the desktop. However RHEL's version stability isn't always so helpful when using desktop applications. You quickly learn how to install never versions of software, or software that isn't available from official repositories.

Red Hat dropping support for LibreOffice

Posted Jun 4, 2023 7:41 UTC (Sun) by oldtomas (guest, #72579) [Link] (6 responses)

Watching those antics... I'm glad I moved to Debian fifteen years ago.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 18:00 UTC (Mon) by pebolle (guest, #35204) [Link]

Because Debian's investment in LibreOffice was so much higher than Red Hat's?

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 20:49 UTC (Mon) by kbrantley (guest, #70638) [Link] (4 responses)

I would prefer this to the nonsense surrounding the /usr merge that Debian is somehow -- still -- trying to make happen.

The fedora /usr merge was completed over a decade ago: https://fedoraproject.org/wiki/Features/UsrMove
> Targeted release: Fedora 17
> Last updated: 2012-02-07
> Percentage of completion: 100%

The debian folks, however, are /still/ spending time and resources trying to figure out the best path forward.

I don't view the actions of RH here as "antics," I view them as a simple "we don't have the time" statement. Don't get me wrong, flatpak isn't exactly perfect, and I would say that reviewing some of the email thread, they probably should have consulted with the fedora folks first (especially if someone can step up and be an appropriate packager). But at the same time, they made a decision and moved forward. And, who knows, maybe the direction will change based upon the ongoings. It's a little early to assume that this decision is currently set in stone.

You may disagree with the direction, with the approach, with the end result, and that's all fine. But I just can't fathom the inefficiencies involved in how the debian project actually gets work done. I would 100% prefer a less than ideal decision here or there, if the alternative is taking in excess of a decade to figure out how to pull off something like the /usr merge.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 20:55 UTC (Mon) by pebolle (guest, #35204) [Link] (3 responses)

> I would 100% prefer a less than ideal decision here or there, if the alternative is taking in excess of a decade to figure out how to pull off something like the /usr merge.

Amen.

Red Hat dropping support for LibreOffice

Posted Jun 7, 2023 10:28 UTC (Wed) by ballombe (subscriber, #9523) [Link] (2 responses)

Except that this is has zero impact on Debian users, as far as they are concerned the merge is done.
%ls -l /*(@)
lrwxrwxrwx 1 root root 7 28 nov. 2020 /bin -> usr/bin
lrwxrwxrwx 1 root root 7 28 nov. 2020 /lib -> usr/lib
lrwxrwxrwx 1 root root 9 28 nov. 2020 /lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 28 nov. 2020 /lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 28 nov. 2020 /libx32 -> usr/libx32
lrwxrwxrwx 1 root root 8 28 nov. 2020 /sbin -> usr/sbin

Red Hat dropping support for LibreOffice

Posted Jun 7, 2023 12:11 UTC (Wed) by rahulsundaram (subscriber, #21946) [Link] (1 responses)

> Except that this is has zero impact on Debian users, as far as they are concerned the merge is done.

That didn't seem to be the case reading https://lwn.net/Articles/890219/. Has the situation changed since then?

Red Hat dropping support for LibreOffice

Posted Jun 7, 2023 14:16 UTC (Wed) by smurf (subscriber, #17840) [Link]

No it has not.

Not talking about the details here seems prurient.

Flatpak needs to die...

Posted Jun 4, 2023 15:01 UTC (Sun) by mikebenden (guest, #74702) [Link]

I instinctively hate the idea behind the flatpak model. It obviously looks like an "app store", and therefore it incentivizes its packagers and the developers offering software through it to insert the whole gamut of antipatterns in an attempt to "monetize" their user base.

In addition to integration, I see distros as advocates on behalf of their users, providing the essential service of limiting the worst tendencies and temptations of upstream to potentially start viewing users as a "resource" to be "monetized".

If flatpak prevails over native packages in the long term, better get ready for a whole lot more "telemetry".

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 5:03 UTC (Mon) by SysNux (subscriber, #27606) [Link]

I use LibreOffice every day (mainly writer and calc, impress sometimes), on my Fedora KDE spin, so I find this decision quite disappointing.
My experience with Flatpak has not been that great...

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 7:58 UTC (Mon) by cyperpunks (subscriber, #39406) [Link] (17 responses)

LibreOffice as flatpak, that must be a joke, right?

If anything this will prove once for all that flatpak, snap and similar tech is complete waste of time and money.

The reason Linux still exists and the very business model behind Red Hat Inc as such is the convenience, robustness and superiority of Linux package management tools and package repositories.

Moving software from package repository to flatpak just mean the software is now abandonware.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 14:01 UTC (Mon) by rahulsundaram (subscriber, #21946) [Link] (16 responses)

> Moving software from package repository to flatpak just mean the software is now abandonware.

LibreOffice Flatpak is directly maintained by upstream as seen in

https://flathub.org/apps/org.libreoffice.LibreOffice

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 15:28 UTC (Mon) by zdzichu (subscriber, #17118) [Link] (1 responses)

Do they maintain the libraries they bundle in the flatpak?

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 15:59 UTC (Mon) by rahulsundaram (subscriber, #21946) [Link]

> Do they maintain the libraries they bundle in the flatpak?

Looks like it. I see commits like https://github.com/flathub/org.libreoffice.LibreOffice/co... in the linked repo history.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 17:11 UTC (Mon) by mb (subscriber, #50428) [Link] (13 responses)

>LibreOffice Flatpak is directly maintained by upstream

Yes. And that's exactly the problem with it.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 17:55 UTC (Mon) by rahulsundaram (subscriber, #21946) [Link] (12 responses)

> Yes. And that's exactly the problem with it.

I was responding to this specific claim: "flatpak just mean the software is now abandonware". By saying yes, you mean you agree that it is not abandon-ware. If you have a different point to make, you haven't expanded on it.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 18:22 UTC (Mon) by mb (subscriber, #50428) [Link] (11 responses)

> By saying yes, you mean you agree that it is not abandon-ware.

No, I don't?
Red Hat will abandon LibreOffice.
The users will have to live with a second class solution provided by LibreOffice themselves.
Packaging is *not* just a simple "put upstream program into an RPM". Packaging is about integration. And that doesn't happen with Flatpaks from non-distro repos. That's what makes Flatpaks second class solutions.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 18:46 UTC (Mon) by rahulsundaram (subscriber, #21946) [Link] (10 responses)

> Red Hat will abandon LibreOffice.

That doesn't make the software itself abandonware obviously. It has an active upstream which maintains it.

> Packaging is *not* just a simple "put upstream program into an RPM". Packaging is about integration.

I am aware and I also wrote this a long time back -> https://docs.fedoraproject.org/en-US/package-maintainers/...

tldr: In most cases, such integration changes should be contributed upstream and not kept as local patches and therefore everyone can benefit regardless of the delivery mechanism. Red Hat did that certainly when they were active and hopefully that can still be done by others -> https://meeksfamily.uk/~michael/blog/2023-05-15-caolan.html

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 19:28 UTC (Mon) by cyperpunks (subscriber, #39406) [Link] (4 responses)

> That doesn't make the software itself abandonware obviously. It has an active upstream which maintains it.

Well, a project without native RPM packages are like a car factory that produce all the parts but choose to ship a bicycle, it don't make any sense.

When all parts have been carefully crafted and produced over many years you have out the parts together and create a actual car.
For this work you need specialist in assembly engineering, it might be expensive, however without it the initial work done is just theoretically and of very limited value. It's the native packaging which turn the various pieces into something of value.

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 21:11 UTC (Mon) by rahulsundaram (subscriber, #21946) [Link] (3 responses)

> Well, a project without native RPM packages are like a car factory that produce all the parts but choose to ship a bicycle, it don't make any sense.

LibreOffice as a project certainly produces RPM packages (in addition to Flatpak, Deb and many other alternatives) as you can see from https://www.libreoffice.org/download/download-libreoffice/. Red Hat just has chosen not to include LibreOffice in their commerical release going forward since apparently not enough of their customers are looking for anymore. Your analogy doesn't seem to apply here.

Red Hat dropping support for LibreOffice

Posted Jun 6, 2023 6:38 UTC (Tue) by cyperpunks (subscriber, #39406) [Link] (2 responses)

That's great, why not maintain those inside Fedora and avoid all this drama?

Red Hat dropping support for LibreOffice

Posted Jun 6, 2023 9:38 UTC (Tue) by rahulsundaram (subscriber, #21946) [Link] (1 responses)

>That's great, why not maintain those inside Fedora and avoid all this drama?

If you read the thread, within a short time, multiple people have stepped up to maintain it within Fedora.

Red Hat dropping support for LibreOffice

Posted Jun 6, 2023 10:33 UTC (Tue) by cyperpunks (subscriber, #39406) [Link]

Good news, thanks!

upstream first

Posted Jun 5, 2023 19:33 UTC (Mon) by mikebenden (guest, #74702) [Link] (4 responses)

While I vehemently agree (and advocate, wherever applicable) for relevant and useful changes to be pushed upstream (in downstream's own best interest, most of the time), I am also very concerned about the trend of pushing flatpaks (and snaps, and other "app-store-like" "solutions") to replace widely used software that used to be packaged by distributions.

While collecting useful changes and features in one place (upstream) is to be encouraged, distributions serve the essential function of safeguarding their users' interests whenever they diverge from those of upstream.

Upstream might (not LO specifically, but in general) consider adding various kinds of "telemetry" and other anti-patterns designed to further "monetize" their user base. I very much rely on my distro's packagers of such (otherwise useful) software to rip out the telemetry and other anti-features on my behalf!

If my distro is only there to serve as a "carrier" for third-party flatpaks, why bother using one at all?
I might as well "just buy a Mac" like all the other normies... :)

upstream first

Posted Jun 5, 2023 21:15 UTC (Mon) by rahulsundaram (subscriber, #21946) [Link]

> I am also very concerned about the trend of pushing flatpaks (and snaps, and other "app-store-like" "solutions") to replace widely used software that used to be packaged by distributions.

Flatpak doesn't automatically imply Flathub or any specific remote. Fedora itself produces its own Flatpaks from RPM packages directly for example.

https://fedoramagazine.org/an-introduction-to-fedora-flat...

If you are using Fedora Silverblue for instance, this is the recommended way to install packages including distro ones.

upstream first

Posted Jun 6, 2023 9:09 UTC (Tue) by NAR (subscriber, #1313) [Link] (2 responses)

If you don't trust upstream, why use their software in the first place?

upstream first

Posted Jun 6, 2023 11:55 UTC (Tue) by mikebenden (guest, #74702) [Link] (1 responses)

Because they suck slightly less than the alternative, at least for now?

Take Firefox, for example (another program where "flatpak" has been insistently mentioned here and elsewhere :)

And, in the general case, it's not even that I don't trust them *now*. It's that if we all end up with "stub" distros whose only purpose is to run "vendor" supplied flatpaks, the vendor's incentive to start misbehaving will become irresistible as time passes.

upstream first

Posted Jun 6, 2023 13:45 UTC (Tue) by joib (subscriber, #8541) [Link]

> And, in the general case, it's not even that I don't trust them *now*. It's that if we all end up with "stub" distros whose only purpose is to run "vendor" supplied flatpaks, the vendor's incentive to start misbehaving will become irresistible as time passes.

It's not like if a distro decides to trust upstream to provide software X via flathub (or whatever it's called) then that decision is set in stone for all eternity. Distros could very well adopt a "trust but verify" attitude, and if upstream starts to misbehave the distro can strip out the dirty bits and package it themselves (be it in rpm's/deb's, a distro-maintained flathub instance, or whatever, doesn't per se matter for this discussion).

Red Hat dropping support for LibreOffice

Posted Jun 5, 2023 20:53 UTC (Mon) by q_q_p_p (guest, #131113) [Link]

This should be titled "Flatpak kills free software distributions".

Red Hat dropping support for LibreOffice

Posted Jun 6, 2023 16:20 UTC (Tue) by ctg (guest, #3459) [Link] (1 responses)

I'm puzzled by this. We stopped using the "redhat" packages getting on for a decade ago. They're usually a few years behind upstream: any value added by the packaging doesn't compensate for the missing features, and the fact that the RH packages are unsupported as far as upstream is concerned (e.g. security fixes).

I would be surprised if any serious LO users weren't using the upstream RPMs (or other package formats) - either community edition, or, if really serious, the business supported ones).

RHEL 9, Centos 9, Alma 9 has LO 7.1 This was released in Feb 21. 7.5 and 7.4 are the currently supported versions. 7.4 is the bugfix only "stable" version - released in June 22. 7.6 is due for release in August, at which point 7.4 will be unsupported, while RHEL will still be on 7.1

Dropping out of date packages seems sensible to me.

(The only niggle I have with the LO packages is that they aren't signed, but they've been reliable and integrated enough into the "redhat" environment that I'd completely forgotten that RH have their own packaged versions until this announcement).


Red Hat dropping support for LibreOffice

Posted Jun 6, 2023 17:18 UTC (Tue) by zdzichu (subscriber, #17118) [Link]

The problem is that RH (as a company) withdrawing their support (manhours) could have impact on Fedora distribution. Which ships 7.5.3.2, by the way.
New maintainers for LO in Fedora seem to have appeared, so the problem did not materialize.
Hardly anyone cares about LO in RHEL (as a distribution).

Red Hat dropping support for LibreOffice

Posted Jun 13, 2023 16:05 UTC (Tue) by jcpunk (subscriber, #95796) [Link] (2 responses)

I'd be fine with using the upstream RPMs if they had a yum repo I could pull from.

It doesn't really scale for me to check the website, compare the versions, download the package, scp it to a bunch of hosts, then dnf update across all my workstations.

Red Hat dropping support for LibreOffice

Posted Jun 13, 2023 18:57 UTC (Tue) by farnz (subscriber, #17727) [Link]

It's surprisingly simple to build a yum/dnf repo, too - just put all the RPMs under a single directory tree (call that tree $REPO_ROOT) and run "createrepo $REPO_ROOT". All the metadata you need for a yum/dnf repo is then generated for you, and you can serve the repo directory over HTTPS to users.

Red Hat dropping support for LibreOffice

Posted Jun 13, 2023 19:08 UTC (Tue) by seyman (subscriber, #1172) [Link]

I'm pretty sure that you can enable notifications on release-monitoring.org .

For deployment, you can either run your own yum repo (it's really not that hard) or use ansible/puppet/whatever-is-hot-this-week to automate it.


Copyright © 2023, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds