<table><tr><td style="">kkharlamov added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D26764">View Revision</a></tr></table><br /><div><div><p>Makes me wonder though: I found that whole KDBus workaround was introduced <a href="https://invent.kde.org/kde/konsole/commit/fe334292b5402ad0fd4b934291160ece9a12d953" class="remarkup-link" target="_blank" rel="noreferrer">at commit fe334292b</a>. In particular, it introduced the comment about allocating qApp on the heap for KDBus workaround.</p>

<p>Until now this comment sounded to me a bit magical, as if having it on the heap works around some KDBus bug. But now I figured, the only reason it was put on the heap is to be able to destruct qApp on exit.</p>

<p>But if I make <tt style="background: #ebebeb; font-size: 13px;">qApp</tt> a static variable, the <tt style="background: #ebebeb; font-size: 13px;">exit()</tt> call gonna call destructor either way <em>(I've tested this claim)</em>. This means I can simplify the code by downgrading the variable to be stored on the stack.</p>

<p>Ultimately, all I need is to revert the commit <a href="https://phabricator.kde.org/R319:fe334292b5402ad0fd4b934291160ece9a12d953" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">fe334292b</a> that first introduced this workaround, and in the same commit replace <tt style="background: #ebebeb; font-size: 13px;">QApplication app(argc, argv);</tt> with <tt style="background: #ebebeb; font-size: 13px;">static QApplication app(argc, argv);</tt></p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R319 Konsole</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D26764">https://phabricator.kde.org/D26764</a></div></div><br /><div><strong>To: </strong>sandsmark, Konsole, hindenburg, kkharlamov<br /><strong>Cc: </strong>anthonyfieroni, konsole-devel, hindenburg, Konsole, hiangel, cent, EspadaV8, fbampaloukas, thsurrel, ngraham, maximilianocuria<br /></div>