Ah, I see it, /usr/bin/beagle-search uses a bash "exec -a" to launch the
mono executable, but the script is marked #/bin/sh, which is dash - dash
doesn't support "exec -a", so it fails.

The solutions are either:
Line 1: #!/bin/bash
 or
Line 24: exec $BEAGLE_MONO_RUNTIME --debug $MONO_EXTRA_ARGS $THIS_EXE "$@"

Although I didn't bother to test the latter.

-- 
beagle-search don't start (edgy 6.10)
https://launchpad.net/bugs/53613

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to