GNOME Bugzilla – Bug 511324
Add "Send File..." to the applet's menu
Last modified: 2009-05-27 16:53:20 UTC
Would launch bluetooth-sendto without any arguments. Might need better flow in those cases.
Created attachment 103466 [details] bluetooth-menu.png Example from MacOS X
Created attachment 104556 [details] workflow-sendfile.jpg Default workflow. See the "Remember this device" button.
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.
We should be using GConf to: - remember the devices in sendto - list them in the applet
Reassigning to bluez-gnome fork, gnome-bluetooth.
It seems that there is already this option in gnome-bluetooth
It doesn't include specific devices though.
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.