Add LibreOffice

This commit is contained in:
Anthony Wang 2020-12-25 15:45:07 -06:00
parent 332bd88227
commit 1d8c528026
Signed by: a
GPG key ID: 6FD3502572299774
4 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1,28 @@
---
layout: post
title: "LibreOffice"
date: 2020-12-25 15:08:32 -0600
author: Ta180m
tags: ["Linux", "Windows"]
---
![LibreOffice hate](/assets/libreoffice-hate.png)
OK, LibreOffice may not be the most loved application out there, but it's enough for most people. I use LibreOffice even on Windows! However, there is one thing about it that bothers me: the hideous icons! At first, I thought it might be caused be anti-aliasing or my screen scaling (currently set at 1.5x so everything's not tiny) but nope! The icons stayed hideous no matter what I did. Finally, after a bit of digging around in the settings, I found the root cause:
![LibreOffice icon settings](/assets/libreoffice-settings.png)
Can you see it? The icon style was set to `Breeze`, which presumably uses bitmap icons, while I was in fact looking for the infinitely scalable `Breeze (SVG)` vector icons. Switching to vector icons did the trick, and now LibreOffice doesn't look hideous anymore! The question is, why is the default the ugly bitmap icons?
![LibreOffice icons](/assets/libreoffice-icons.png)
People bash LibreOffice all the time for its imperfect compatibility of Office documents, but the important thing to remember is that *LibreOffice is not Microsoft Office!* If LibreOffice had focused less on being a Office clone and more on developing its own unique features, it would probably be in a much better shape right now. Millions of people are still using the basically-abandoned OpenOffice in 2020!
## But I need Microsoft Office!
Fine. Well, here are the latest developments. Traditionally, you had the two options of Wine, the compatibility layer, or going the VM route. Both suffer from their own flaws: Wine compatibility isn't perfect enough for Office, and VMs are resource-intensive, even if you want to make a few quick edits to a doc, and lack good graphical acceleration. [WinApps](https://github.com/Fmstrat/winapps) will give you the best of both worlds: the seamlessness of Wine, and the compatibility of a VM, well, using a [QEMU/KVM](https://ta180m.github.io/2020/11/19/fun-with-qemu-kvm.html) VM. WinApps runs a background RDP server and integrates the VM apps into your host desktop. If Wine is the analog of WSL, then WinApps is WSL2. The only problem is that it's a just a VM underneath, so you still get all the disadvantages of VMs. Still, if you have some RAM to spare, it might be enough to free your dependency on Windows for Office or Adobe apps. It's still under heavy development, so we'll see where it goes.
![WinApps demo](https://raw.githubusercontent.com/Fmstrat/winapps/main/demo/demo.gif)

BIN
assets/libreoffice-hate.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 KiB