Earlier quoted context omitted.
> If it does not make sense business-wise, it's their call. I'm pretty sure they know their userbase and did the math. This assumes companies don't make mistakes. They do. A lot. And if users aren't allowed to voice concern then they will make many more mistakes.
> And if users aren't allowed to voice concern then they will make many more mistakes. Generally, RHEL does exactly what RHEL customers want. They are extremely loyal to their user base. The issues come when these changes set a trend and ripple to the rest of the community, and affect people who would never become a RH customer in the first place (e.g. anti-systemd fanatics)
Red Hat dropping support for LibreOffice
81–90 of 316 posts
Re: Red Hat dropping support for LibreOffice
#82Earlier quoted context omitted.
Red Hat has not given up on desktop Linux. Not in the slightest.
Greetings from 2008, https://www.slashdot.org/story/100116
When this was written, desktop Linux still looked like this https://distrowatch.com/images/screenshots/debian-lenny-gnom... and by 2018 a new set of desktop interoperability standards had been introduced and incorporated into most Linux desktops, with Red Hat as the main organization behind this.
Re: Red Hat dropping support for LibreOffice
#83The OP is burying the lede! The exciting news [0] is > 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 a long-standing and important effort [1] to make Wayland more plausible for image/video-editing. [0]: https://lw…
What's more important for most users, document editing or image/video editing?
Re: Red Hat dropping support for LibreOffice
#84I get libreoffice is "bad" but the existence of alternatives online really drive home how it is not impossible to develop a modern office suite alternative to office. I honestly wish I could have a desktop tool again, I'm tired of giving the large IT corps more data they can train on. It's possible with some love. Blender did it, it is quickly becoming an accepted tool in 3D graphics circles, if not the standard.
It has always seemed like an excellent alternative to Microsoft Office to me.
What don't you like about it?
Re: Red Hat dropping support for LibreOffice
#85I guess Fedora users are supposed to use flatpak from now on. Between this and the recent VAAPI controversy Fedora starts to lose some of that shine that made it appealing for me for many years: https://www.phoronix.com/news/Fedora-Disable-Bad-VA-API I wonder why way smaller distributions are fine with maintaining LibreOffice, but Red Hat supposedly doesn't have enough resources to keep it going.
I think it sucks, but it would suck far more to see Fedora/Red Hat hit with legal challenges over it. It's also not usually a huge deal. This is the sort of thing that RPM Fusion has been great for many years.
Re: Red Hat dropping support for LibreOffice
#86FreeOffice is a superior alternative. Just not open source.
Re: Red Hat dropping support for LibreOffice
#87Re: Red Hat dropping support for LibreOffice
#88Earlier quoted context omitted.
AppImage is also troublesome. I just spent a good while debugging ours. The TL;DR is that AppImage amounts to a self-extracting archive, and you need an application where all the binaries and libraries have a relative rpath. So rather than loading /usr/lib/libz.so, it uses $BINARY/../lib/libz.so. That part's not too bad, but what can cause a lot of trouble is that there's a fair amount of stuff that uses dlopen at ru…
Can't you just add an rpath to your main executable (which cmake does by default for release builds that aren't installed, fwiw) or use a launcher that sets LD_LIBRARY_PATH?
Otherwise, libbar.so won't be found in your AppImage, will get loaded from the host instead, and now it explodes but only on some distributions.
In my case it was OpenSSL loading stuff at runtime.
Re: Red Hat dropping support for LibreOffice
#89FreeOffice is a superior alternative. Just not open source.
In what ways it it superior?
FreeOffice is the free version of SoftMaker Office. A performant, visually pleasing office suite that is closer to the state of the art in office suites. Running it does not transform your computer into a heating system.
Unlike WPS Office, another popular and free office suite (developed in China by KingSoft), SoftMaker is developed in the west by someone I can actually sue in a non kangaroo court in the EU if something goes wrong.
Re: Red Hat dropping support for LibreOffice
#90On the other; Wayland work? Also not impressive to flex stuff that should have worked a decade ago.