D23261: Add option to discourage reporting bugs
Harald Sitter
noreply at phabricator.kde.org
Mon Aug 19 17:32:51 BST 2019
sitter added a comment.
Whatever happened to m_iconName?
Code looks sound.
INLINE COMMENTS
> main.cpp:225
> + // For automatically restarted services, do nothing in case no interaction is allowed
> + if (!forceDialog && !interactionAllowed && restarted) {
> + return 0;
Surely it should also return right away if isShuttingDown down and interaction isn't allowed, otherwise you create a dump needlessly on account of the user not being meant to report it.
> statusnotifier.cpp:144
> + const QString title = m_activationAllowed ? m_title : crashedApp->name();
> + const QString message = m_activationAllowed ? i18n("Please report this error to help improve this software.")
> + : i18n("The application closed unexpectedly.");
Please make at least the new string i18nc informing translators that it's a notification message and should be kept brief.
REPOSITORY
R871 DrKonqi
REVISION DETAIL
https://phabricator.kde.org/D23261
To: broulik, #plasma
Cc: sitter, davidedmundson, plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, ragreen, Pitel, ZrenBot, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20190819/7c86e264/attachment.html>
More information about the Plasma-devel
mailing list