sambuca.
Hi,
Just wanted to add my vote for a deb with this.
Isn't this something that could be updated via the normal apt system? Given that it is stable enough, of course..
sambuca
If you need the patched libBDCommon and haris debug tools compiled for AMD64 then pm me.
I managed to compile libBDCommon.so from the latest charon-merge source.
It seem that haris patch was already in the source I checked out (rev 20803). Hari can you confirm this?
(patch told med that the patch was probably there already)
To compile libBDCommon.so you will need to install ubuntu build tools and two additional devel libraries.
Do:
cd <linuxmce home direcory>
mkdir lmce_source
cd lmce_source
svn co
http://svn.linuxmce.org/pluto/branches/charon-mergesudo apt-get install build-essentials
sudo apt-get install libmysqlclient15-dev
sudo apt-get install libbluetooth2-dev
cd charon-merge/src/BD
make
You will end up with a libBDCommon.so.
sudo cp libBDCommon.so /usr/pluto/lib (rename original file first)
Restart core (probably not needed but the easy way yo be sure the new lib is loaded).
Above steps work on my hybrid core installed from RC1 dvd.
/niz23