From 957e689b3100f5f54dc56e1234c9b85ecc0c9528 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 5 Jul 2017 20:04:37 +0200 Subject: [PATCH] Un-name the main thread again, since it makes killall stop working. --- main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.cpp b/main.cpp index 9177025..dcaf2a6 100644 --- a/main.cpp +++ b/main.cpp @@ -77,8 +77,6 @@ int main(int argc, char *argv[]) uses_mlock = true; } - pthread_setname_np(pthread_self(), "Nageru_UI"); - int rc = app.exec(); global_mixer->quit(); mainWindow.mixer_shutting_down(); -- 2.39.2