also sprach Christopher Schramm <deb...@shakaweb.org> [2010.07.25.1125 +0200]: > Open "Local Services" ( /usr/bin/blueman-services ), switch to > "Transfer Settings", click "Advanced". There you go.
Ok, sorry. Maybe this could be better referenced to make it easier to find? Anyway, attached script is a quick-n-dirty hack to pop up a terminal window after mouting via obexfs. Surely this can use some improvement, but it's a good starting point for others, maybe. -- .''`. martin f. krafft <madd...@d.o> Related projects: : :' : proud Debian developer http://debiansystem.info `. `'` http://people.debian.org/~madduck http://vcs-pkg.org `- Debian - when you have better things to do than fixing systems "self-denial is the shining sore on the leprous body of christianity." -- oscar wilde
#!/bin/sh TMPDIR="$(mktemp -td obexfs.XXXXXX)" obexfs -b "$1" -- "$TMPDIR" cd "$TMPDIR" x-terminal-emulator cd - fusermount -u "$TMPDIR" rmdir "$TMPDIR"
digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)