--- src/task-manager.c.orig 2016-09-13 09:04:58 UTC +++ src/task-manager.c @@ -146,7 +146,7 @@ pretty_cmdline (gchar *cmdline, gchar *c gchar *p = g_strstr_len (text, -1, comm); if (p != NULL) { - g_strlcpy (text, p, g_utf8_strlen (text, -1)); + g_strlcpy (text, p, strlen (text)); } } }