Nimf 2022.09.16 Released
Fri, Sep 16 2022 20:13:03 KSTHello.
Nimf 2022.09.16 is released.
Changes
- Fixed Nimf launching once more when running an application with root
privileges on FreeBSD®. Originally this bug didn’t exist, but it was caused by
forgetting to delete the code I added while testing
nimf-wayland
.
diff --git a/libnimf/nimf-utils.c b/libnimf/nimf-utils.c
index b03747e..c603a19 100644
--- a/libnimf/nimf-utils.c
+++ b/libnimf/nimf-utils.c
@@ -63,8 +63,6 @@ uid_t nimf_get_loginuid (void)
if (loginuid == (uid_t) -1)
loginuid = getuid ();
- loginuid = getuid ();
-
return loginuid;
}
- nimf-korean: Currently, it contains 3,548 Hanja characters and 3,465 headwords, and is still being added.
The following are not supported.
There are currently no plans to support Gentoo®, Flatpak®, Snap, multi-monitor environments, and HiDPI environments.
Download
You can download it from the Downloads page.
Thank you.