Why is ProjectM not opening in Ubuntu 17.04?












1















I installed ProjectM via the Ubuntu Software portal, and after launching, the icon sits on the doc, highlights a few times, and then closes.



Trying it in the terminal generates this:



dir:/usr/share/projectM/config.inp 
reading ~/.projectM/config.inp
[projectM] config file: /home/jason/.projectM/config.inp
No Textures Loaded from "/usr"/share/projectM/textures
Could not open font file: /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf


Is that "/usr" section indicating a typo in the config file maybe?



Did the font not get autoinstalled with the projectM package? Maybe an apt-update / apt-upgrade can fix it. I'll work on it myself but also thought I'd ask here.










share|improve this question



























    1















    I installed ProjectM via the Ubuntu Software portal, and after launching, the icon sits on the doc, highlights a few times, and then closes.



    Trying it in the terminal generates this:



    dir:/usr/share/projectM/config.inp 
    reading ~/.projectM/config.inp
    [projectM] config file: /home/jason/.projectM/config.inp
    No Textures Loaded from "/usr"/share/projectM/textures
    Could not open font file: /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf


    Is that "/usr" section indicating a typo in the config file maybe?



    Did the font not get autoinstalled with the projectM package? Maybe an apt-update / apt-upgrade can fix it. I'll work on it myself but also thought I'd ask here.










    share|improve this question

























      1












      1








      1


      1






      I installed ProjectM via the Ubuntu Software portal, and after launching, the icon sits on the doc, highlights a few times, and then closes.



      Trying it in the terminal generates this:



      dir:/usr/share/projectM/config.inp 
      reading ~/.projectM/config.inp
      [projectM] config file: /home/jason/.projectM/config.inp
      No Textures Loaded from "/usr"/share/projectM/textures
      Could not open font file: /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf


      Is that "/usr" section indicating a typo in the config file maybe?



      Did the font not get autoinstalled with the projectM package? Maybe an apt-update / apt-upgrade can fix it. I'll work on it myself but also thought I'd ask here.










      share|improve this question














      I installed ProjectM via the Ubuntu Software portal, and after launching, the icon sits on the doc, highlights a few times, and then closes.



      Trying it in the terminal generates this:



      dir:/usr/share/projectM/config.inp 
      reading ~/.projectM/config.inp
      [projectM] config file: /home/jason/.projectM/config.inp
      No Textures Loaded from "/usr"/share/projectM/textures
      Could not open font file: /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf


      Is that "/usr" section indicating a typo in the config file maybe?



      Did the font not get autoinstalled with the projectM package? Maybe an apt-update / apt-upgrade can fix it. I'll work on it myself but also thought I'd ask here.







      fonts 17.04 music






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 15 '17 at 22:19









      Jason MehmelJason Mehmel

      8811




      8811






















          3 Answers
          3






          active

          oldest

          votes


















          2














          I have the same problem.
          I managed to 'fix' the font error by going to the /usr/share/fonts/truetype/ folder and renaming the 'dejavu' folder as 'ttf-dejavu'. Now ProjectM opens but the textures are still not opening.






          share|improve this answer



















          • 1





            This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

            – Owen Hines
            Aug 20 '17 at 21:33











          • @OwenHines: Looks like a partial answer to me.

            – David Foerster
            Aug 21 '17 at 0:34











          • It would be better to create a symbolic link as an alias of /usr/share/fonts/truetype/dejavu instead of renaming it: sudo ln -sT dejavu /usr/share/fonts/truetype/ttf-dejavu

            – David Foerster
            Aug 21 '17 at 0:35













          • @DavidFoerster Yeah, I just went with the preset review response that I thought was the closest. Probably better to do a "this should be a comment" response. Sorry about that.

            – Owen Hines
            Aug 21 '17 at 0:36











          • @OwenHines: Partial answers are acceptable. See meta.stackexchange.com/q/225370/271411.

            – David Foerster
            Aug 21 '17 at 1:02



















          0














          Based on the font-related error message, I changed the config.inp file from this:



          Title Font = /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
          Menu Font = /usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf


          to this:



          Title Font = /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf
          Menu Font = /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf


          ProjectM opens correctly for me now!






          share|improve this answer































            -1














            Just install ttf-dejavu:



            sudo apt-get install ttf-dejavu





            share|improve this answer










            New contributor




            Regis TEDONE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.




















              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%2f946591%2fwhy-is-projectm-not-opening-in-ubuntu-17-04%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              2














              I have the same problem.
              I managed to 'fix' the font error by going to the /usr/share/fonts/truetype/ folder and renaming the 'dejavu' folder as 'ttf-dejavu'. Now ProjectM opens but the textures are still not opening.






              share|improve this answer



















              • 1





                This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

                – Owen Hines
                Aug 20 '17 at 21:33











              • @OwenHines: Looks like a partial answer to me.

                – David Foerster
                Aug 21 '17 at 0:34











              • It would be better to create a symbolic link as an alias of /usr/share/fonts/truetype/dejavu instead of renaming it: sudo ln -sT dejavu /usr/share/fonts/truetype/ttf-dejavu

                – David Foerster
                Aug 21 '17 at 0:35













              • @DavidFoerster Yeah, I just went with the preset review response that I thought was the closest. Probably better to do a "this should be a comment" response. Sorry about that.

                – Owen Hines
                Aug 21 '17 at 0:36











              • @OwenHines: Partial answers are acceptable. See meta.stackexchange.com/q/225370/271411.

                – David Foerster
                Aug 21 '17 at 1:02
















              2














              I have the same problem.
              I managed to 'fix' the font error by going to the /usr/share/fonts/truetype/ folder and renaming the 'dejavu' folder as 'ttf-dejavu'. Now ProjectM opens but the textures are still not opening.






              share|improve this answer



















              • 1





                This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

                – Owen Hines
                Aug 20 '17 at 21:33











              • @OwenHines: Looks like a partial answer to me.

                – David Foerster
                Aug 21 '17 at 0:34











              • It would be better to create a symbolic link as an alias of /usr/share/fonts/truetype/dejavu instead of renaming it: sudo ln -sT dejavu /usr/share/fonts/truetype/ttf-dejavu

                – David Foerster
                Aug 21 '17 at 0:35













              • @DavidFoerster Yeah, I just went with the preset review response that I thought was the closest. Probably better to do a "this should be a comment" response. Sorry about that.

                – Owen Hines
                Aug 21 '17 at 0:36











              • @OwenHines: Partial answers are acceptable. See meta.stackexchange.com/q/225370/271411.

                – David Foerster
                Aug 21 '17 at 1:02














              2












              2








              2







              I have the same problem.
              I managed to 'fix' the font error by going to the /usr/share/fonts/truetype/ folder and renaming the 'dejavu' folder as 'ttf-dejavu'. Now ProjectM opens but the textures are still not opening.






              share|improve this answer













              I have the same problem.
              I managed to 'fix' the font error by going to the /usr/share/fonts/truetype/ folder and renaming the 'dejavu' folder as 'ttf-dejavu'. Now ProjectM opens but the textures are still not opening.







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Aug 20 '17 at 19:18









              apathyapathy

              211




              211








              • 1





                This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

                – Owen Hines
                Aug 20 '17 at 21:33











              • @OwenHines: Looks like a partial answer to me.

                – David Foerster
                Aug 21 '17 at 0:34











              • It would be better to create a symbolic link as an alias of /usr/share/fonts/truetype/dejavu instead of renaming it: sudo ln -sT dejavu /usr/share/fonts/truetype/ttf-dejavu

                – David Foerster
                Aug 21 '17 at 0:35













              • @DavidFoerster Yeah, I just went with the preset review response that I thought was the closest. Probably better to do a "this should be a comment" response. Sorry about that.

                – Owen Hines
                Aug 21 '17 at 0:36











              • @OwenHines: Partial answers are acceptable. See meta.stackexchange.com/q/225370/271411.

                – David Foerster
                Aug 21 '17 at 1:02














              • 1





                This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

                – Owen Hines
                Aug 20 '17 at 21:33











              • @OwenHines: Looks like a partial answer to me.

                – David Foerster
                Aug 21 '17 at 0:34











              • It would be better to create a symbolic link as an alias of /usr/share/fonts/truetype/dejavu instead of renaming it: sudo ln -sT dejavu /usr/share/fonts/truetype/ttf-dejavu

                – David Foerster
                Aug 21 '17 at 0:35













              • @DavidFoerster Yeah, I just went with the preset review response that I thought was the closest. Probably better to do a "this should be a comment" response. Sorry about that.

                – Owen Hines
                Aug 21 '17 at 0:36











              • @OwenHines: Partial answers are acceptable. See meta.stackexchange.com/q/225370/271411.

                – David Foerster
                Aug 21 '17 at 1:02








              1




              1





              This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

              – Owen Hines
              Aug 20 '17 at 21:33





              This does not really answer the question. If you have a different question, you can ask it by clicking Ask Question. You can also add a bounty to draw more attention to this question once you have enough reputation. - From Review

              – Owen Hines
              Aug 20 '17 at 21:33













              @OwenHines: Looks like a partial answer to me.

              – David Foerster
              Aug 21 '17 at 0:34





              @OwenHines: Looks like a partial answer to me.

              – David Foerster
              Aug 21 '17 at 0:34













              It would be better to create a symbolic link as an alias of /usr/share/fonts/truetype/dejavu instead of renaming it: sudo ln -sT dejavu /usr/share/fonts/truetype/ttf-dejavu

              – David Foerster
              Aug 21 '17 at 0:35







              It would be better to create a symbolic link as an alias of /usr/share/fonts/truetype/dejavu instead of renaming it: sudo ln -sT dejavu /usr/share/fonts/truetype/ttf-dejavu

              – David Foerster
              Aug 21 '17 at 0:35















              @DavidFoerster Yeah, I just went with the preset review response that I thought was the closest. Probably better to do a "this should be a comment" response. Sorry about that.

              – Owen Hines
              Aug 21 '17 at 0:36





              @DavidFoerster Yeah, I just went with the preset review response that I thought was the closest. Probably better to do a "this should be a comment" response. Sorry about that.

              – Owen Hines
              Aug 21 '17 at 0:36













              @OwenHines: Partial answers are acceptable. See meta.stackexchange.com/q/225370/271411.

              – David Foerster
              Aug 21 '17 at 1:02





              @OwenHines: Partial answers are acceptable. See meta.stackexchange.com/q/225370/271411.

              – David Foerster
              Aug 21 '17 at 1:02













              0














              Based on the font-related error message, I changed the config.inp file from this:



              Title Font = /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
              Menu Font = /usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf


              to this:



              Title Font = /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf
              Menu Font = /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf


              ProjectM opens correctly for me now!






              share|improve this answer




























                0














                Based on the font-related error message, I changed the config.inp file from this:



                Title Font = /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
                Menu Font = /usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf


                to this:



                Title Font = /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf
                Menu Font = /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf


                ProjectM opens correctly for me now!






                share|improve this answer


























                  0












                  0








                  0







                  Based on the font-related error message, I changed the config.inp file from this:



                  Title Font = /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
                  Menu Font = /usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf


                  to this:



                  Title Font = /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf
                  Menu Font = /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf


                  ProjectM opens correctly for me now!






                  share|improve this answer













                  Based on the font-related error message, I changed the config.inp file from this:



                  Title Font = /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf
                  Menu Font = /usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf


                  to this:



                  Title Font = /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf
                  Menu Font = /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf


                  ProjectM opens correctly for me now!







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Aug 23 '17 at 20:36









                  Jason MehmelJason Mehmel

                  8811




                  8811























                      -1














                      Just install ttf-dejavu:



                      sudo apt-get install ttf-dejavu





                      share|improve this answer










                      New contributor




                      Regis TEDONE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.

























                        -1














                        Just install ttf-dejavu:



                        sudo apt-get install ttf-dejavu





                        share|improve this answer










                        New contributor




                        Regis TEDONE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                        Check out our Code of Conduct.























                          -1












                          -1








                          -1







                          Just install ttf-dejavu:



                          sudo apt-get install ttf-dejavu





                          share|improve this answer










                          New contributor




                          Regis TEDONE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.










                          Just install ttf-dejavu:



                          sudo apt-get install ttf-dejavu






                          share|improve this answer










                          New contributor




                          Regis TEDONE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          share|improve this answer



                          share|improve this answer








                          edited Jan 21 at 16:48









                          Mostafa Ahangarha

                          2,60652142




                          2,60652142






                          New contributor




                          Regis TEDONE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          answered Jan 21 at 14:49









                          Regis TEDONERegis TEDONE

                          1




                          1




                          New contributor




                          Regis TEDONE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.





                          New contributor





                          Regis TEDONE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






                          Regis TEDONE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






























                              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.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f946591%2fwhy-is-projectm-not-opening-in-ubuntu-17-04%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

                              Category:香港粉麵

                              List *all* the tuples!

                              Channel [V]