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 511324 - Add "Send File..." to the applet's menu
Add "Send File..." to the applet's menu
Status: RESOLVED FIXED
Product: gnome-bluetooth
Classification: Core
Component: applet
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-bluetooth-general-maint@gnome.bugs
gnome-bluetooth-general-maint@gnome.bugs
Depends on: 578485
Blocks:
 
 
Reported: 2008-01-22 18:06 UTC by Bastien Nocera
Modified: 2009-05-27 16:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
bluetooth-menu.png (46.01 KB, image/png)
2008-01-22 18:07 UTC, Bastien Nocera
Details
workflow-sendfile.jpg (89.21 KB, image/jpeg)
2008-02-06 13:26 UTC, Bastien Nocera
Details
workflow-sendfile-device-selected.jpg (85.17 KB, image/jpeg)
2008-02-06 13:27 UTC, Bastien Nocera
Details

Description Bastien Nocera 2008-01-22 18:06:51 UTC
Would launch bluetooth-sendto without any arguments. Might need better flow in those cases.
Comment 1 Bastien Nocera 2008-01-22 18:07:23 UTC
Created attachment 103466 [details]
bluetooth-menu.png

Example from MacOS X
Comment 2 Bastien Nocera 2008-02-06 13:26:29 UTC
Created attachment 104556 [details]
workflow-sendfile.jpg

Default workflow. See the "Remember this device" button.
Comment 3 Bastien Nocera 2008-02-06 13:27:18 UTC
Created attachment 104557 [details]
workflow-sendfile-device-selected.jpg

Workflow with the device already selected. See that the "remembered" device shows up in the menu directly.
Comment 4 Bastien Nocera 2008-02-06 13:28:06 UTC
We should be using GConf to:
- remember the devices in sendto
- list them in the applet
Comment 5 Bastien Nocera 2009-02-25 14:47:57 UTC
Reassigning to bluez-gnome fork, gnome-bluetooth.
Comment 6 Nicolò Chieffo 2009-04-14 17:36:54 UTC
It seems that there is already this option in gnome-bluetooth
Comment 7 Bastien Nocera 2009-04-14 17:40:46 UTC
It doesn't include specific devices though.
Comment 8 Bastien Nocera 2009-05-27 16:53:20 UTC
commit c7142f5f94dc25fcf98a74ddca4f902e9bc9dd10
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 27 17:51:19 2009 +0100

    Bug 511324 – Add "Send File..." to the applet's menu
    
    As above. Use the existing sendto and browse callbacks to handle
    both the top-level, and the device specific "Browse files" and
    "Send file to" menu items.
    
    Add helper function to check for presence of a UUID, and
    create a sub-menu item.