attica and knewstuff backport requests

Norbert Preining norbert at preining.info
Fri Oct 1 15:37:03 BST 2021


On Fri, 01 Oct 2021, Nate Graham wrote:
> Hmm, then I suppose I don't. :(

That part needs to be used:

--- a/src/atticabasejob.cpp
+++ b/src/atticabasejob.cpp
@@ -120,7 +120,10 @@ void BaseJob::dataFinished()

 void BaseJob::start()
 {
-    QTimer::singleShot(0, this, &BaseJob::doWork);
+    if (!d->started) {
+        d->started = true;
+        QTimer::singleShot(0, this, &BaseJob::doWork);
+    }
 }

 void BaseJob::doWork()


Best

Norbert

--
PREINING Norbert                              https://www.preining.info
Fujitsu Research  +  IFMGA Guide  +  TU Wien  +  TeX Live  + Debian Dev
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13


More information about the Distributions mailing list