Cannot load config file from /etc/fonts/fonts.confFontconfig error: cannot load default config filefonts.conf - use Droid fonts where possibleSet default Japanese fontFontconfig error: cannot load default config fileFontconfig error: line 126: junk after document elementRestore /etc/fonts/font config error launching google-chrome-stable from the command line on 14.04.5
Short story where algae runs a kind of software simulation of another world where life is evolving
Help resolve territory acquisition design difference of opinion in MMO RTS
SQL Server trusted connection additional security
Who originated the dangerous avocado-pitting technique?
What does Google's claim of "Quantum Supremacy" mean for the question of BQP vs BPP vs NP?
Multithreading program stuck in optimized mode but runs normally in -O0
Where are the NPC mages' spellbooks in the Lost Mine of Phandelver adventure?
What is it called when at university there are two subjects being held at the same time?
Are there any real life instances of aircraft aborting a landing to avoid a vehicle?
Best way to get my money back from a friend having family problems
Tourist / simple city maps to print
Meaning of これでもかという forms
Why derailleur guard is present only on more affordable bicycles
Should I pay closing cost and replace HVAC for buyer
Power supply - purpose of the capacitor on the side of the transformer before full bridge rectifier
Was this “caterpillar” strategy a good way to advance my pawns?
Is there an uncertainty associated with the value 0 K for absolute zero?
Building a phone charger 500 years ago
How to follow symbolic links on disk?
How to help my son improve without being discouraging?
Practically, how does an 'observer' collapse a wave function?
What is this hole on the left wing of the Eurofighter Typhoon?
Can only rich people become president?
Why is English not a regular language?
Cannot load config file from /etc/fonts/fonts.conf
Fontconfig error: cannot load default config filefonts.conf - use Droid fonts where possibleSet default Japanese fontFontconfig error: cannot load default config fileFontconfig error: line 126: junk after document elementRestore /etc/fonts/font config error launching google-chrome-stable from the command line on 14.04.5
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
Upon invoking emacs, it report errrors:
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 6: invalid attribute 'version'
Fontconfig error: Cannot load config file from /etc/fonts/fonts.conf
Consult with the answer:
14.04 - Fontconfig error: cannot load default config file - Ask Ubuntu
me@alpha:~:
$ echo $FONTCONFIG_PATH
/etc/fonts
Unfortunately, it still does not work
How could solve the problem?
fonts
add a comment
|
Upon invoking emacs, it report errrors:
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 6: invalid attribute 'version'
Fontconfig error: Cannot load config file from /etc/fonts/fonts.conf
Consult with the answer:
14.04 - Fontconfig error: cannot load default config file - Ask Ubuntu
me@alpha:~:
$ echo $FONTCONFIG_PATH
/etc/fonts
Unfortunately, it still does not work
How could solve the problem?
fonts
add a comment
|
Upon invoking emacs, it report errrors:
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 6: invalid attribute 'version'
Fontconfig error: Cannot load config file from /etc/fonts/fonts.conf
Consult with the answer:
14.04 - Fontconfig error: cannot load default config file - Ask Ubuntu
me@alpha:~:
$ echo $FONTCONFIG_PATH
/etc/fonts
Unfortunately, it still does not work
How could solve the problem?
fonts
Upon invoking emacs, it report errrors:
Fontconfig error: "/etc/fonts/conf.d/90-synthetic.conf", line 6: invalid attribute 'version'
Fontconfig error: Cannot load config file from /etc/fonts/fonts.conf
Consult with the answer:
14.04 - Fontconfig error: cannot load default config file - Ask Ubuntu
me@alpha:~:
$ echo $FONTCONFIG_PATH
/etc/fonts
Unfortunately, it still does not work
How could solve the problem?
fonts
fonts
asked Jun 14 at 15:07
AlgebraAlgebra
7694 silver badges20 bronze badges
7694 silver badges20 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
If you run the command
dpkg -l | grep fontconfig
I suspect that you find that the listed packages are not of the same version, which they should be. In that case the obvious solution is to update your system to the most recent packages:
sudo apt update
sudo apt upgrade
I suppose you are on 18.10, btw. This problem shouldn't show up on 19.04; see this bug report:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896684
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/4.0/"u003ecc by-sa 4.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%2f1151094%2fcannot-load-config-file-from-etc-fonts-fonts-conf%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you run the command
dpkg -l | grep fontconfig
I suspect that you find that the listed packages are not of the same version, which they should be. In that case the obvious solution is to update your system to the most recent packages:
sudo apt update
sudo apt upgrade
I suppose you are on 18.10, btw. This problem shouldn't show up on 19.04; see this bug report:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896684
add a comment
|
If you run the command
dpkg -l | grep fontconfig
I suspect that you find that the listed packages are not of the same version, which they should be. In that case the obvious solution is to update your system to the most recent packages:
sudo apt update
sudo apt upgrade
I suppose you are on 18.10, btw. This problem shouldn't show up on 19.04; see this bug report:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896684
add a comment
|
If you run the command
dpkg -l | grep fontconfig
I suspect that you find that the listed packages are not of the same version, which they should be. In that case the obvious solution is to update your system to the most recent packages:
sudo apt update
sudo apt upgrade
I suppose you are on 18.10, btw. This problem shouldn't show up on 19.04; see this bug report:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896684
If you run the command
dpkg -l | grep fontconfig
I suspect that you find that the listed packages are not of the same version, which they should be. In that case the obvious solution is to update your system to the most recent packages:
sudo apt update
sudo apt upgrade
I suppose you are on 18.10, btw. This problem shouldn't show up on 19.04; see this bug report:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=896684
edited Jun 14 at 16:27
answered Jun 14 at 16:21
Gunnar HjalmarssonGunnar Hjalmarsson
21.4k2 gold badges36 silver badges67 bronze badges
21.4k2 gold badges36 silver badges67 bronze badges
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%2f1151094%2fcannot-load-config-file-from-etc-fonts-fonts-conf%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