Bug 258085

Summary: links in About dialog do not work
Product: [Frameworks and Libraries] kdelibs Reporter: Alexander Potashev <aspotashev>
Component: kdeuiAssignee: kdelibs bugs <kdelibs-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: annma, teo
Priority: NOR    
Version: SVN   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Alexander Potashev 2010-11-27 17:44:46 UTC
Version:           SVN (using KDE 4.5.80) 
OS:                Linux



Reproducible: Always

Steps to Reproduce:
1. run an application (Dolphin, for example)
2. open "About Dolphin" dialog
3. you can click links in the "About" tab -- they do work
4. go to the "Authors" tab and try to click the link "http://bugs.kde.org" -- it does not work



OS: Linux (x86_64) release 2.6.32
Compiler: x86_64-pc-linux-gnu-gcc
Comment 1 Christoph Feck 2010-11-27 18:06:34 UTC
Clicking on an e-mail link opens "http://mailto@kde.org/"...
Comment 2 Teo Mrnjavac 2010-11-27 20:53:32 UTC
I can confirm that the bugs.kde.org link does not work, but the e-mail link seems fine in my test app. I'll see if I can confirm in Dolphin as you suggested.
Comment 3 Teo Mrnjavac 2010-11-27 21:25:17 UTC
I can't confirm the issue with e-mail links, they work fine for me. Was the e-mail links issue also in Dolphin?
Comment 4 Anne-Marie Mahfouf 2010-11-27 21:38:31 UTC
I confirm the email issue: it opens
http://mailto@kde.org/
for all @kde.org addresses!
Comment 5 Teo Mrnjavac 2010-11-27 23:04:02 UTC
SVN commit 1201488 by mrnjavac:

Make the bug reporting link open when clicked.
BUG:258085

 M  +1 -0      kaboutapplicationdialog.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1201488
Comment 6 Teo Mrnjavac 2010-11-27 23:04:05 UTC
SVN commit 1201489 by mrnjavac:

Fix wrong email link being launched.
CCBUG:258085

 M  +5 -1      kaboutapplicationpersonlistdelegate_p.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1201489
Comment 7 Teo Mrnjavac 2010-11-27 23:07:35 UTC
I still haven't managed to reproduce the issue here. Anne-Marie, could you please check if this last commit fixes it for you?
Comment 8 Anne-Marie Mahfouf 2010-11-28 09:25:21 UTC
All fixed indeed! All the links work as expected and the mail addresses open correclty in my mail client.
Thanks Teo!