Nimf 2022.05.18 Released

Wed, May 18 2022 15:43:58 KST

Hello.

Nimf 2022.05.18 is released.

Changes

  • nimf-xim: Fixed a bug where typing was not possible after switching windows.
--- a/modules/services/xim/nimf-xim-conn.c
+++ b/modules/services/xim/nimf-xim-conn.c
@@ -1945,7 +1945,7 @@ XIM_CONNECT_REPLY (IM Server -> IM library)
       nimf_xim_conn_unset_ic_focus (conn, packet);
       break;
     case XIM_FORWARD_EVENT:
-      if (conn->xim->full_sync)
+      if (!conn->xim->full_sync)
       {
         nimf_xim_conn_forward_event (conn, packet);
       }
  • nimf-korean: Currently, it contains 3,378 Hanja characters and 3,295 headwords, and is still being added.

Known bugs

There are memory leaks in some libraries used by Nimf, but no practical problems. I am constantly working to get rid of memory leaks, Nimf is using GSettings for the settings and I plan to change the settings to be based on a .yaml file.

The following are not supported.

There are currently no plans to support Gentoo®, Flatpak®, Snap, Wayland, multi-monitor environments, and HiDPI environments.

Download

You can download it from the Downloads page.

Thank you.