Why is ProjectM not opening in Ubuntu 17.04?
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
add a comment |
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
add a comment |
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
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
fonts 17.04 music
asked Aug 15 '17 at 22:19
Jason MehmelJason Mehmel
8811
8811
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
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.
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/dejavuinstead 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
|
show 2 more comments
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!
add a comment |
Just install ttf-dejavu:
sudo apt-get install ttf-dejavu
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.
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%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
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.
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/dejavuinstead 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
|
show 2 more comments
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.
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/dejavuinstead 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
|
show 2 more comments
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.
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.
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/dejavuinstead 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
|
show 2 more comments
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/dejavuinstead 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
|
show 2 more comments
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!
add a comment |
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!
add a comment |
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!
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!
answered Aug 23 '17 at 20:36
Jason MehmelJason Mehmel
8811
8811
add a comment |
add a comment |
Just install ttf-dejavu:
sudo apt-get install ttf-dejavu
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.
add a comment |
Just install ttf-dejavu:
sudo apt-get install ttf-dejavu
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.
add a comment |
Just install ttf-dejavu:
sudo apt-get install ttf-dejavu
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
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.
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.
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.
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%2f946591%2fwhy-is-projectm-not-opening-in-ubuntu-17-04%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