Hi, ----- Original Message ----- > From: "Yoran Brault" <[email protected]> > To: [email protected] > Sent: Thursday, September 11, 2014 7:33:22 PM > Subject: Re: [SFLphone] SFLPhone kde client with freezed UI (debian SID) > > Hi, > > First thanks for your quick answer. > > As prebuild package didn't fit well with sid, I followed your advice > and built > the stuff. And it's working fine now ! > > On the road I solved two (easy) issues which can be useful for others > : > 1. I had to specify QT4 path (as KDE 4 is now using QT5 and I have > both of > them installed). So the cmake line become : > cmake -DQT_QMAKE_EXECUTABLE=`which qmake-qt4` ../ > > 2. strange enough, the deamon couldn't start when located in > /usr/local. It > issues an error about being unable to load libsflphone.so.
Is /usr/local/lib in your LD path? You may need to do create a file ldconf file, like this: echo /usr/local/lib >> /etc/ld.so.conf.d/local.conf More info: http://wingolog.org/archives/2011/03/18/usrlocal-fedora-rpath-foo#b2aa29e8a5516533f5fef47109d9ad72d7de9284 Best, Tristan > So I "sudo > make > uninstall" and reconfigure it to /usr : > ./configure --prefix=/usr > > Now everything works fine. My last problem is about kde kind of > messing with > pulseaudio (I think) preventing it to remember my 2 sound card used > for ring > and playback. > > Anyway, thank you for this software that is, at first sight, looks > much much > better than linphone. > > Yoran > > Le jeudi 11 septembre 2014, 17:12:38 Emmanuel Lepage a écrit : > > Hi Yoran, > > > > The 2 bugs that caused this have been fixed in 1.4.0. One of them > > was a > > logic bug and the other is a bug in newer releases of Akonadi that > > have the > > bad habit of freezing SFLPhone-kde. Patches have been added to the > > Ubuntu > > packages, but they didn't made it upstream to Debian yet. However, > > I have > > contacted them earlier today about those issue. Hopefully it will > > be > > resolved soon. For now, you can use the Ubuntu 14.04 package: > > > > https://launchpad.net/ubuntu/utopic/+source/sflphone/1.3.0-1ubuntu3 > > > > Or compile your own until the issue is fixed. You can also try to > > use > > packages from our Ubuntu PPA. You will get a newer version, but I > > haven’t > > tested that in while on SID. > > > > Regards, > > Emmanuel > > ----- Original Message ----- > > From: "Yoran Brault" <[email protected]> > > To: [email protected] > > Sent: Thursday, September 11, 2014 10:53:09 PM > > Subject: [SFLphone] SFLPhone kde client with freezed UI (debian > > SID) > > > > Hi, > > > > I have difficulties to make slfphone kde client work. I'm using > > packages > > from debian SID and I have a very strange behavior. > > > > When I start the client, the main window, the notification icon and > > the > > account creation window appear but I can't do anything as UI seems > > to be > > blocked. I can't click any button or show up any menu on the > > notification > > icon. > > > > At one point, don't ask me why, I tried from another machine trough > > ssh > > (with X11 forwarding). I this way it works.... I was able to create > > my > > account, make a phone call, perfect. > > > > But back on the original machine, everything was freezed. > > > > Just to be sure I tried the other way. Installing this time > > sflphone on the > > second machine, launching it, freezed again. But when accessing the > > second > > machine from the first one trough the ssh tunnel, it works. > > > > Knowing that, I tried to launch again the client on the first > > machine and as > > it was freezed, I launched qdbusviews to see if the deamon was > > accessible. > > And it was. I was able to connect the viewer to the right bus and > > even > > launch a "lastcall" command, getting the right result. > > > > At this point I'm a bit lost. Any idea ? > > > > Yoran > > _______________________________________________ > > SFLphone mailing list > > [email protected] > > http://lists.savoirfairelinux.net/mailman/listinfo/sflphone > > -- > ┌────────────────────┄┄┄┄┄┄┄┄ > │ Yoran Brault > │ arNuméral Ingénierie > │ > │ fixe : 01 82 52 25 59 > │ mobile : 06 64 64 30 86 > └─┄┄ > > _______________________________________________ > SFLphone mailing list > [email protected] > http://lists.savoirfairelinux.net/mailman/listinfo/sflphone > -- Tristan Matthews Développeur de logiciels libres [email protected] Ligne directe: 514-276-5468 poste 190 Fax : 514-276-5465 7275 Saint Urbain Bureau 200 Montréal, QC, H2R 2Y5 _______________________________________________ SFLphone mailing list [email protected] http://lists.savoirfairelinux.net/mailman/listinfo/sflphone
