I’m sure many Linux users who prefer the Mate environment wanted the system tray to display not as letter abbreviations, but as country flags.Firstly, it is more beautiful (although the taste and color, as you know…), and secondly, you no longer need to look closely at this indicator if you have a narrow panel, a small screen or both.
Let’s look at how to put flags in Mate. In other systems, the principle will be the same (small differences still exist).
So, first we need to prepare the appropriate directory, where the system will “look” in search of graphical files for indicators. In the terminal:
mkdir -p ~/.icons/flags
ln -s /usr/share/iso-flag-png/* ~/.icons/flags
gsettings set org.mate.peripherals-keyboard-xkb.indicator show-flags “true”
It is as easy to disable the display of flags as it is to enable: it is enough to change a single argument in the command:
gsettings set org.mate.peripherals-keyboard-xkb.indicator show-flags “false”
Good Luck!!!
Leave a Reply