Version: unspecified (using KDE 4.5.2) OS: Linux when downloading finished , a plasma ballon popup with a button mounted on that dialog ( open location ) , and if i click on it , it would tell me: File doesn't exist , "file://DOWNLOAD_DIR/to different location" , obviously putting wrong argument in it. It shouldn't end up with the description "to different location" , should be file name Reproducible: Always
Are you sure this notification is from KGet as it seems kget never puts such a button on it... Does it have the KGet icon? Lukas
Sure it has kget's default icon. Firstly add a new downloading , then progress bar popup as plasma notifications Source: KGet is downloading X files Destination: to different locations ( Oh , that's why this bug exists , wasn't it ) And when it's finished , a message popup , telling me transfer complete , and if i want to take a look at its destination , so i click on the button , and it tell me "file://DIR/to some different location" doesn't exist. And the finial plasma ballon , Layout goes like this one [KGet Icon] KGet global information [Completed] {LINK} to different locations {/LINK} ( likes to be <a href .. > XX </a> ) {PLACE HOLDERS ... } { BUTTON } Open Location { /BUTTON } (Likes to be QDesktopService::openURL fails to work properly as parameter is wrong)
Ahh I see it isn't the usual kget notifications, but the progress-tracking :) Lukas
So when it's fixed , post a patch here and let me try out ;-) KGet 2.5.2 with kdelibs 4.5.2.
SVN commit 1194254 by lappelhans: Don't show information which we don't have (in this case the destination) BUG:255730 M +1 -2 kgetglobaljob.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1194254
Great job.
SVN commit 1194316 by lappelhans: Backport of SVN commit 1194254 by lappelhans: Don't show information which we don't have (in this case the destination) CCBUG:255730 M +1 -2 kgetglobaljob.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1194316