When I try to report a Latte crash using Crash Reporting Assistant, I see this message: https://i.imgur.com/vpK0Ewp.png
no idea how this is achieved...
(In reply to Michail Vourlakos from comment #1) > no idea how this is achieved... The answer from @krop in https://riot.im/app/#/room/%23kde-devel:kde.org: - that implies changing the KAboutData parameters in app/main.cpp. removing about.setBugAddress(BUG_ADDRESS); on line 296 should be enough - changing lattedock to latte-dock on line 285 is also needed I think (to match the bugzilla product name)
(In reply to trmdi from comment #2) > > - that implies changing the KAboutData parameters in app/main.cpp. removing > about.setBugAddress(BUG_ADDRESS); on line 296 should be enough ok, this is done > - changing lattedock to latte-dock on line 285 is also needed I think (to > match the bugzilla product name) unfortunately this must be avoided because it breaks so many things if it is done, I asked instead from kde sysadmins to rename the product name in bug tracker but I dont know if this is possible now... https://phabricator.kde.org/T10711
ok... bugs.kde.org was updated
it should be fixed with latest commit