From 287f3481ad0e7ef9dee075223fde73be59f842dc Mon Sep 17 00:00:00 2001 From: Josef Utbult Date: Fri, 18 Nov 2022 19:08:42 +0100 Subject: [PATCH] Fix problem with running plasmoid in plasmas native X11 enviroment --- src/i3listener.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i3listener.cpp b/src/i3listener.cpp index 52ff579..be0f081 100644 --- a/src/i3listener.cpp +++ b/src/i3listener.cpp @@ -38,6 +38,7 @@ void I3ListenerThread::handleI3Events() { } } catch (std::exception const& e) { qWarning() << "Exception in i3listener handle events:" << e.what(); + this->stop(); } }