Re: [Banshee-List] A few things... (and you guys rock)



Ubuntu doesn't seem to have $MOZILLA_FIVE_HOME so this doesn't help me so much. I short-cutted all of the changes and additions and just ended with this which works for me. Wikipedia plugin now works nicely. :)

#!/bin/bash

prefix=/usr
libdir=/usr/lib
exec_asm="banshee.exe"
MONO_EXE="/usr/lib/banshee/$exec_asm"

export DYLD_LIBRARY_PATH=/usr/lib${DYLD_LIBRARY_PATH+:$DYLD_LIBRARY_PATH}
export LD_LIBRARY_PATH=/usr/lib${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}
export GST_PLUGIN_PATH=/usr/lib/banshee/gstreamer-0.10

MOZILLA_HOME=/usr/lib/firefox/

export MOZILLA_FIVE_HOME=$MOZILLA_HOME
export LD_LIBRARY_PATH=$MOZILLA_HOME:$LD_LIBRARY_PATH

if [ "x$1" = "x--debug" ]; then
    MONO_OPTIONS="--debug"
    echo "** Running Banshee in Debug Mode **"
fi

exec -a banshee /usr/lib/pkgconfig/../../bin/mono $MONO_OPTIONS $MONO_EXE "$@"



On 7/28/06, Michael Hutchinson <m j hutchinson gmail com> wrote:

and... a patch!
http://mail.gnome.org/archives/banshee-list/2006-June/msg00081.html



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]