Missing fonts in Acrobat reader in wine












0














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?



Acrobat Reader running in wine










share|improve this question



























    0














    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?



    Acrobat Reader running in wine










    share|improve this question

























      0












      0








      0







      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?



      Acrobat Reader running in wine










      share|improve this question













      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?



      Acrobat Reader running in wine







      wine fonts adobe-reader adobe-acrobat






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 26 '18 at 14:07









      Remco Haszing

      230112




      230112






















          2 Answers
          2






          active

          oldest

          votes


















          1














          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





          share|improve this answer























          • 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



















          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






          share|improve this answer





















            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
            });


            }
            });














            draft saved

            draft discarded


















            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









            1














            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





            share|improve this answer























            • 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
















            1














            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





            share|improve this answer























            • 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














            1












            1








            1






            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





            share|improve this answer














            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






            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Aug 27 '18 at 9:08

























            answered Aug 26 '18 at 14:21









            N0rbert

            21.3k547100




            21.3k547100












            • 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 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 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













            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






            share|improve this answer


























              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






              share|improve this answer
























                1












                1








                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






                share|improve this answer












                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







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Dec 20 '18 at 8:13









                iwilltry42

                111




                111






























                    draft saved

                    draft discarded




















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                    Mangá

                     ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕