diff --git a/src/Avalonia.X11/X11Platform.cs b/src/Avalonia.X11/X11Platform.cs index e4e5dbfcb8..fc8b6f2ed6 100644 --- a/src/Avalonia.X11/X11Platform.cs +++ b/src/Avalonia.X11/X11Platform.cs @@ -50,9 +50,8 @@ namespace Avalonia.X11 useXim = true; } - // XIM doesn't work at all otherwise - if (useXim) - setlocale(0, ""); + // We have problems with text input otherwise + setlocale(0, ""); XInitThreads(); Display = XOpenDisplay(IntPtr.Zero);