Missing fonts in Acrobat reader in wine
Solution 1:
I just installed the latest version of Acrobat Reader DC (2019) in Wine using this guide by user filozofio here :
- install
wine
andwinetricks
- execute these commands in a terminal:
winetricks atmlib
winetricks riched20
winetricks wsh57
winetricks mspatcha
- Get the Windows 7 fonts, especially the
sego*
fonts.- I got them from here: https://www.w7df.com/7/download.html
- Copy the windows fonts to a folder in
/usr/share/fonts
- execute this command in a terminal:
sudo fc-cache -vf
- Download the Windows version of Adobe Acrobat Reader DC from https://get.adobe.com/reader/otherversions/
- Install it via
wine
-
wine /path/to/installer.exe
(e.g.wine ~/Downloads/AcroRdrDC1901020064_en_US.exe
-
- At start up, select "always start with protected mode disabled" (not possible in wine)
- Accept the license
Solution 2:
To ensure that you have correct links to downloads update WineTricks as recommended on its page.
wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
And then place it in correct location
sudo cp winetricks $(which winetricks)
Then try to install all fonts with it:
winetricks allfonts