Color emojis working partially on 18.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I just upgraded to Ubuntu 18.04 from 16.04, and see that most of the emojis are working fine, but some of them are still displayed in black and white. The problem is with Google Chrome and the default terminal (haven't tested other apps yet). All emojis work fine in gedit and Firefox.
In particular, I am not able to get the country flags to display correctly.
Also, on e.g. Emojipedia & Facebook all emojis are displayed fine (even in Chrome), but some country flags (like the German one) and for example thinking face do not show up in the browser tab title. Others, like smiling face with 3 hearts are displayed properly (in color) in the browser tab title.
I've tried installing the emoji font as recommended in this answer, but Ubuntu claims it's already at its newest version:
fonts-noto-color-emoji is already the newest version
(0~20180810-0ubuntu1).
I know it sounds like a silly problem, but I am designing a chatbot and need to use emojis there - it's pretty tough to do it if I don't see what the end user is going to see. I was completely unable to get it to work on 16.04, therefore upgraded to 18.04. But still no success.
If it helps, I am using Google Chrome 73.0.3683.86 (Official Build) (64-bit).
18.04 google-chrome fonts emoji
add a comment |
I just upgraded to Ubuntu 18.04 from 16.04, and see that most of the emojis are working fine, but some of them are still displayed in black and white. The problem is with Google Chrome and the default terminal (haven't tested other apps yet). All emojis work fine in gedit and Firefox.
In particular, I am not able to get the country flags to display correctly.
Also, on e.g. Emojipedia & Facebook all emojis are displayed fine (even in Chrome), but some country flags (like the German one) and for example thinking face do not show up in the browser tab title. Others, like smiling face with 3 hearts are displayed properly (in color) in the browser tab title.
I've tried installing the emoji font as recommended in this answer, but Ubuntu claims it's already at its newest version:
fonts-noto-color-emoji is already the newest version
(0~20180810-0ubuntu1).
I know it sounds like a silly problem, but I am designing a chatbot and need to use emojis there - it's pretty tough to do it if I don't see what the end user is going to see. I was completely unable to get it to work on 16.04, therefore upgraded to 18.04. But still no success.
If it helps, I am using Google Chrome 73.0.3683.86 (Official Build) (64-bit).
18.04 google-chrome fonts emoji
add a comment |
I just upgraded to Ubuntu 18.04 from 16.04, and see that most of the emojis are working fine, but some of them are still displayed in black and white. The problem is with Google Chrome and the default terminal (haven't tested other apps yet). All emojis work fine in gedit and Firefox.
In particular, I am not able to get the country flags to display correctly.
Also, on e.g. Emojipedia & Facebook all emojis are displayed fine (even in Chrome), but some country flags (like the German one) and for example thinking face do not show up in the browser tab title. Others, like smiling face with 3 hearts are displayed properly (in color) in the browser tab title.
I've tried installing the emoji font as recommended in this answer, but Ubuntu claims it's already at its newest version:
fonts-noto-color-emoji is already the newest version
(0~20180810-0ubuntu1).
I know it sounds like a silly problem, but I am designing a chatbot and need to use emojis there - it's pretty tough to do it if I don't see what the end user is going to see. I was completely unable to get it to work on 16.04, therefore upgraded to 18.04. But still no success.
If it helps, I am using Google Chrome 73.0.3683.86 (Official Build) (64-bit).
18.04 google-chrome fonts emoji
I just upgraded to Ubuntu 18.04 from 16.04, and see that most of the emojis are working fine, but some of them are still displayed in black and white. The problem is with Google Chrome and the default terminal (haven't tested other apps yet). All emojis work fine in gedit and Firefox.
In particular, I am not able to get the country flags to display correctly.
Also, on e.g. Emojipedia & Facebook all emojis are displayed fine (even in Chrome), but some country flags (like the German one) and for example thinking face do not show up in the browser tab title. Others, like smiling face with 3 hearts are displayed properly (in color) in the browser tab title.
I've tried installing the emoji font as recommended in this answer, but Ubuntu claims it's already at its newest version:
fonts-noto-color-emoji is already the newest version
(0~20180810-0ubuntu1).
I know it sounds like a silly problem, but I am designing a chatbot and need to use emojis there - it's pretty tough to do it if I don't see what the end user is going to see. I was completely unable to get it to work on 16.04, therefore upgraded to 18.04. But still no success.
If it helps, I am using Google Chrome 73.0.3683.86 (Official Build) (64-bit).
18.04 google-chrome fonts emoji
18.04 google-chrome fonts emoji
asked Apr 3 at 10:46
AmadeAmade
1134
1134
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Having fonts-noto-color-emoji
was not enough also for my Ubuntu 18.04 system.
However, there is another answer to the question you linked to:
https://askubuntu.com/a/1029675/188679
Create a file ~/.config/fontconfig/conf.d/01-emoji.conf
and put the following content inside:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<alias>
<family>serif</family>
<prefer>
<family>Noto Color Emoji</family>
</prefer>
</alias>
<alias>
<family>sans-serif</family>
<prefer>
<family>Noto Color Emoji</family>
</prefer>
</alias>
<alias>
<family>monospace</family>
<prefer>
<family>Noto Color Emoji</family>
</prefer>
</alias>
</fontconfig>
Then, run fc-cache -f -v
. Finally, restart Chrome.
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%2f1130880%2fcolor-emojis-working-partially-on-18-04%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
Having fonts-noto-color-emoji
was not enough also for my Ubuntu 18.04 system.
However, there is another answer to the question you linked to:
https://askubuntu.com/a/1029675/188679
Create a file ~/.config/fontconfig/conf.d/01-emoji.conf
and put the following content inside:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<alias>
<family>serif</family>
<prefer>
<family>Noto Color Emoji</family>
</prefer>
</alias>
<alias>
<family>sans-serif</family>
<prefer>
<family>Noto Color Emoji</family>
</prefer>
</alias>
<alias>
<family>monospace</family>
<prefer>
<family>Noto Color Emoji</family>
</prefer>
</alias>
</fontconfig>
Then, run fc-cache -f -v
. Finally, restart Chrome.
add a comment |
Having fonts-noto-color-emoji
was not enough also for my Ubuntu 18.04 system.
However, there is another answer to the question you linked to:
https://askubuntu.com/a/1029675/188679
Create a file ~/.config/fontconfig/conf.d/01-emoji.conf
and put the following content inside:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<alias>
<family>serif</family>
<prefer>
<family>Noto Color Emoji</family>
</prefer>
</alias>
<alias>
<family>sans-serif</family>
<prefer>
<family>Noto Color Emoji</family>
</prefer>
</alias>
<alias>
<family>monospace</family>
<prefer>
<family>Noto Color Emoji</family>
</prefer>
</alias>
</fontconfig>
Then, run fc-cache -f -v
. Finally, restart Chrome.
add a comment |
Having fonts-noto-color-emoji
was not enough also for my Ubuntu 18.04 system.
However, there is another answer to the question you linked to:
https://askubuntu.com/a/1029675/188679
Create a file ~/.config/fontconfig/conf.d/01-emoji.conf
and put the following content inside:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<alias>
<family>serif</family>
<prefer>
<family>Noto Color Emoji</family>
</prefer>
</alias>
<alias>
<family>sans-serif</family>
<prefer>
<family>Noto Color Emoji</family>
</prefer>
</alias>
<alias>
<family>monospace</family>
<prefer>
<family>Noto Color Emoji</family>
</prefer>
</alias>
</fontconfig>
Then, run fc-cache -f -v
. Finally, restart Chrome.
Having fonts-noto-color-emoji
was not enough also for my Ubuntu 18.04 system.
However, there is another answer to the question you linked to:
https://askubuntu.com/a/1029675/188679
Create a file ~/.config/fontconfig/conf.d/01-emoji.conf
and put the following content inside:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<alias>
<family>serif</family>
<prefer>
<family>Noto Color Emoji</family>
</prefer>
</alias>
<alias>
<family>sans-serif</family>
<prefer>
<family>Noto Color Emoji</family>
</prefer>
</alias>
<alias>
<family>monospace</family>
<prefer>
<family>Noto Color Emoji</family>
</prefer>
</alias>
</fontconfig>
Then, run fc-cache -f -v
. Finally, restart Chrome.
answered Apr 8 at 14:15
Thomas KainradThomas Kainrad
1913
1913
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%2f1130880%2fcolor-emojis-working-partially-on-18-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