To terminate obexd after file transfer to make obex-data-server receive again, 
add to the  blueman-master/apps/blueman-sendto the following:

from subprocess import check_output

class SendTo:
    def do_send(self):
        def on_result(sender, res):
            ret = check_output(["pidof","obexd"])
            os.system("kill " + ret)
            Gtk.main_quit()

 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to