GNOME Bugzilla – Bug 172127
[PATCH] Integration with nautilus "Send to..."
Last modified: 2005-06-23 19:22:23 UTC
The new send to dialogue is just great. It would be even better to be able to send files via bluetooth using it. Have fun and keep up the good work!
Created attachment 47626 [details] [review] nautilus-sendto-bluetooth-support.patch Roberto, here's a patch to nautilus-sendto to add support for bluetooth devices, using gnome-bluetooth to detect the device, and gnome-obex-send to send the files to a particular device.
Created attachment 47627 [details] Screenshot-Send To....png What it looks like. The icon on the right animates when we're scanning for devices.
Committed to nautilus-sendto: 2005-06-12 Bastien Nocera <hadess@hadess.net> Reviewed by: Roberto Majadas <roberto.majadas@hispalinux.es> * src/nautilus-sendto-command.c: (nautilus_sendto_init): don't try to copy an empty file if --default-dir isn't passed as an argument * configure.in: * src/plugins/Makefile.am: * src/plugins/bluetooth.c: Check for gnome-bluetooth, and add a Bluetooth (OBEX) plugin, it replaces gnome-bluetooth's nautilus extension * src/plugins/evolution.c: (send_files): spurious white spaces * src/plugins/gaim.c: make a private function as static And to gnome-bluetooth: 2005-06-12 Bastien Nocera <hadess@hadess.net> * Makefile.am: * configure.in: * nautilus/.cvsignore: * nautilus/GNOME_Bluetooth_Component.server.in.in: * nautilus/Makefile.am: * nautilus/gnome-bluetooth-component.c: * nautilus/gnome-bluetooth-component.h: * nautilus/libmain.c: remove the nautilus extension, sending bluetooth files over bluetooth is now handled by nautilus-sendto
*** Bug 149809 has been marked as a duplicate of this bug. ***
*** Bug 301481 has been marked as a duplicate of this bug. ***
*** Bug 154195 has been marked as a duplicate of this bug. ***
*** Bug 308751 has been marked as a duplicate of this bug. ***