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:

How to disable color emojis in Debian 10 (Buster) Picture 1
Emoticons in Gedit

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 
How to disable color emojis in Debian 10 (Buster) Picture 2
Enter the command as root user

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:

How to disable color emojis in Debian 10 (Buster) Picture 3
Black and white emoticons reappear

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.

3.3 ★ | 3 Vote

May be interested

  • How to Restart Debian Using the Command LineHow to Restart Debian Using the Command Line
    the 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 distributions9 best Debian-based Linux distributions
    fortunately, 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 phoneHow to play Google's Emoji Scavenger Hunt on your phone
    there 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 10How to Install and Use Ansible on Debian 10
    whenever 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 colorThe terminology of color, wheel color and skill used to color
    have 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 DebianHow to Install Debian
    debian 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 systemConfigure mouse settings on the Debian system
    debian 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 11How to Install Wireshark on Debian 11
    wireshark 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 10How to set the JAVA_HOME path in Debian 10
    in 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 DebianHow to reset the password for sudo in Debian
    the 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.