I'm trying to write Arabic in the terminal app but it does not recognize right-to-left text and does not bind the Arabic letters together as it should.
I tried this solution https://bugs.launchpad.net/ubuntu/+source/vte/+bug/263822 but it did not work.
Are there any plans to implement Arabic support in the gnome terminal? KDE Konsole terminal works without any problems.
This is what is needed in a terminal to support Arabic:
- Arabic letters need to be displayed correctly with a font that supports Arabic, from right to left, with the letters taking the correct forms (letters in the same word are joined together, usually, we want to see على not ع ل ى)
- It needs to support diacritic marks (known as shakl شَكْل in Arabic)
- There needs to be a way to enable right-to-left mode for the entire line. For example, the word على followed by a
.should be displayed with the dot on the left, not the right. - There needs to be a way to align the text of the line to the right, not to the left.
Here is an example of four properties being met in Gedit:
However, GNOME Terminal in Ubuntu 21.10 only supports properties 1 and 2 of the previous list of requirements:
(The letters are displayed correctly right to left, however, the dot is on right when it should be on the left, and the text is left-aligned rather than right-aligned.)






