New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Claim file transfer channels, so empathy does not revieve them #611
Conversation
|
If anybody has time, can they please merge/review this? I need to base some patches on top of this for the collaberation wrapper to allow activities to send file transfers without the shell getting involved. |
|
Comments added to ticket; tested fine. One code comment has missing word "empathy doesn't it". Commit log message first line has a typo. Commit log message last line should use "UI" not "ui", or even "HIG". Commit log message explains very well what the problem is, and the impact, but does not describe how it is fixed. I had to try to work that out for myself, but failed. If I had to do it, others might have to do it too in future when doing bisection. Please show how it is fixed. I'm fine with you doing a force push with your fixes. Meanwhile, if you need to base some patches on top of this, then include this patch in those new pull requests. |
14daa45
to
3ee56be
Compare
If empathy is installed and the user is sent a file transfer (via the journal), an empathy dialog will pop up asking the user where to save the file (in the filesystem, not journal). This conflicts with the Sugar UI. This is fixed using the channel approver. In telepathyclient, this commit adds file transfers to the list of channels that the approver will inspect. In filetransfer, this commit listens for channels to approve and claims the file transfers for the Sugar telepathy client. Fixes #4907 <https://bugs.sugarlabs.org/ticket/4907>
3ee56be
to
4ad807f
Compare
|
Forced pushed updates @quozl |
|
Reviewed, thanks. No write access, cannot merge. "Only those with write access to this repository can merge pull requests." |
|
@samdroid-apps , @quozl: added James to frequent contributors. Roles and teams changed in gitthub. |
If empathy is installed and the user is sent a file transfer (via
the journal), an empathy dialog will pop up asking the user where
to save the file (in the filesystem, not journal). This conflicts
with the Sugar ui.
Fixes #4907 https://bugs.sugarlabs.org/ticket/4907