[ubuntu-mono] [Bug 53613] Re: beagle-search don't start (edgy 6.10)

Phil Housley undeconstructed at gmail.com
Fri Jul 28 14:49:08 BST 2006


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



More information about the Ubuntu-mono mailing list