Bug 319025 - Show error indication when file transfer fails
Summary: Show error indication when file transfer fails
Status: CONFIRMED
Alias: None
Product: telepathy
Classification: Frameworks and Libraries
Component: filetransfer (show other bugs)
Version: git-latest
Platform: Other Linux
: NOR wishlist
Target Milestone: Future
Assignee: Telepathy Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-28 14:37 UTC by George Kiagiadakis
Modified: 2014-03-05 07:50 UTC (History)
3 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 George Kiagiadakis 2013-04-28 14:37:06 UTC
Currently, when a file transfer fails for some reason, there is no indication about that error. You need to check the size of the received file to notice that it's actually 0 bytes and you have to use a terminal and --debug to find out what is going wrong. It would be nice if the ft-handler would show an error message when something goes wrong.

Reproducible: Always
Comment 1 mayank 2014-03-05 06:10:01 UTC
If I am not wrong you are wanting to have a error dialog to display the message, at line 135 filetransfer-handler.cpp , right ?
Comment 2 mayank 2014-03-05 06:44:15 UTC
https://git.reviewboard.kde.org/r/116606/
Comment 3 Martin Klapetek 2014-03-05 07:50:12 UTC
For records keeping, we want to show up a standard system notification, handled by KNotification, not a message box.

(There is Event/telepathyError which might be fitting)