In Linux Mint 13, when using the Arabic language, text is shown backwards.
I found a possible answer that says I should do:
sudo apt-get install libfribidi0 libfribidi-dev
then install bicon, and then put
Terminal=true
Exec=/usr/bin/bicon.bin
in /usr/share/applications/gnome-terminal.desktop
.
After doing this, I restart my computer and enter terminal, but my language is still shown backwards, so then I type in bicon
and it fix it.
How can I make terminal work properly without having to type bicon
every time?
gnome-terminal
orbicon.bin
. Sounds like it needs to be the second one. – Mikel Apr 08 '14 at 16:01mlterm
which is superb and alsoKonsole
which is the default terminal emulator in the KDE environment. I have tried both and they work flawlessly. – Joseph R. Nov 05 '14 at 02:05