Problem sending files with bluetooth

manuska ulist at gs1.ubuntuforums.org
Sat May 7 21:05:47 UTC 2005


Code:
--------------------
    

  #!/bin/bash

  for uri in $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS; do

  	gnome-obex-send --dest=00:00:00:00:00 "$uri"

  done

  
--------------------


copy-paste this code in gedit

change 00:00:00:00:00 to your device's address (can be found out with
"hcitool scan")

Give it a nice name like BT-Send

Save it in /home/<user>/.gnome2/nautilus-scripts/

Make it executable with chmod +x

after this it's accessible via right-click-menu in Scripts submenu


-- 
manuska




More information about the ubuntu-users mailing list