How to disable color emojis in Debian 10 (Buster)
To keep up with the latest Android color emojis you see in messaging apps and web browsers, Debian 10 has replaced old black and white emojis with new colored icons. You can use these new emoticons in Debian's messaging applications, web browsers and even text editors.
If you don't like these color emojis and want to return to the old black and white icons, read this guide for how to do it.
How to view emoji in text editor?
Open a graphical text editor, like gedit , right click and then select the Insert Emoji option . Alternatively, you can use the keyboard shortcut Ctrl
+ .
To open the emoticon dialog box as follows:

Uninstall colored emoji
To disable color emojis in apps, follow these steps:
1. Open Terminal with Application Launcher Search, accessible via Super / Windows key .
2. Enter the following command as root user:
$ sudo apt remove fonts-noto-color-emoji

3. Enter y
when you see the Y / N option during the installation process.
The Noto Color Emoji font will be removed from the system and you will get the following black and white emoticon dialog box in text editor and other Debian applications:

Reinstall the colored emoji
The color emoji uninstallation process is reversible, meaning that you can reinstall the font by entering the following command as sudo in Terminal:
$ sudo apt install fonts-noto-color-emoji
You should now be able to use color emoticons on your Debian system again.
You should read it
- How to enable / disable automatic login in Debian 10
- How to use Emoji on Mac
- How to install Debian on a computer
- Interesting facts about emoji, emoticons are used daily on the Internet
- After all, Windows 11 will have 3D emoji
- 6 tools to 'play' with super-toxic emoji that you never knew
- Do you know how to use Emoji emoticons on Linux?
- How to upgrade Debian
May be interested
- How to Restart Debian Using the Command Linethe linux operating system can run without a reboot not only for a few weeks but for years. but sometimes there's a good reason to reboot your linux system after a week or two, depending on the situation.
- 9 best Debian-based Linux distributionsfortunately, debian's flexibility has made it a good base for other distributions, providing a more pleasant experience for those new to linux.
- How to play Google's Emoji Scavenger Hunt on your phonethere are many applications developed based on ai for important purposes, and there are many applications just for fun for users - like google's new emojis scavenger hunt game.
- How to Install and Use Ansible on Debian 10whenever i talk about configuration management tools, the most commonly mentioned name is ansible. it is a cross-platform tool designed to handle system configurations while working with linux, macos and windows operating systems.
- The terminology of color, wheel color and skill used to colorhave you ever wondered how designers can find the perfect color combination? in this article, quantrimang will work with you to learn useful terms about colors. invites you to read the track
- How to Install Debiandebian is an operating system based on the gnu/linux build. the debian operating system, like most other linux distributions, is free and open source. it is a popular operating system for both desktop and server use, spawning several...
- Configure mouse settings on the Debian systemdebian allows you to create as many configurations as possible in the system modules. in this article, tipsmake.com will describe how to configure mouse settings on a debian system.
- How to Install Wireshark on Debian 11wireshark is a free and open source packet analyzer. it allows users to check data from the network directly or from the capture file on the drive.
- How to set the JAVA_HOME path in Debian 10in this article, we will learn how to install java jdk on the debian operating system and then set the java_home and path variables.
- How to reset the password for sudo in Debianthe user password is changed in debian using the passwd command. in this article, tipsmake.com will explain how root users can change their own passwords on debian servers.