1

Recently I have installed Ubuntu MATE 17.10 b2. But in text entry keyboard layout, I could not see Malayalam. I tried some solutions found on the internet, but problem is still there (Malayalam is not there).

What I have tried:

  1. I used the command

    gsettings set org.gnome.desktop.input-sources show-all-sources true
    

    but could not select Malayalam.

  2. I installed Malayalam language through language support, still not showing Malayalam layout.

  3. Installed Ibus and m17n packages but still no Malayalam is there.

  4. I did reboots and reinstall.

Could anyone please help me?

pomsky
  • 70,557

1 Answers1

2

Malayalam (and a bunch of other Indic scripts) were added after the beta 2 release, so probably running these commands will fix it:

sudo apt update
sudo apt upgrade
Pilot6
  • 92,041