<table><tr><td style="">EspadaV8 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/D17049">View Revision</a></tr></table><br /><div><div><p><a href="https://phabricator.kde.org/p/glenncoombs/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;">@glenncoombs</a> I just had a look at doing that and it doesn't work out well. You can remove it but to do it I needed to remove the details from the <tt style="background: #ebebeb; font-size: 13px;">KAboutData</tt> section (first and second lines below). Replacing <tt style="background: #ebebeb; font-size: 13px;">konsole</tt> on the first line and <tt style="background: #ebebeb; font-size: 13px;">Konsole</tt> for the <tt style="background: #ebebeb; font-size: 13px;">@title</tt> does remove the suffix, but the about screen then loses the information. Calling <tt style="background: #ebebeb; font-size: 13px;">app->setApplicationDisplayName(QString(""));</tt> after that (or before) doesn't do anything.</p>

<p><tt style="background: #ebebeb; font-size: 13px;">main.cpp:113</tt></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);">KAboutData about(QStringLiteral("konsole"),
                 i18nc("@title", "Konsole"),
                 QStringLiteral(KONSOLE_VERSION),
                 i18nc("@title", "Terminal emulator"),
                 KAboutLicense::GPL_V2,
                 i18nc("@info:credit", "(c) 1997-2017, The Konsole Developers"),
                 QString(),
                 QStringLiteral("https://konsole.kde.org/"));</pre></div></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/D17049">https://phabricator.kde.org/D17049</a></div></div><br /><div><strong>To: </strong>EspadaV8, Konsole, konsole-devel, hindenburg<br /><strong>Cc: </strong>glenncoombs, konsole-devel, ngraham, maximilianocuria, hindenburg<br /></div>