Skip to content

Instantly share code, notes, and snippets.

@IslamAzab
Last active August 17, 2022 20:52
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IslamAzab/49428f09cffc4f453be9 to your computer and use it in GitHub Desktop.
Save IslamAzab/49428f09cffc4f453be9 to your computer and use it in GitHub Desktop.
How to enable Arabic support in GNOME terminal?
sudo apt-get install libfribidi0 libfribidi-dev

Download the appropriate package from here

vim /usr/share/applications/gnome-terminal.desktop

add this

Terminal=true
Exec=/usr/bin/bicon.bin

Original post

@egmontkob
Copy link

GNOME Terminal 3.34 supports Arabic out of the box, no need to use bicon anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment