Based on this answer I learned that somehow Ubuntu 16.04, after upgrading from 15.10, made accents stop working in all my applications, and that by running ibus-setup
and accepting the dialogs would make the accents work again.
However I must run that command everytime I turn on my computer.
How can I (one of these two)...
- Fix this so it works as it worked in 15.10, with no workaround?
- Execute this command silently on my .bashrc? By silently I want to remark that the command should not expect input from user, but turn on ibus immediately for the keys to work.
ibus
set in System settings > Language support > input method. so the system will start dbus daemon at boot. – user.dz Jul 08 '16 at 22:16