Bug 277142 - kbugreport does not understand web adress for custom bug tracker
Summary: kbugreport does not understand web adress for custom bug tracker
Status: RESOLVED FIXED
Alias: None
Product: kdelibs
Classification: Frameworks and Libraries
Component: kbugreport (show other bugs)
Version: 4.9.5
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords: reproducible
: 59573 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-07-05 14:02 UTC by Jean-Baptiste Mardelle
Modified: 2017-01-16 10:05 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Baptiste Mardelle 2011-07-05 14:02:37 UTC
Version:           4.6 (using KDE 4.6.4) 
OS:                Linux

When setting a web adress as bugtracker in the KAboutData::setBugAddress function, for example "http://kdenlive.org/mantis", kbugreport thinks it is an email adress and reports an error (cannot send email).

On the other hand, drKonqi behaves correctly and redirects the user to the bugtracker website if the application crashes.

Code between kbugreport and drKonqi should probably be shared, but in the meantime, behavior should be consistent.

drKonqui code handling the url can be seen at:
https://projects.kde.org/projects/kde/kdebase/kde-runtime/repository/revisions/master/entry/drkonqi/reportassistantpages_base.cpp#L233



Reproducible: Always

Steps to Reproduce:
In your application, set the bugadress to an url using KAboutData::setBugAddress, for example:

aboutData.setBugAddress("http://www.kdenlive.org/mantis");


Actual Results:  
In your application, go to help->report bug and try to submit something, it will fail.

Expected Results:  
kbugreport should redirect user to the web site
Comment 1 Christoph Feck 2011-08-05 22:35:41 UTC
*** Bug 59573 has been marked as a duplicate of this bug. ***
Comment 2 Jonathan Marten 2017-01-10 17:29:31 UTC
Still applies to KDE Frameworks 5.
Patch to fix at https://phabricator.kde.org/D4072
Comment 3 Jonathan Marten 2017-01-16 10:05:53 UTC
Fixed in master by https://phabricator.kde.org/R263:10179358