After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 519062 - Implement "ask" accept method for ObexPush
Implement "ask" accept method for ObexPush
Status: RESOLVED FIXED
Product: gnome-user-share
Classification: Core
Component: bluetooth
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-user-share maintainers
gnome-user-share maintainers
: 538998 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-02-27 14:29 UTC by Bastien Nocera
Modified: 2013-11-10 01:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2008-02-27 14:29:24 UTC
In transfer_started_cb() you should call another function which will:
- show the status icon
- show a notification bubble with the device's proper name (use the bluetooth address in the meanwhile if unsure how to do it)
- notification should have accept/reject buttons, and time out, rejecting the transfer after a 30 seconds wait
- hide the status icon if no other transfer is going on, once the notification is dimissed/hidden
Comment 1 Bastien Nocera 2008-06-18 18:18:48 UTC
*** Bug 538998 has been marked as a duplicate of this bug. ***
Comment 2 Bastien Nocera 2009-04-14 22:41:49 UTC
It would be nice if we could say: "accept/always accept/reject", and use the Bluetooth properties to be able to remove the "always accept" (the device is trusted, but not paired, and would show up in the known devices).
Comment 3 Severo Raz 2011-01-11 05:38:51 UTC
+ /ask
Comment 4 Severo Raz 2011-01-11 05:40:02 UTC
Oops, nevermind. Didn't read the description carefully enough :^)
Comment 5 Bastien Nocera 2013-11-10 01:49:13 UTC
Was fixed in another bug.

commit 1f4a9bb6e00f2a1ca1660d273c230a190a8a9e1b
Author: Emilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Date:   Mon May 13 18:54:11 2013 +0200

    obexd: implement asking the user to accept transfers
    
    And ask the user when the preference is 'bond' for now.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694347