For anyone else out there trying to get the 2X client working on current 64-bit versions of Ubuntu.
I found a guide at https://superuser.com/questions/584137/ ... bit-ubuntu that covered most of what was needed. However 2X client was still dumping core due to missing 32-bit libqtdbus4 libraries. The steps below worked on 64-bit 14.04 beta. I haven't tried, but they'll probably work on 13.10 as well.
sudo dpkg --add-architecture i386
sudo apt-get update
sudo dpkg -i 2XClient.deb
sudo apt-get -f install
apt-get install libstdc++6:i386 libxpm4:i386 libxml2:i386 libqtdbus4:i386
I found a guide at https://superuser.com/questions/584137/ ... bit-ubuntu that covered most of what was needed. However 2X client was still dumping core due to missing 32-bit libqtdbus4 libraries. The steps below worked on 64-bit 14.04 beta. I haven't tried, but they'll probably work on 13.10 as well.
sudo dpkg --add-architecture i386
sudo apt-get update
sudo dpkg -i 2XClient.deb
sudo apt-get -f install
apt-get install libstdc++6:i386 libxpm4:i386 libxml2:i386 libqtdbus4:i386