Missing fonts in Acrobat reader in wine
I have managed to install Adobe Acrobat Reader (the only "free" PDF editor I could find) in wine. This is working, but a lot of texts are not being rendered.
I have run the following to install it (based on this guide):
winetricks mspatcha
wine path/to/installer.exe
I did fail and retry several times, so I may or may not have selected a 32-bit version.
Anyway, it works, but some fonts are missing. It is usable, but sometimes I really do miss the texts, eg in pop-up messages.
Does anyone know how to fix these fonts?
wine fonts adobe-reader adobe-acrobat
add a comment |
I have managed to install Adobe Acrobat Reader (the only "free" PDF editor I could find) in wine. This is working, but a lot of texts are not being rendered.
I have run the following to install it (based on this guide):
winetricks mspatcha
wine path/to/installer.exe
I did fail and retry several times, so I may or may not have selected a 32-bit version.
Anyway, it works, but some fonts are missing. It is usable, but sometimes I really do miss the texts, eg in pop-up messages.
Does anyone know how to fix these fonts?
wine fonts adobe-reader adobe-acrobat
add a comment |
I have managed to install Adobe Acrobat Reader (the only "free" PDF editor I could find) in wine. This is working, but a lot of texts are not being rendered.
I have run the following to install it (based on this guide):
winetricks mspatcha
wine path/to/installer.exe
I did fail and retry several times, so I may or may not have selected a 32-bit version.
Anyway, it works, but some fonts are missing. It is usable, but sometimes I really do miss the texts, eg in pop-up messages.
Does anyone know how to fix these fonts?
wine fonts adobe-reader adobe-acrobat
I have managed to install Adobe Acrobat Reader (the only "free" PDF editor I could find) in wine. This is working, but a lot of texts are not being rendered.
I have run the following to install it (based on this guide):
winetricks mspatcha
wine path/to/installer.exe
I did fail and retry several times, so I may or may not have selected a 32-bit version.
Anyway, it works, but some fonts are missing. It is usable, but sometimes I really do miss the texts, eg in pop-up messages.
Does anyone know how to fix these fonts?
wine fonts adobe-reader adobe-acrobat
wine fonts adobe-reader adobe-acrobat
asked Aug 26 '18 at 14:07
Remco Haszing
230112
230112
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
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
I had to runwineserver --kill
first. Also, this failed withsha256sum mismatch! Rename /home/remco/.cache/winetricks/PowerPointViewer/PowerPointViewer.exe and try again.
. I retried this several times yesterday and today.
– Remco Haszing
Aug 27 '18 at 7:08
I updated answer - you should download newer WineTricks. It seems that version from repository has broken links.
– N0rbert
Aug 27 '18 at 9:08
add a comment |
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
- 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
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1069103%2fmissing-fonts-in-acrobat-reader-in-wine%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
I had to runwineserver --kill
first. Also, this failed withsha256sum mismatch! Rename /home/remco/.cache/winetricks/PowerPointViewer/PowerPointViewer.exe and try again.
. I retried this several times yesterday and today.
– Remco Haszing
Aug 27 '18 at 7:08
I updated answer - you should download newer WineTricks. It seems that version from repository has broken links.
– N0rbert
Aug 27 '18 at 9:08
add a comment |
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
I had to runwineserver --kill
first. Also, this failed withsha256sum mismatch! Rename /home/remco/.cache/winetricks/PowerPointViewer/PowerPointViewer.exe and try again.
. I retried this several times yesterday and today.
– Remco Haszing
Aug 27 '18 at 7:08
I updated answer - you should download newer WineTricks. It seems that version from repository has broken links.
– N0rbert
Aug 27 '18 at 9:08
add a comment |
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
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
edited Aug 27 '18 at 9:08
answered Aug 26 '18 at 14:21
N0rbert
21.3k547100
21.3k547100
I had to runwineserver --kill
first. Also, this failed withsha256sum mismatch! Rename /home/remco/.cache/winetricks/PowerPointViewer/PowerPointViewer.exe and try again.
. I retried this several times yesterday and today.
– Remco Haszing
Aug 27 '18 at 7:08
I updated answer - you should download newer WineTricks. It seems that version from repository has broken links.
– N0rbert
Aug 27 '18 at 9:08
add a comment |
I had to runwineserver --kill
first. Also, this failed withsha256sum mismatch! Rename /home/remco/.cache/winetricks/PowerPointViewer/PowerPointViewer.exe and try again.
. I retried this several times yesterday and today.
– Remco Haszing
Aug 27 '18 at 7:08
I updated answer - you should download newer WineTricks. It seems that version from repository has broken links.
– N0rbert
Aug 27 '18 at 9:08
I had to run
wineserver --kill
first. Also, this failed with sha256sum mismatch! Rename /home/remco/.cache/winetricks/PowerPointViewer/PowerPointViewer.exe and try again.
. I retried this several times yesterday and today.– Remco Haszing
Aug 27 '18 at 7:08
I had to run
wineserver --kill
first. Also, this failed with sha256sum mismatch! Rename /home/remco/.cache/winetricks/PowerPointViewer/PowerPointViewer.exe and try again.
. I retried this several times yesterday and today.– Remco Haszing
Aug 27 '18 at 7:08
I updated answer - you should download newer WineTricks. It seems that version from repository has broken links.
– N0rbert
Aug 27 '18 at 9:08
I updated answer - you should download newer WineTricks. It seems that version from repository has broken links.
– N0rbert
Aug 27 '18 at 9:08
add a comment |
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
- 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
add a comment |
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
- 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
add a comment |
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
- 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
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
- 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
answered Dec 20 '18 at 8:13
iwilltry42
111
111
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1069103%2fmissing-fonts-in-acrobat-reader-in-wine%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown