Comment 3 for bug 1879164

Revision history for this message
Charles Cunningham (d7-charles-4w) wrote :

This problem is bad news for users of Office 2010 running under Wine on Ubuntu 20.04

The latest stable version of Wine seems to fix this issue:

fonts-wine 5.0-3ubuntu1
libkwineffects12 4:5.18.5-0ubuntu0.1
libwine:i386 5.0-3ubuntu1
wine-stable 5.0.1~focal
wine-stable-amd64 5.0.1~focal
wine-stable-i386:i386 5.0.1~focal
wine32:i386 5.0-3ubuntu1
winehq-stable 5.0.1~focal

Here are the instructions from https://wiki.winehq.org/Ubuntu to install the latest version:

If your system is 64 bit, enable 32 bit architecture (if you haven't already):

sudo dpkg --add-architecture i386

Download and add the repository key:

wget -O - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -

Add the repository:

For Ubuntu 20.04:
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/focal main'

Update packages & then install:

sudo apt update
sudo apt install --install-recommends winehq-stable