From 2f1744b67b9d9a54ef6cee85f262459078b46233 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Mon, 24 Apr 2023 12:25:47 +0200 Subject: [PATCH] Disable quitLock Otherwise a KJob finishing terminates the app --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 33ec192b36..aca475011c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -113,6 +113,7 @@ void Application::start() setProperty("org.kde.KActivities.core.disableAutostart", true); setQuitOnLastWindowClosed(false); + setQuitLockEnabled(false); if (!m_config->isImmutable() && m_configLock) { // TODO: This shouldn't be necessary