Inkscape 0.92.0 (snap) fonts problem - Ubuntu 16.10
up vote
3
down vote
favorite
Inkscape does not see any new installed font.
- Installed inkscape 0.92 (snap package)
- It works and recognizes all default fonts of Ubuntu 16.10
- Installed new font with font manager (Roboto ttf font family)
- Restarted inkscape and system. Inkscape does not "see" new font.
- Installed roboto font by copying directly to the
usr/share/fonts/folder. Refreshed font cache. Restarted system. Inkscape still does not see new font.
I've tried with couple of different fonts, and the situation is the same.
New fonts are appearing in LibreOffice for example, but not in Inkscape (maybe I need to ask elsewhere if it's Inkscape's problem?)
fonts snap inkscape
add a comment |
up vote
3
down vote
favorite
Inkscape does not see any new installed font.
- Installed inkscape 0.92 (snap package)
- It works and recognizes all default fonts of Ubuntu 16.10
- Installed new font with font manager (Roboto ttf font family)
- Restarted inkscape and system. Inkscape does not "see" new font.
- Installed roboto font by copying directly to the
usr/share/fonts/folder. Refreshed font cache. Restarted system. Inkscape still does not see new font.
I've tried with couple of different fonts, and the situation is the same.
New fonts are appearing in LibreOffice for example, but not in Inkscape (maybe I need to ask elsewhere if it's Inkscape's problem?)
fonts snap inkscape
Updated my question.
– Edin Raimovic
Feb 6 '17 at 12:49
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
Inkscape does not see any new installed font.
- Installed inkscape 0.92 (snap package)
- It works and recognizes all default fonts of Ubuntu 16.10
- Installed new font with font manager (Roboto ttf font family)
- Restarted inkscape and system. Inkscape does not "see" new font.
- Installed roboto font by copying directly to the
usr/share/fonts/folder. Refreshed font cache. Restarted system. Inkscape still does not see new font.
I've tried with couple of different fonts, and the situation is the same.
New fonts are appearing in LibreOffice for example, but not in Inkscape (maybe I need to ask elsewhere if it's Inkscape's problem?)
fonts snap inkscape
Inkscape does not see any new installed font.
- Installed inkscape 0.92 (snap package)
- It works and recognizes all default fonts of Ubuntu 16.10
- Installed new font with font manager (Roboto ttf font family)
- Restarted inkscape and system. Inkscape does not "see" new font.
- Installed roboto font by copying directly to the
usr/share/fonts/folder. Refreshed font cache. Restarted system. Inkscape still does not see new font.
I've tried with couple of different fonts, and the situation is the same.
New fonts are appearing in LibreOffice for example, but not in Inkscape (maybe I need to ask elsewhere if it's Inkscape's problem?)
fonts snap inkscape
fonts snap inkscape
edited Feb 6 '17 at 13:17
Sylvain Pineau
48.2k16104149
48.2k16104149
asked Feb 3 '17 at 15:33
Edin Raimovic
184
184
Updated my question.
– Edin Raimovic
Feb 6 '17 at 12:49
add a comment |
Updated my question.
– Edin Raimovic
Feb 6 '17 at 12:49
Updated my question.
– Edin Raimovic
Feb 6 '17 at 12:49
Updated my question.
– Edin Raimovic
Feb 6 '17 at 12:49
add a comment |
3 Answers
3
active
oldest
votes
up vote
4
down vote
accepted
this is a known issue with the snap package format for Ubuntu. As far as I understand, they do only find fonts that you put into the .fonts directory in your home directory.
https://bugs.launchpad.net/inkscape/+bug/1655609
Or, if I read this again, maybe not?... Sorry if wrong, but you can give the workaround a try.
– Maren
Feb 6 '17 at 18:00
Yes, that's it. Thank you very much.
– Edin Raimovic
Feb 7 '17 at 11:40
add a comment |
up vote
1
down vote
Check which Inkscape you use: snap or apt.
In the Ubuntu 18.04 AppCenter, there are two different versions of Inkscape, one from the Snap Store, one from ubuntu-bionic-universe.
If you have the first one, you’re in trouble, there are no fonts you have installed and a Windows XP-like interface. Remove this version and get the second one and you'll be happy then.
New contributor
Eugene Soukin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
This is not a duplicate; installing the apt version is an alternative.
– abu_bua
Nov 27 at 15:44
add a comment |
up vote
0
down vote
I just went through this with Ubuntu 18.04 and Inkscape 0.92. Putting fonts (truetype) in ~./fonts didn't work. Moving them to /usr/share/fonts/truetype did.
After putting the fonts in ./fonts and not seeing them in inkscape found here interfaces: mount host system fonts in desktop interface #3889 I executed
$ snap refresh --channel=edge core
... which didn't help.
I then move the fonts to /user/share/fonts/trutype and could see the fonts in Inkscape.
add a comment |
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
accepted
this is a known issue with the snap package format for Ubuntu. As far as I understand, they do only find fonts that you put into the .fonts directory in your home directory.
https://bugs.launchpad.net/inkscape/+bug/1655609
Or, if I read this again, maybe not?... Sorry if wrong, but you can give the workaround a try.
– Maren
Feb 6 '17 at 18:00
Yes, that's it. Thank you very much.
– Edin Raimovic
Feb 7 '17 at 11:40
add a comment |
up vote
4
down vote
accepted
this is a known issue with the snap package format for Ubuntu. As far as I understand, they do only find fonts that you put into the .fonts directory in your home directory.
https://bugs.launchpad.net/inkscape/+bug/1655609
Or, if I read this again, maybe not?... Sorry if wrong, but you can give the workaround a try.
– Maren
Feb 6 '17 at 18:00
Yes, that's it. Thank you very much.
– Edin Raimovic
Feb 7 '17 at 11:40
add a comment |
up vote
4
down vote
accepted
up vote
4
down vote
accepted
this is a known issue with the snap package format for Ubuntu. As far as I understand, they do only find fonts that you put into the .fonts directory in your home directory.
https://bugs.launchpad.net/inkscape/+bug/1655609
this is a known issue with the snap package format for Ubuntu. As far as I understand, they do only find fonts that you put into the .fonts directory in your home directory.
https://bugs.launchpad.net/inkscape/+bug/1655609
answered Feb 6 '17 at 17:59
Maren
561
561
Or, if I read this again, maybe not?... Sorry if wrong, but you can give the workaround a try.
– Maren
Feb 6 '17 at 18:00
Yes, that's it. Thank you very much.
– Edin Raimovic
Feb 7 '17 at 11:40
add a comment |
Or, if I read this again, maybe not?... Sorry if wrong, but you can give the workaround a try.
– Maren
Feb 6 '17 at 18:00
Yes, that's it. Thank you very much.
– Edin Raimovic
Feb 7 '17 at 11:40
Or, if I read this again, maybe not?... Sorry if wrong, but you can give the workaround a try.
– Maren
Feb 6 '17 at 18:00
Or, if I read this again, maybe not?... Sorry if wrong, but you can give the workaround a try.
– Maren
Feb 6 '17 at 18:00
Yes, that's it. Thank you very much.
– Edin Raimovic
Feb 7 '17 at 11:40
Yes, that's it. Thank you very much.
– Edin Raimovic
Feb 7 '17 at 11:40
add a comment |
up vote
1
down vote
Check which Inkscape you use: snap or apt.
In the Ubuntu 18.04 AppCenter, there are two different versions of Inkscape, one from the Snap Store, one from ubuntu-bionic-universe.
If you have the first one, you’re in trouble, there are no fonts you have installed and a Windows XP-like interface. Remove this version and get the second one and you'll be happy then.
New contributor
Eugene Soukin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
This is not a duplicate; installing the apt version is an alternative.
– abu_bua
Nov 27 at 15:44
add a comment |
up vote
1
down vote
Check which Inkscape you use: snap or apt.
In the Ubuntu 18.04 AppCenter, there are two different versions of Inkscape, one from the Snap Store, one from ubuntu-bionic-universe.
If you have the first one, you’re in trouble, there are no fonts you have installed and a Windows XP-like interface. Remove this version and get the second one and you'll be happy then.
New contributor
Eugene Soukin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
This is not a duplicate; installing the apt version is an alternative.
– abu_bua
Nov 27 at 15:44
add a comment |
up vote
1
down vote
up vote
1
down vote
Check which Inkscape you use: snap or apt.
In the Ubuntu 18.04 AppCenter, there are two different versions of Inkscape, one from the Snap Store, one from ubuntu-bionic-universe.
If you have the first one, you’re in trouble, there are no fonts you have installed and a Windows XP-like interface. Remove this version and get the second one and you'll be happy then.
New contributor
Eugene Soukin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Check which Inkscape you use: snap or apt.
In the Ubuntu 18.04 AppCenter, there are two different versions of Inkscape, one from the Snap Store, one from ubuntu-bionic-universe.
If you have the first one, you’re in trouble, there are no fonts you have installed and a Windows XP-like interface. Remove this version and get the second one and you'll be happy then.
New contributor
Eugene Soukin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited Nov 27 at 15:42
abu_bua
3,06081023
3,06081023
New contributor
Eugene Soukin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered Nov 27 at 8:50
Eugene Soukin
111
111
New contributor
Eugene Soukin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Eugene Soukin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Eugene Soukin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
This is not a duplicate; installing the apt version is an alternative.
– abu_bua
Nov 27 at 15:44
add a comment |
This is not a duplicate; installing the apt version is an alternative.
– abu_bua
Nov 27 at 15:44
This is not a duplicate; installing the apt version is an alternative.
– abu_bua
Nov 27 at 15:44
This is not a duplicate; installing the apt version is an alternative.
– abu_bua
Nov 27 at 15:44
add a comment |
up vote
0
down vote
I just went through this with Ubuntu 18.04 and Inkscape 0.92. Putting fonts (truetype) in ~./fonts didn't work. Moving them to /usr/share/fonts/truetype did.
After putting the fonts in ./fonts and not seeing them in inkscape found here interfaces: mount host system fonts in desktop interface #3889 I executed
$ snap refresh --channel=edge core
... which didn't help.
I then move the fonts to /user/share/fonts/trutype and could see the fonts in Inkscape.
add a comment |
up vote
0
down vote
I just went through this with Ubuntu 18.04 and Inkscape 0.92. Putting fonts (truetype) in ~./fonts didn't work. Moving them to /usr/share/fonts/truetype did.
After putting the fonts in ./fonts and not seeing them in inkscape found here interfaces: mount host system fonts in desktop interface #3889 I executed
$ snap refresh --channel=edge core
... which didn't help.
I then move the fonts to /user/share/fonts/trutype and could see the fonts in Inkscape.
add a comment |
up vote
0
down vote
up vote
0
down vote
I just went through this with Ubuntu 18.04 and Inkscape 0.92. Putting fonts (truetype) in ~./fonts didn't work. Moving them to /usr/share/fonts/truetype did.
After putting the fonts in ./fonts and not seeing them in inkscape found here interfaces: mount host system fonts in desktop interface #3889 I executed
$ snap refresh --channel=edge core
... which didn't help.
I then move the fonts to /user/share/fonts/trutype and could see the fonts in Inkscape.
I just went through this with Ubuntu 18.04 and Inkscape 0.92. Putting fonts (truetype) in ~./fonts didn't work. Moving them to /usr/share/fonts/truetype did.
After putting the fonts in ./fonts and not seeing them in inkscape found here interfaces: mount host system fonts in desktop interface #3889 I executed
$ snap refresh --channel=edge core
... which didn't help.
I then move the fonts to /user/share/fonts/trutype and could see the fonts in Inkscape.
answered Oct 11 at 20:10
klequis
3612418
3612418
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%2f879468%2finkscape-0-92-0-snap-fonts-problem-ubuntu-16-10%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
Updated my question.
– Edin Raimovic
Feb 6 '17 at 12:49