I installed Ubuntu 16.04 AMD64 from the scratch recently, and I am facing a problem with the Compose key:
- I am using the Compose key as <Multi_key> for some characters in a
self-defined
~/.XCompose
file. - In the keyboard settings, I have activated the Compose key.
- In my profile, I use the following settings (as recommended in other threads):
~/.profile
:
export GTK_IM_MODULE="xim"
export QT_IM_MODULE="xim"
export XMODIFIERS="@im=none"
Result:
- The Compose key does work in the Terminal, in particular in
vim
, and also in the Dash search field for applications. - It does not work, unfortunately, in Firefox, Chrome, LibreOffice, and Gedit.
So, the settings do have effect, but not for all applications.
Why? What am I missing?
~/.XCompose
file there. As regards the variables though, I'd recommend to drop those lines in~/.profile
and set the input method "XIM" from the Language Support tool instead. – Gunnar Hjalmarsson Aug 21 '16 at 16:44~ /.profile
and switched to input method "XIM" from the Language Support tool instead - the behaviour didn't change. BUT: I created a new user and copied the~ /.XCompose
to his home directory. And, indeed, the Compose key worked there in LibreOffice! So you seem to be right, that I am a victim of that bug. Although, strangely enough, the reporter of that bug has the Compose key working precisely in those apps for which it does not work for me ! – rplantiko Aug 21 '16 at 17:13