Hi Dean.
The other option might be to run a 32-bit Ubuntu Linux build.
We don't have anyone who has done an end-to-end on Ubuntu but here is a set of instructions that worked for someone trying to get the libraries on a 64-bit Fedora build:
[QUOTE]Dashboard is built as a 32-bit application and expects to link against corresponding system libraries. On a 64-bit Linux install, these are not present by default, but you can install them by explicitly asking for .i686 packages. The following sequence worked for me on Fedora 16 (these pull in a lot of dependencies):
yum install ld-linux.so.2
yum install gtk2.i686
yum install gtk2-engines.i686
yum install PackageKit-gtk-module.i686
yum install libcanberra-gtk2.i686
yum install webkitgtk.i686
Also note that you need to disable SELinux for Dashboard to run, and the firewall needs to either be disabled or modified to allow SLP discovery. This is true regardless of 32- or 64-bit install.
#DashBoard