Hello, First of all, thanks for SFLphone, it is agreat product.
Unfortunatelly yesterday my SFLphone stopped working. I am running Ubuntu 10.04 LTS (Lucid Lynx). This is the message I am getting: Unable to initialize. Make sure the daemon is running. Error: Launch helper exited with unknown return code 1 I have tried reinstalling: sudo add-apt-repository ppa:savoirfairelinux sudo apt-get update sudo apt-get install sflphone-client-gnome But I get the following problem: Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: sflphone-client-gnome: Depends: sflphone-common (= 1.0.0~ppa1~lucid) but it is not going to be installed E: Broken packages So I got here: https://projects.savoirfairelinux.com/issues/7124 And followed the instructions (basically, remove the libdbus-c++ dependencies from sflphone-common and sflphone-client-gnome) extract_deb_ ( ) { local deb_url="$1" local deb_name="$2" local name="$3" local tmp=/tmp cd $tmp wget $deb_url/$deb_name ar x $deb_name mkdir -p $name/debian/DEBIAN cd $name/debian tar xvzf ../../data.tar.gz cd DEBIAN tar xvzf ../../../control.tar.gz cd ../../.. } extract_deb_ "http://ppa.launchpad.net/savoirfairelinux/ppa/ubuntu/pool/main/s/sflphone-common" "sflphone-common_1.0.0~ppa1~lucid_i386.deb" "sflphone-common" cd sflphone-common/debian/DEBIAN sed -e 's/, libdbus-c++, libdbus-c++-1-0//' control > control.tmp mv control.tmp control cd ../.. dpkg-deb --build debian mv debian.deb my-sflphone-common.deb sudo dpkg -i my-sflphone-common.deb extract_deb_ "http://ppa.launchpad.net/savoirfairelinux/ppa/ubuntu/pool/main/s/sflphone-client-gnome" "sflphone-client-gnome_1.0.0~ppa1~lucid_i386.deb" "sflphone-client-gnome" cd sflphone-common/debian/DEBIAN sed -e 's/, libdbus-c++, libdbus-c++-1-0//' control > control.tmp mv control.tmp control cd ../.. dpkg-deb --build debian mv debian.deb my-sflphone-client-gnome.deb sudo dpkg -i my-sflphone-client-gnome.deb This unfortunatelly did not solve the problem. Is there anything else I can try. Thanks and regards, Daniel Gonzalez _______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone
