Skip to main content

LibreOffice update procedure and consequential video bug

The project is to build a Linux Mint machine to have the identical functionality and ergonomics as the existing Windows 10 machine.

This stage relates to updating LibreOffice from the installed version 5.1.6.2 to the current available version (in this case, v6.0.3.2).  The process started and completed on 29Mar2018.

Environment & required functionality

The environment is Linux Mint Xfce 18.3 (“Gandalf”)

Installation experience

On 29Mar2018, https://www.libreoffice.org/download/download/ revealed that LibreOffice was on version 6.0.3.

sudo apt-update or the equivalent in Synaptics Package Manager had no effect, because, at the time, the repositories defined in Gandalf pointed to those of Linux Mint, which continued to host only an older version of Libre Office.

The download instructions resemble the typical Windows thing of downloading something and running it to install it, not the expected Mint behaviour of plugging a repository into the machine and using the machine to pull the package from the repository.

The download instructions worked fine.  A comment also revealed the repository (the PPA), which was added to Gandalf via command line interface.

On running Synaptic Package Manager, Synaptic reported an error which made no sense.  Logging off and logging on again made the error disappear.

On test-running Calc, the Help > About revealed that the update had succeeded.

But at a cost.  The menu was invisible!  The program was unusable!

Looking at a few web fora (example), it looks like Libre Office has a problem with OpenGL.  Before concluding that OpenGL is the problem, the first thing to check was whether Gandalf’s video performance is up to speed.

The solution turned out to be solving one of 24 bugs (!) reported by easylinuxtips.

After doing this, the menu was visible and usable.

User experience

I’m not sure whether many Windows users would have the nous/wit to fix the disappearing menu issue, certainly not to have picked up on OpenGL being a clue for the usefulness of the video driver bundled with Linux Mint.

But it was relatively easy for this user (a non-IT bod) to research and to fix.

Conclusion

LibreOffice successfully updated and a consequent issue resolved.

Completed 29Mar2018.

Comments

Popular posts from this blog

Adjusting screen brightness

The machine on which Linux Mint is installed an old Acer Aspire 5732Z (" Gandalf ") It has buttons to adjust the brightness of the screen's backlight.  When the user uses these buttons, Linux Mint correctly presented a fading-popup box (a slider bar) to denote relative brightness.  But Linux Mint did not actually adjust the brightness of the screen. It seems to be a known issue in the Linux Mint forums  and solved in multiple  stages by the Easy Tips Project . I followed the instructions on Easy Tips section 5.2  in Gandalf's admin account, then re-booted, then logged in using the user account, and the brightness adjustment function worked correctly. Easy Tips asks the user to discover the relevant property of the machine, then creates a file that contains a script of parameters that other programs in Linux Mint understand. This method worked for Gandalf, because Gandalf has an integrated Intel chipset. Useful commands at the Terminal ALT+T (or th...

Scanning & OCRring to PDF: Simple Scan, gimagereader and gscan2pdf v NAPS2 for Windows

The project is to build a Linux Mint machine to have the identical functionality and ergonomics as the existing Windows 10 machine. This stage relates to scanning paper documents to PDF and digitising the scanned text via optical character recognition. Environment & required functionality The scan-and-OCR function needs to run on the following machines: The Linux Mint Xfce 18.3 laptop " Gandalf "; A Linux Mint Xfce 18.3 virtual machine " Gimli "; The Windows 10 laptop " Legolas ". In any modern office - whether at home or at work - some transactional documents and documents from public authorities still arrive by snail-mail. This requires the ability to scan all documents, optionally with the digitisation of scanned text (typically via optical character recognition). The hardware is an old HP OfficeJet Pro 276dw, connected to the LAN instead of directly to a workstation. Alternatives There are two strategies: To use the software pr...

A fail: networking Windows and Linux Mint using Samba

The project is to build a Linux Mint machine to have the identical functionality and ergonomics as the existing Windows 10 machine. This stage relates to networking the Windows 10 machine to the Linux Mint machine. Environment & required functionality The network should be a local network - to share files and folders - between the following machines: The Linux Mint Xfce 18.3 laptop " Gandalf "; The Windows 10 laptop " Legolas "; The network is a local area network from a domestic router, the usual 192.168.x.x thing. Windows 10 is already configured to use Samba  ( wiki ) (the SMB protocol , wiki ) out-of-the-box, although it turned out that there was a twist to the configuration. Alternatives There are ways to transmit occasional data between the two machines other than peer-to-peer networking, e.g. grive2.  However, peer-to-peer networking (file sharing, simple two-way server-and-client relationship) is the most efficient way for bulk data tran...