<table><tr><td style="">langbeck 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/D16134">View Revision</a></tr></table><br /><div><div><p><a href="https://phabricator.kde.org/p/hindenburg/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@hindenburg</a>, I'm using Debian Buster and <tt style="background: #ebebeb; font-size: 13px;">apt-cache</tt> shows that <tt style="background: #ebebeb; font-size: 13px;">kde-runtime</tt> depends on <tt style="background: #ebebeb; font-size: 13px;">libplasma3</tt> that depends on <tt style="background: #ebebeb; font-size: 13px;">libqca2</tt>.</p>

<p>Regarding <a href="https://phabricator.kde.org/p/tcanabrava/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@tcanabrava</a>'s request, I don't have experience with UI and I wouldn't know how to easily change the UI to show such option.<br />
What I can do is add a build switch using a <tt style="background: #ebebeb; font-size: 13px;">cmake</tt> option. But I don't know how to easily/elegantly add such code switch.</p>

<p>If you want manually enable/disable the feature in the code you just need to switch from</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">SecureHistoryFile _index; // lines Row(qint64)
SecureHistoryFile _cells; // text  Row(Character)
HistoryFile _lineflags; // flags Row(unsigned char)</pre></div>

<p>to</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">HistoryFile _index; // lines Row(qint64)
HistoryFile _cells; // text  Row(Character)
HistoryFile _lineflags; // flags Row(unsigned char)</pre></div>

<p>and that's it.</p>

<p>All the rest of the code will not be exercited if these two instances of <tt style="background: #ebebeb; font-size: 13px;">SecureHistoryFile</tt> are removed (the performance effect is the same that without this feature enabled).</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/D16134">https://phabricator.kde.org/D16134</a></div></div><br /><div><strong>To: </strong>langbeck, tcanabrava, hindenburg, Konsole<br /><strong>Cc: </strong>frederico, konsole-devel, herrold, ngraham, maximilianocuria, hindenburg<br /></div>