https://bugs.kde.org/show_bug.cgi?id=277142 Summary: kbugreport does not understand web adress for custom bug tracker Product: kdelibs Version: 4.6 Platform: Ubuntu Packages OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: kbugreport AssignedTo: kdelibs-bugs@kde.org ReportedBy: jb@kdenlive.org 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 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.