I noticed that my compose key wasn't working in some applications, like Telegram Desktop and the IntelliJ IDEs (IDEA, WebStorm, GoLand, ...). Additionally, tab titles were not displayed in tabbed. After someresearch, I reached the conclusion that all of this was caused by the installation of this en_NL locale, and specifically, LC_CTYPE was causing trouble.
Apparently, this is a common problem with custom locale files, as I found here. I've copied the fixes listed by Xyne for his en_XX locale, which resolved all of the problems I mentioned above.
I noticed that my compose key wasn't working in some applications, like Telegram Desktop and the IntelliJ IDEs (IDEA, WebStorm, GoLand, ...). Additionally, tab titles were not displayed in tabbed. After some research, I reached the conclusion that all of this was caused by the installation of this
en_NL
locale, and specifically,LC_CTYPE
was causing trouble.Apparently, this is a common problem with custom locale files, as I found here. I've copied the fixes listed by Xyne for his
en_XX
locale, which resolved all of the problems I mentioned above.