From 604691dfe9a86589b741674c6b9ec8804780c3bc Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Sat, 11 Jul 2020 07:50:33 -0400 Subject: [PATCH] Revert "Correctly trigger a Konsole window when using single process" This reverts commit 59ff5d37301adf4753b590f42787055e6695b614. This fixes --nofork which was broken in 20.04. !110 --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 5ab7e2a4..052e73d8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -163,8 +163,6 @@ extern "C" int Q_DECL_EXPORT kdemain(int argc, char *argv[]) if (!Konsole::KonsoleSettings::useSingleInstance() && !parser->isSet(QStringLiteral("new-tab"))) { startupOption = KDBusService::Multiple; - } else if (Konsole::KonsoleSettings::useSingleInstance()) { - startupOption = KDBusService::Unique; } atexit(deleteQApplication);