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 :

  1. install wine and winetricks
  2. execute these commands in a terminal:
    • winetricks atmlib
    • winetricks riched20
    • winetricks wsh57
    • winetricks mspatcha
  3. Get the Windows 7 fonts, especially the sego* fonts.
    • I got them from here: https://www.w7df.com/7/download.html
  4. Copy the windows fonts to a folder in /usr/share/fonts
  5. execute this command in a terminal:
    • sudo fc-cache -vf
  6. Download the Windows version of Adobe Acrobat Reader DC from https://get.adobe.com/reader/otherversions/
  7. Install it via wine
    • wine /path/to/installer.exe (e.g. wine ~/Downloads/AcroRdrDC1901020064_en_US.exe
  8. At start up, select "always start with protected mode disabled" (not possible in wine)
  9. 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