D17049: Remove option to hide application name from titlebar
Andrew Smith
noreply at phabricator.kde.org
Sun Nov 25 12:17:34 GMT 2018
EspadaV8 added a comment.
@glenncoombs 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 `KAboutData` section (first and second lines below). Replacing `konsole` on the first line and `Konsole` for the `@title` does remove the suffix, but the about screen then loses the information. Calling `app->setApplicationDisplayName(QString(""));` after that (or before) doesn't do anything.
`main.cpp:113`
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/"));
REPOSITORY
R319 Konsole
REVISION DETAIL
https://phabricator.kde.org/D17049
To: EspadaV8, #konsole, konsole-devel, hindenburg
Cc: glenncoombs, konsole-devel, ngraham, maximilianocuria, hindenburg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/konsole-devel/attachments/20181125/cdc5e569/attachment.html>
More information about the konsole-devel
mailing list