This solution is if you would like to upgrade ibus in Ubuntu 14.04.4 LTS to the latest version (at the time of writing is 1.5.11).
I recently had to install Intellij on a clean installed Ubuntu machine. These are the steps I took:
-
Install the dependencies
sudo apt-get install libdconf-dev libnotify-dev intltool libgtk2.0-dev libgtk-3-dev libdbus-1-dev - Download the ibus 1.5.11 source code (linked from here)
- Extract the files (
tar -xvf ibus-1.5.11.tar.gz) and cd into the extracted folder -
While in the ibus source folder, follow the instructions from step 1 to install ibus 1.5.11:
./configure --prefix=/usr --sysconfdir=/etc && make sudo make install - Restart Intellij IDE or whichever jetbrain’s IDE that is in question