diff --git a/src/Native/Linux.cs b/src/Native/Linux.cs index b34943a4..5474c5c5 100644 --- a/src/Native/Linux.cs +++ b/src/Native/Linux.cs @@ -43,6 +43,11 @@ namespace SourceGit.Native DefaultFamilyName = "fonts:SourceGit#JetBrains Mono", }); + builder.With(new X11PlatformOptions() + { + EnableIme = true, + }); + // Free-desktop file picker has an extra black background panel. builder.UseManagedSystemDialogs(); }