I haven't looked at the upstream package update to see how they fixed
the problem, but you can fix it on your system by changing line 104 in
/usr/bin/beagled (which is a shell script) from:

CMDLINE="$BEAGLE_MONO_RUNTIME --debug $MONO_EXTRA_ARGS $TARGET_EXE
$BEAGLED_ARGS $FGBG_ARG"

...to:

CMDLINE="$BEAGLE_MONO_RUNTIME $MONO_EXTRA_ARGS $TARGET_EXE $BEAGLED_ARGS
$FGBG_ARG"

That "--debug" line is clearly a bug because it negates the debug check
in the earlier case statement.  No matter how you run beagled, the
script will ALWAYS run with debugging enabled.

If you just want something you can copy and paste to fix the problem,
type this into a terminal:

sudo sed -i -e '104s/--debug //' /usr/bin/beagled

-Riskable
http://riskable.com

-- 
debug printouts should be turned off
https://launchpad.net/bugs/64807

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to